Add ui.text.directory to spacebones (#13213)

This commit is contained in:
Keir Lawson 2025-03-29 19:41:43 +00:00 committed by GitHub
parent 01fce51c45
commit bb96a535fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"] }