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/onelight.toml | |
parent | e7e13dcf0681999fcc601aab54c45ddf9b3f22d3 (diff) |
add missing `ui.menu` to themes, fix issues with some themes
Diffstat (limited to 'runtime/themes/onelight.toml')
-rw-r--r-- | runtime/themes/onelight.toml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/themes/onelight.toml b/runtime/themes/onelight.toml index 3674e821..c89e20f9 100644 --- a/runtime/themes/onelight.toml +++ b/runtime/themes/onelight.toml @@ -92,9 +92,10 @@ "ui.text" = { fg = "black" } "ui.text.focus" = { fg = "red", bg = "light-white", modifiers = ["bold"] } -"ui.help" = { bg = "light-white" } +"ui.help" = { fg = "black", bg = "light-white" } "ui.popup" = { bg = "light-white" } "ui.window" = { bg = "light-white" } +"ui.menu" = { fg = "black", bg = "light-white" } "ui.menu.selected" = { fg = "white", bg = "light-blue" } [palette] |