Skip to content

Commit

Permalink
base16_transparent: Highlight selected item state (helix-editor#6716)
Browse files Browse the repository at this point in the history
Increase visibility of selected file in file picker
 
https://asciinema.org/a/DBaZ5zjaYrKlXDSAVH8THVZg4
  • Loading branch information
cmnstmntmn authored and wes-adams committed Jul 3, 2023
1 parent 6d3f038 commit 7e3fb66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/base16_transparent.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 7e3fb66

Please sign in to comment.