Allow theming directory prompt completions (#12205)

This commit is contained in:
Nikita Revenco 2024-12-18 03:13:42 +00:00 committed by GitHub
parent 6eb186eb7b
commit 91a5d407da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
16 changed files with 63 additions and 20 deletions

View file

@ -56,6 +56,7 @@ tabstop = { modifiers = ["italic"], bg = "bossanova" }
"ui.text" = { fg = "lavender" }
"ui.text.focus" = { fg = "white" }
"ui.text.inactive" = "sirocco"
"ui.text.directory" = { fg = "lilac" }
"ui.virtual" = { fg = "comet" }
"ui.virtual.ruler" = { bg = "bossanova" }
"ui.virtual.jump-label" = { fg = "apricot", modifiers = ["bold"] }