mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-02 02:17:44 +03:00
Add ui.text.directory to spacebones (#13213)
This commit is contained in:
parent
01fce51c45
commit
bb96a535fc
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@
|
|||
"ui.help" = { bg = "bg1", fg = "fg1" }
|
||||
"ui.text" = { fg = "fg1" }
|
||||
"ui.text.focus" = { fg = "fg1", modifiers = ["bold"] }
|
||||
"ui.text.directory" = { fg = "theme_blue" }
|
||||
"ui.selection" = { bg = "hl2" }
|
||||
"ui.selection.primary" = { bg = "hl1" }
|
||||
"ui.cursor.primary" = { modifiers = ["reversed"] }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue