aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/catppuccin.toml
diff options
context:
space:
mode:
authorAiko Mastboom2022-07-22 01:31:02 +0000
committerGitHub2022-07-22 01:31:02 +0000
commit4589111d12d6f952bd80033b8dbb7a1d259ce4fc (patch)
treeb317b7777d1cd9cd939cc887117f879837b1d26f /runtime/themes/catppuccin.toml
parentb05fcaadad6ba872fffeb7539b7b157d88c64781 (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/catppuccin.toml')
-rw-r--r--runtime/themes/catppuccin.toml10
1 files changed, 5 insertions, 5 deletions
diff --git a/runtime/themes/catppuccin.toml b/runtime/themes/catppuccin.toml
index eaa4ba51..0f43d33d 100644
--- a/runtime/themes/catppuccin.toml
+++ b/runtime/themes/catppuccin.toml
@@ -35,7 +35,7 @@ label = "peach"
"diff.plus" = "#35bf86"
"diff.minus" = "#f22c86"
-"diff.delta" = "#6f44f0"
+"diff.delta" = "#6F44F0"
"ui.background" = { bg = "black_2" }
"ui.linenr" = { fg = "gray_0" }
@@ -62,10 +62,10 @@ label = "peach"
diagnostic = { modifiers = ["underlined"] }
-warning = "lightning"
-error = "apricot"
-info = "delta"
-hint = "silver"
+warning = "peach"
+error = "maroon"
+info = "blue"
+hint = "lavender"
[palette]
flamingo = "#F2CDCD"