diff options
author | Alexander Brevig | 2022-08-31 01:27:40 +0000 |
---|---|---|
committer | GitHub | 2022-08-31 01:27:40 +0000 |
commit | 16525349dbb2b72064e1cfb5cc3164dc236fd367 (patch) | |
tree | b65a931e7649c8755eee6256fa177276517844ed /runtime/themes/serika-light.toml | |
parent | 86b80e6ce652db0e0150414f70cb09f5106e516c (diff) |
Themes update (#3587)
* lint: snazzy
* lint: pop-dark
* lint: penumbra+
* lint: noctis_bordo
* lint: ingrid
* lint: flatwhite
* lint: doom_acario_dark
* lint: dark_plus
* lint: boo_berry
* fix: use 47345E per author instruction
* lint: bogster
* lint: everforest
* lint: acme
* lint: serika
* fix: use nasty_red per author suggestion
* lint: nord
* lint: dracula
* lint: gruvbox
* fix: cursorline gruvbox
* lint: autumn
* fix: no fg for cursorline
* lint: ayu
* lint: rose_pine
* lint: monokai
* lint: solarized
* lint: spacebones
* fix: penumbra bg!=sky
* Update runtime/themes/ayu_light.toml
Co-authored-by: Ivan Tham <pickfire@riseup.net>
* Update runtime/themes/ayu_light.toml
Co-authored-by: Ivan Tham <pickfire@riseup.net>
* fix: fg for ui.help thanks @pickfire
* fix: ingrid with input from @intarga
Co-authored-by: Ivan Tham <pickfire@riseup.net>
Diffstat (limited to 'runtime/themes/serika-light.toml')
-rw-r--r-- | runtime/themes/serika-light.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/serika-light.toml b/runtime/themes/serika-light.toml index c0a4b8d8..a00274bb 100644 --- a/runtime/themes/serika-light.toml +++ b/runtime/themes/serika-light.toml @@ -39,6 +39,7 @@ "ui.cursor.select" = { fg = "bg0", bg = "bg_yellow" } "ui.linenr" = "yellow" "ui.linenr.selected" = { fg = "fg", modifiers = ["bold", "underlined"] } +"ui.cursorline" = { bg = "bg01" } "ui.statusline" = { fg = "grey1", bg = "bg5" } "ui.statusline.inactive" = { fg = "grey2", bg = "bg1" } "ui.popup" = { fg = "bg0", bg = "bg5" } @@ -50,12 +51,13 @@ "ui.menu.selected" = { fg = "bg0", bg = "bg_yellow" } "ui.selection" = { fg = "bg0", bg = "bg3" } "ui.virtual.whitespace" = { fg = "bg2" } +"ui.virtual.ruler" = { bg = "bg01" } "hint" = "blue" "info" = "aqua" "warning" = "yellow" "error" = "nasty-red" -"diagnostic" = { fg = "dark-red", modifiers = ["underlined"] } +"diagnostic" = { fg = "nasty-red", modifiers = ["underlined"] } "diff.plus" = { fg = "green" } "diff.delta" = { fg = "orange" } @@ -74,6 +76,7 @@ [palette] bg0 = "#e1e1e3" +bg01 = "#eaeaec" bg1 = "#494c50" bg2 = "#55585e" bg3 = "#61656b" |