Skip to content

Commit

Permalink
Add a default cursorline style for the primary selection
Browse files Browse the repository at this point in the history
  • Loading branch information
archseer committed Jun 27, 2022
1 parent 8dc86be commit 33d287a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ label = "honey"
"ui.cursor.insert" = { bg = "white" }
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "bossanova" }
"ui.highlight" = { bg = "bossanova" }

"ui.menu" = { fg = "lavender", bg = "revolver" }
Expand Down

0 comments on commit 33d287a

Please sign in to comment.