mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-04 11:27:46 +03:00
Allow theming directory prompt completions (#12205)
This commit is contained in:
parent
6eb186eb7b
commit
91a5d407da
16 changed files with 63 additions and 20 deletions
|
@ -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" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue