fix: change primary cursor color in bogster theme

This commit is contained in:
gbaranski 2021-07-26 16:04:28 +02:00 committed by Blaž Hrastnik
parent f7c8500797
commit a630fb5d20

View File

@ -42,6 +42,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.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" }
"warning" = "#dc7759"