From 4dc46f9472526b9a14b7d2d69c258db1e787ec17 Mon Sep 17 00:00:00 2001 From: Keir Lawson Date: Wed, 20 Nov 2024 22:20:21 +0000 Subject: [PATCH] Make Spacebones theme picker selection more legible (#12064) --- runtime/themes/spacebones_light.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/spacebones_light.toml b/runtime/themes/spacebones_light.toml index 7870f67ca..1d744019b 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"] }