aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/onedark.toml
diff options
context:
space:
mode:
authorChristoph Horn2022-05-06 12:07:22 +0000
committerBlaž Hrastnik2022-05-20 01:32:59 +0000
commit9be810fd01f495c795ab5e5b7240a32708d19f5c (patch)
tree2926866e85a61dda72d8c402a9bdaaebdc7a7ca2 /runtime/themes/onedark.toml
parente7e13dcf0681999fcc601aab54c45ddf9b3f22d3 (diff)
add missing `ui.menu` to themes, fix issues with some themes
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r--runtime/themes/onedark.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index 573a635d..280f6914 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -69,6 +69,7 @@ diagnostic = { modifiers = ["underlined"] }
"ui.help" = { bg = "gray" }
"ui.popup" = { bg = "gray" }
"ui.window" = { bg = "gray" }
+"ui.menu" = { fg = "white", bg = "gray" }
"ui.menu.selected" = { fg = "black", bg = "blue" }
[palette]