Skip to content

Commit

Permalink
fix: theme: bogster: Only primary selection had a cursor style
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Feb 25, 2022
1 parent 78a6f77 commit 6a6a9ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/themes/bogster.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 6a6a9ab

Please sign in to comment.