From a26943de4e421a453371aa53b3bb11a2baabff56 Mon Sep 17 00:00:00 2001 From: Gokul Soumya Date: Mon, 27 Jun 2022 13:22:31 +0530 Subject: 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`.--- runtime/themes/onedark.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime') 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] -- cgit v1.2.3-70-g09d2