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

@ -36,6 +36,7 @@
"ui.text" = { fg = "text" }
"ui.text.focus" = { bg = "overlay" }
"ui.text.info" = { fg = "subtle" }
"ui.text.directory" = { fg = "iris" }
"ui.virtual.jump-label" = { fg = "love", modifiers = ["bold"] }
"ui.virtual.ruler" = { bg = "overlay" }