aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorGokul Soumya2022-06-27 07:52:31 +0000
committerGitHub2022-06-27 07:52:31 +0000
commita26943de4e421a453371aa53b3bb11a2baabff56 (patch)
treee17f58ac752442222943e3ffa24a197f8fd6697d /theme.toml
parentc113531db9f9dbe522adea584b4c18083af578e7 (diff)
Right align scrollbar with track in completion popup (#2754)
- Align the scollbar to the right edge of the popup rather than at a margin of one. - Add a scrollbar track and a new scope `ui.menu.scroll`.
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 8e550f92..3fc694e4 100644
--- a/theme.toml
+++ b/theme.toml
@@ -69,6 +69,7 @@ label = "honey"
"ui.menu" = { fg = "lavender", bg = "revolver" }
"ui.menu.selected" = { fg = "revolver", bg = "white" }
+"ui.menu.scroll" = { fg = "lavender", bg = "comet" }
diagnostic = { modifiers = ["underlined"] }
# "diagnostic.hint" = { fg = "revolver", bg = "lilac" }