aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/nightfox.toml
diff options
context:
space:
mode:
authoralex 孙欣乐2022-12-02 14:24:00 +0000
committerGitHub2022-12-02 14:24:00 +0000
commit59b886cf5e89dadfd73d93b638b2c552ce5537f6 (patch)
tree6f71649f4bd16bf1c74e9cb14e0d0aaeda611da3 /runtime/themes/nightfox.toml
parentd0bc38d6fa60e36ef317e8bbbaa11aeb30470ecc (diff)
nightfox theme: Use brighter colors for diff scopes (#4966)
Diffstat (limited to 'runtime/themes/nightfox.toml')
-rw-r--r--runtime/themes/nightfox.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/themes/nightfox.toml b/runtime/themes/nightfox.toml
index 131cab19..c4cbbce0 100644
--- a/runtime/themes/nightfox.toml
+++ b/runtime/themes/nightfox.toml
@@ -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]