mirror of
https://github.com/helix-editor/helix.git
synced 2025-01-19 13:37:06 +04:00
fix: theme: bogster: Only primary selection had a cursor style
This commit is contained in:
parent
78a6f77e99
commit
6a6a9ab2b3
@ -56,7 +56,7 @@
|
||||
|
||||
"ui.selection" = { bg = "#313f4e" }
|
||||
# "ui.cursor.match" # TODO might want to override this because dimmed is not widely supported
|
||||
"ui.cursor.primary" = { fg = "#ABB2BF", modifiers = ["reversed"] }
|
||||
"ui.cursor" = { fg = "#ABB2BF", modifiers = ["reversed"] }
|
||||
"ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" }
|
||||
|
||||
"warning" = "#dc7759"
|
||||
|
Loading…
Reference in New Issue
Block a user