diff options
author | Constantin Angheloiu | 2023-04-12 01:02:14 +0000 |
---|---|---|
committer | GitHub | 2023-04-12 01:02:14 +0000 |
commit | d5fec302c9fc6a6e334a0d518c6d10f7dbeb26a7 (patch) | |
tree | 10f5c070ce6c34df59280e991063244db5bc3ad6 /runtime | |
parent | 2f82bc13e87ded654f933d1751063da889bac7c7 (diff) |
base16_transparent: Highlight selected item state (#6716)
Increase visibility of selected file in file picker
https://asciinema.org/a/DBaZ5zjaYrKlXDSAVH8THVZg4
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/themes/base16_transparent.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/base16_transparent.toml b/runtime/themes/base16_transparent.toml index 63aa1f86..c314ae8c 100644 --- a/runtime/themes/base16_transparent.toml +++ b/runtime/themes/base16_transparent.toml @@ -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" } |