aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorGokul Soumya2022-06-27 07:52:31 +0000
committerGitHub2022-06-27 07:52:31 +0000
commita26943de4e421a453371aa53b3bb11a2baabff56 (patch)
treee17f58ac752442222943e3ffa24a197f8fd6697d /runtime
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 'runtime')
-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 d0cbb949..a4d05ca8 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -73,6 +73,7 @@ diagnostic = { modifiers = ["underlined"] }
"ui.window" = { bg = "gray" }
"ui.menu" = { fg = "white", bg = "gray" }
"ui.menu.selected" = { fg = "black", bg = "blue" }
+"ui.menu.scroll" = { fg = "white", bg = "light-gray" }
[palette]