aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai_pro_ristretto.toml
diff options
context:
space:
mode:
authorAlexander Brevig2022-08-31 01:27:40 +0000
committerGitHub2022-08-31 01:27:40 +0000
commit16525349dbb2b72064e1cfb5cc3164dc236fd367 (patch)
treeb65a931e7649c8755eee6256fa177276517844ed /runtime/themes/monokai_pro_ristretto.toml
parent86b80e6ce652db0e0150414f70cb09f5106e516c (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/monokai_pro_ristretto.toml')
-rw-r--r--runtime/themes/monokai_pro_ristretto.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/themes/monokai_pro_ristretto.toml b/runtime/themes/monokai_pro_ristretto.toml
index f8ad8422..0dad50d4 100644
--- a/runtime/themes/monokai_pro_ristretto.toml
+++ b/runtime/themes/monokai_pro_ristretto.toml
@@ -7,6 +7,7 @@
"ui.menu" = { fg = "base8", bg = "base3" }
"ui.menu.selected" = { fg = "base2", bg = "yellow" }
"ui.virtual.whitespace" = "base5"
+"ui.virtual.ruler" = { bg = "base1" }
"info" = "base8"
"hint" = "base8"
@@ -16,14 +17,15 @@
"ui.statusline.inactive" = { fg = "base8", bg = "base8x0c" }
# status bars, panels, modals, autocompletion
-"ui.statusline" = { bg = "base4" }
+"ui.statusline" = { fg = "base8", bg = "base4" }
"ui.popup" = { bg = "base3" }
"ui.window" = { bg = "base3" }
-"ui.help" = { bg = "base3" }
+"ui.help" = { fg = "base8", bg = "base3" }
# active line, highlighting
"ui.selection" = { bg = "base4" }
"ui.cursor.match" = { bg = "base4" }
+"ui.cursorline" = { bg = "base1" }
# comments, nord3 based lighter color
"comment" = { fg = "base5", modifiers = ["italic"] }