Unnamed repository; edit this file 'description' to name the repository.
nightfox theme: Use brighter colors for diff scopes (#4966)
alex 孙欣乐 2022-12-02
parent d0bc38d · commit 59b886c
-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]