Unnamed repository; edit this file 'description' to name the repository.
Make Spacebones theme picker selection more legible (#12064)
Keir Lawson 2024-11-21
parent 4d0b7e5 · commit 4dc46f9
-rw-r--r--runtime/themes/spacebones_light.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml
index 7870f67c..1d744019 100644
--- a/runtime/themes/spacebones_light.toml
+++ b/runtime/themes/spacebones_light.toml
@@ -63,7 +63,7 @@
"ui.window" = { bg = "bg1" }
"ui.help" = { bg = "bg1", fg = "fg1" }
"ui.text" = { fg = "fg1" }
-"ui.text.focus" = { fg = "fg1" }
+"ui.text.focus" = { fg = "fg1", modifiers = ["bold"] }
"ui.selection" = { bg = "hl2" }
"ui.selection.primary" = { bg = "hl1" }
"ui.cursor.primary" = { modifiers = ["reversed"] }