aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorChristoph Horn2022-05-05 07:55:37 +0000
committerBlaž Hrastnik2022-05-20 01:32:59 +0000
commite7e13dcf0681999fcc601aab54c45ddf9b3f22d3 (patch)
treed2cfc4058eaed3943c132b601e654872f1afbdbc /theme.toml
parent82fb217b6a99548065899b8405198eb08442803a (diff)
add `ui.menu` to default theme
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index 2e6da866..55e859c8 100644
--- a/theme.toml
+++ b/theme.toml
@@ -64,6 +64,7 @@ label = "honey"
"ui.cursor" = { modifiers = ["reversed"] }
"ui.highlight" = { bg = "bossanova" }
+"ui.menu" = { fg = "lilac", bg = "revolver" }
"ui.menu.selected" = { fg = "revolver", bg = "white" }
diagnostic = { modifiers = ["underlined"] }