nightfox theme: Use brighter colors for diff scopes (#4966)
This commit is contained in:
parent
d0bc38d6fa
commit
59b886cf5e
1 changed files with 4 additions and 4 deletions
|
@ -140,10 +140,10 @@
|
|||
# Diff ==============================
|
||||
# Version control changes.
|
||||
|
||||
"diff.plus" = "green-dim" # Additions.
|
||||
"diff.minus" = "red-dim" # Deletions.
|
||||
"diff.delta" = "blue-dim" # Modifications.
|
||||
"diff.delta.moved" = "cyan-dim" # Renamed or moved files.
|
||||
"diff.plus" = "green" # Additions.
|
||||
"diff.minus" = "red" # Deletions.
|
||||
"diff.delta" = "blue" # Modifications.
|
||||
"diff.delta.moved" = "cyan" # Renamed or moved files.
|
||||
|
||||
# color palette
|
||||
[palette]
|
||||
|
|
Loading…
Add table
Reference in a new issue