diff options
author | Christoph Horn | 2022-05-06 12:07:22 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-05-20 01:32:59 +0000 |
commit | 9be810fd01f495c795ab5e5b7240a32708d19f5c (patch) | |
tree | 2926866e85a61dda72d8c402a9bdaaebdc7a7ca2 /runtime/themes/monokai.toml | |
parent | e7e13dcf0681999fcc601aab54c45ddf9b3f22d3 (diff) |
add missing `ui.menu` to themes, fix issues with some themes
Diffstat (limited to 'runtime/themes/monokai.toml')
-rw-r--r-- | runtime/themes/monokai.toml | 6 |
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" |