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/acme.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/acme.toml')
-rw-r--r-- | runtime/themes/acme.toml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/runtime/themes/acme.toml b/runtime/themes/acme.toml index 263cbf90..3bd5987a 100644 --- a/runtime/themes/acme.toml +++ b/runtime/themes/acme.toml @@ -3,14 +3,20 @@ "ui.background" = {bg="acme_bg"} "ui.text" = "black" "ui.selection" = {bg="selected"} -"ui.statusline" = {bg="acme_bar_bg"} -"ui.statusline.inactive" = {bg="acme_bar_inactive"} +"ui.cursorline" = {bg="acme_bar_bg"} +"ui.statusline" = {fg="black", bg="acme_bar_bg"} +"ui.statusline.inactive" = {fg="black", bg="acme_bar_inactive"} "ui.virtual" = "indent" +"ui.virtual.ruler" = { bg = "acme_bar_bg" } "ui.cursor.match" = {bg="acme_bar_bg"} "ui.cursor" = {bg="cursor", fg="white"} "string" = "red" "comment" = "green" +"ui.help" = {fg="black", bg="acme_bg"} +"ui.popup" = {fg="black", bg="acme_bg"} +"ui.menu" = {fg="black", bg="acme_bg"} "ui.menu.selected" = {bg="selected"} +"ui.window" = {bg="acme_bg"} "diagnostic.error" = {bg="white", modifiers=["bold"]} "diagnostic.warning" = {bg="white", modifiers=["bold"]} "diagnostic.hint" = {bg="white", modifiers=["bold"]} |