mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Make Spacebones theme picker selection more legible (#12064)
This commit is contained in:
parent
4d0b7e57b1
commit
4dc46f9472
@ -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"] }
|
||||
|
Loading…
Reference in New Issue
Block a user