From 4589111d12d6f952bd80033b8dbb7a1d259ce4fc Mon Sep 17 00:00:00 2001 From: Aiko Mastboom Date: Fri, 22 Jul 2022 03:31:02 +0200 Subject: 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 --- runtime/themes/catppuccin.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'runtime/themes/catppuccin.toml') 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" -- cgit v1.2.3-70-g09d2