mirror of
https://github.com/ilyakooo0/helix.git
synced 2024-11-28 04:12:25 +03:00
base16_transparent: Highlight selected item state (#6716)
Increase visibility of selected file in file picker https://asciinema.org/a/DBaZ5zjaYrKlXDSAVH8THVZg4
This commit is contained in:
parent
2f82bc13e8
commit
d5fec302c9
@ -3,6 +3,8 @@
|
||||
|
||||
"ui.background" = { fg = "white"}
|
||||
"ui.background.separator" = { fg = "gray" }
|
||||
"ui.text" = { fg = "light-gray" }
|
||||
"ui.text.focus" = { fg = "white" }
|
||||
"ui.menu" = { fg = "white" }
|
||||
"ui.menu.selected" = { modifiers = ["reversed"] }
|
||||
"ui.menu.scroll" = { fg = "light-gray" }
|
||||
|
Loading…
Reference in New Issue
Block a user