Commit efe4dd5
committed
Fix Catppuccin diff viewer - maximum contrast with neutral backgrounds
The Catppuccin skin had insufficient contrast and backgrounds were still
too vibrant. Now using nearly identical grayscale backgrounds for maximum
readability:
- Added lines: color255;color233 (bright white on very dark gray)
- Changed lines: color255;color232 (bright white on near-black)
- Changed content: color255;color234 (bright white on dark gray)
- Removed lines: color255;color235 (bright white on slightly lighter gray)
- Errors: color210;color232 (pink accent on near-black)
This provides:
- Maximum contrast with bright white text
- Completely neutral backgrounds (no color vibrancy)
- Subtle differentiation through gray shades (232-235)
- Maintains Catppuccin identity through accent colors only
The diff viewer is now highly readable with no distracting colors.
Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>1 parent cd04c78 commit efe4dd5
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
127 | | - | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | | - | |
| 130 | + | |
| 131 | + | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| |||
0 commit comments