fix: theme: bogster: Only primary selection had a cursor style

This commit is contained in:
Blaž Hrastnik 2022-02-25 18:04:43 +09:00
parent 78a6f77e99
commit 6a6a9ab2b3
No known key found for this signature in database
GPG Key ID: 1238B9C4AD889640

View File

@ -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"