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_pro_spectrum.toml | |
parent | e7e13dcf0681999fcc601aab54c45ddf9b3f22d3 (diff) |
add missing `ui.menu` to themes, fix issues with some themes
Diffstat (limited to 'runtime/themes/monokai_pro_spectrum.toml')
-rw-r--r-- | runtime/themes/monokai_pro_spectrum.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/monokai_pro_spectrum.toml b/runtime/themes/monokai_pro_spectrum.toml index 80e2a88d..4160a15e 100644 --- a/runtime/themes/monokai_pro_spectrum.toml +++ b/runtime/themes/monokai_pro_spectrum.toml @@ -4,6 +4,7 @@ "ui.linenr.selected" = { bg = "base3" } "ui.text.focus" = { fg = "yellow", modifiers= ["bold"] } +"ui.menu" = { fg = "base8", bg = "base3" } "ui.menu.selected" = { fg = "base2", bg = "yellow" } "ui.virtual" = "base5" |