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/serika-dark.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/serika-dark.toml')
-rw-r--r-- | runtime/themes/serika-dark.toml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/themes/serika-dark.toml b/runtime/themes/serika-dark.toml index 3b4bc60f..ec160874 100644 --- a/runtime/themes/serika-dark.toml +++ b/runtime/themes/serika-dark.toml @@ -35,7 +35,7 @@ "ui.background" = { bg = "bg0" } "ui.cursor" = { fg = "bg0", bg = "fg" } -"ui.cursor.match" = { fg = "grey3", bg = "grey2" } +"ui.cursor.match" = { fg = "grey0", bg = "grey2" } "ui.cursor.insert" = { fg = "bg0", bg = "bg_yellow" } "ui.cursor.select" = { fg = "bg0", bg = "bg_yellow" } "ui.linenr" = "yellow" @@ -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] @@ -98,3 +98,4 @@ purple = "#d0c4d4" grey0 = "#aaaeb3" grey1 = "#e1e1e3" grey2 = "#646669" +pink = "#e06c75" |