Skip to content

Commit

Permalink
Change cursor color per mode for default (helix-editor#10608)
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogenesoftoronto authored and Chirikumbrah committed Jun 15, 2024
1 parent c086803 commit fe8e9b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions theme.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@ label = "honey"
# TODO: namespace ui.cursor as ui.selection.cursor?
"ui.cursor.select" = { bg = "delta" }
"ui.cursor.insert" = { bg = "white" }
"ui.cursor.primary.select" = { bg = "delta" }
"ui.cursor.primary.insert" = { bg = "white" }
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
"ui.cursor" = { modifiers = ["reversed"] }
"ui.cursorline.primary" = { bg = "bossanova" }
Expand Down

0 comments on commit fe8e9b8

Please sign in to comment.