Skip to content

Commit a181c16

Browse files
alexsunxlFrederik Vestre
authored andcommitted
nightfox theme: Use brighter colors for diff scopes (helix-editor#4966)
1 parent 6cdf389 commit a181c16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

runtime/themes/nightfox.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -140,10 +140,10 @@
140140
# Diff ==============================
141141
# Version control changes.
142142

143-
"diff.plus" = "green-dim" # Additions.
144-
"diff.minus" = "red-dim" # Deletions.
145-
"diff.delta" = "blue-dim" # Modifications.
146-
"diff.delta.moved" = "cyan-dim" # Renamed or moved files.
143+
"diff.plus" = "green" # Additions.
144+
"diff.minus" = "red" # Deletions.
145+
"diff.delta" = "blue" # Modifications.
146+
"diff.delta.moved" = "cyan" # Renamed or moved files.
147147

148148
# color palette
149149
[palette]

0 commit comments

Comments
 (0)