Skip to content

Commit

Permalink
Make Spacebones theme picker selection more legible (helix-editor#12064)
Browse files Browse the repository at this point in the history
  • Loading branch information
keirlawson authored and rmburg committed Jan 20, 2025
1 parent 732e031 commit 5e14a38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/spacebones_light.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
Expand Down

0 comments on commit 5e14a38

Please sign in to comment.