diff options
author | Aiko Mastboom | 2022-07-22 01:31:02 +0000 |
---|---|---|
committer | GitHub | 2022-07-22 01:31:02 +0000 |
commit | 4589111d12d6f952bd80033b8dbb7a1d259ce4fc (patch) | |
tree | b317b7777d1cd9cd939cc887117f879837b1d26f /runtime/themes/noctis.toml | |
parent | b05fcaadad6ba872fffeb7539b7b157d88c64781 (diff) |
helix_view::theme [WARN] Theme (#3119)
* helix_view::theme [WARN] Theme
* updated: warning, error, info, hint colours
https://github.com/catppuccin/catppuccin/blob/main/docs/style-guide.md#typography
Co-authored-by: Aiko Mastboom <git@aiko.sh>
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. |