aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/monokai.toml
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/themes/monokai.toml')
-rw-r--r--runtime/themes/monokai.toml6
1 files changed, 4 insertions, 2 deletions
diff --git a/runtime/themes/monokai.toml b/runtime/themes/monokai.toml
index a7148272..3fb1fadc 100644
--- a/runtime/themes/monokai.toml
+++ b/runtime/themes/monokai.toml
@@ -59,7 +59,8 @@
"ui.window" = { bg = "widget" }
"ui.popup" = { bg = "widget" }
"ui.help" = { bg = "widget" }
-"ui.menu.selected" = { bg = "widget" }
+"ui.menu" = { bg = "widget" }
+"ui.menu.selected" = { bg = "#414339" }
"ui.cursor" = { fg = "cursor", modifiers = ["reversed"] }
"ui.cursor.primary" = { fg = "cursor", modifiers = ["reversed"] }
@@ -71,7 +72,7 @@
"ui.linenr" = { fg = "#90908a" }
"ui.linenr.selected" = { fg = "#c2c2bf" }
-"ui.statusline" = { fg = "active_text", bg = "#75715e" }
+"ui.statusline" = { fg = "active_text", bg = "#414339" }
"ui.statusline.inactive" = { fg = "active_text", bg = "#75715e" }
"ui.text" = { fg = "text", bg = "background" }
@@ -98,3 +99,4 @@ active_text = "#ffffff"
cursor = "#a6a6a6"
inactive_cursor = "#878b91"
widget = "#1e1f1c"
+selection = "#414339"