Unnamed repository; edit this file 'description' to name the repository.
Add ui.text.directory to spacebones (#13213)
| -rw-r--r-- | runtime/themes/spacebones_light.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 1d744019..9736ba35 100644 --- a/runtime/themes/spacebones_light.toml +++ b/runtime/themes/spacebones_light.toml @@ -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"] } |