mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
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`.
This commit is contained in:
parent
c113531db9
commit
a26943de4e
4 changed files with 22 additions and 7 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue