From bb96a535fc13137bb709abf3ff25e9eefe586745 Mon Sep 17 00:00:00 2001 From: Keir Lawson Date: Sat, 29 Mar 2025 19:41:43 +0000 Subject: [PATCH] Add ui.text.directory to spacebones (#13213) --- runtime/themes/spacebones_light.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 1d744019b..9736ba35e 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"] }