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/nord_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/nord_light.toml')
-rw-r--r-- | runtime/themes/nord_light.toml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/themes/nord_light.toml b/runtime/themes/nord_light.toml index 6707d2f7..5270fe34 100644 --- a/runtime/themes/nord_light.toml +++ b/runtime/themes/nord_light.toml @@ -3,9 +3,11 @@ "ui.background" = {bg="nord6"} "ui.text" = "nord0" "ui.selection" = {bg="nord7", fg="nord6"} +"ui.cursorline" = {bg="nord4"} "ui.statusline" = {bg="nord4", fg="nord0"} -"ui.statusline.inactive" = {bg="nord8"} +"ui.statusline.inactive" = {bg="nord5", fg="nord0"} "ui.virtual" = "nord8" +"ui.virtual.ruler" = {bg="nord4"} "ui.cursor.match" = {bg="nord8"} "ui.cursor" = {bg="nord10", fg="nord6"} "ui.cursorline.primary" = {bg="nord5"} @@ -16,6 +18,7 @@ "ui.popup" = {bg="nord4"} "ui.popup.info" = {bg="nord4",fg="nord0"} "ui.help" = {bg="nord4",fg="nord0"} +"ui.window" = {bg="nord4"} "ui.statusline.normal" = { fg = "nord0", bg = "nord8" } |