Skip to content

Commit

Permalink
fix: change primary cursor color in bogster theme
Browse files Browse the repository at this point in the history
  • Loading branch information
gbaranski authored and archseer committed Jul 26, 2021
1 parent f7c8500 commit a630fb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/themes/bogster.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit a630fb5

Please sign in to comment.