Commit 222eaf7
committed
Fix Catppuccin diff viewer contrast with colored text approach
Instead of using colored backgrounds which reduce contrast, now using:
- Near-black backgrounds (color232-233) for all diff types
- Colored text to differentiate between diff types:
- Added lines: color151 (light green text) on color232
- Removed lines: color210 (light red text) on color232
- Changed lines: color189 (light text) on color232
- Changed new: color210 (light red) on color232
This provides maximum contrast while still showing diff types clearly
through text colors rather than background colors. The dark backgrounds
ensure excellent readability without any toxic/vibrant colors.
Signed-off-by: Rafael Zago <rafaelvzago@gmail.com>1 parent b07615c commit 222eaf7
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments