Skip to content

Commit 222eaf7

Browse files
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

File tree

misc/skins/catppuccin256.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,11 @@
125125

126126
[diffviewer]
127127
changedline = color231;color232
128-
changednew = color231;color52
129-
changed = color231;color233
130-
added = color231;color22
131-
removed = ;color88
132-
error = color231;color160
128+
changednew = color210;color232
129+
changed = color189;color232
130+
added = color151;color232
131+
removed = color210;color232
132+
error = color210;color233
133133

134134
[widget-panel]
135135
sort-up-char = ↑

0 commit comments

Comments
 (0)