diff options
Diffstat (limited to 'runtime/themes/noctis.toml')
-rw-r--r-- | runtime/themes/noctis.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/noctis.toml b/runtime/themes/noctis.toml index 0bd3de2f..8690ab3a 100644 --- a/runtime/themes/noctis.toml +++ b/runtime/themes/noctis.toml @@ -175,7 +175,7 @@ # Version control changes. 'diff.plus' = "light-green" # { } # Additions. -'diff.minus' = "yelllow" # { } # Deletions. +'diff.minus' = "yellow" # { } # Deletions. 'diff.delta' = "red" # { } # Modifications. # 'diff.delta.moved' = { } # Renamed or moved files / changes. |