aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/serika-light.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/serika-light.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/serika-light.toml')
-rw-r--r--runtime/themes/serika-light.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/themes/serika-light.toml b/runtime/themes/serika-light.toml
index 3b0f8fb4..4eca3de9 100644
--- a/runtime/themes/serika-light.toml
+++ b/runtime/themes/serika-light.toml
@@ -56,7 +56,7 @@
"info" = "aqua"
"warning" = "yellow"
"error" = "nasty-red"
-"diagnostic" = { fg = "dark-red", Modifiers = ["underlined"] }
+"diagnostic" = { fg = "dark-red", modifiers = ["underlined"] }
"diff.plus" = { fg = "green" }
"diff.delta" = { fg = "orange" }
@@ -69,7 +69,7 @@
"markup.link.url" = "cyan"
"markup.link.text" = "pink"
"markup.quote" = { fg = "yellow", modifiers = ["italic"] }
-"markup.raw" = { fg = "foreground" }
+"markup.raw" = { fg = "fg" }
[palette]
@@ -91,7 +91,7 @@ red = "#621d28"
nasty-red = "#da3333"
dark-red = "#791717"
orange = "#57320f"
-yellow = "#e2b714"
+yellow = "#9a7d0e"
green = "#3f4b34"
aqua = "#455054"
blue = "#3f5673"
@@ -99,3 +99,4 @@ purple = "#534059"
grey0 = "#aaaeb3"
grey1 = "#e1e1e3"
grey2 = "#646669"
+pink = "#e06c75"