diff options
author | Gokul Soumya | 2022-06-27 07:52:31 +0000 |
---|---|---|
committer | GitHub | 2022-06-27 07:52:31 +0000 |
commit | a26943de4e421a453371aa53b3bb11a2baabff56 (patch) | |
tree | e17f58ac752442222943e3ffa24a197f8fd6697d /runtime/themes | |
parent | c113531db9f9dbe522adea584b4c18083af578e7 (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/themes')
-rw-r--r-- | runtime/themes/onedark.toml | 1 |
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] |