diff options
author | alex 孙欣乐 | 2022-12-02 14:24:00 +0000 |
---|---|---|
committer | GitHub | 2022-12-02 14:24:00 +0000 |
commit | 59b886cf5e89dadfd73d93b638b2c552ce5537f6 (patch) | |
tree | 6f71649f4bd16bf1c74e9cb14e0d0aaeda611da3 /runtime | |
parent | d0bc38d6fa60e36ef317e8bbbaa11aeb30470ecc (diff) |
nightfox theme: Use brighter colors for diff scopes (#4966)
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/nightfox.toml | 8 |
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] |