1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-09 12:16:06 +02:00

Change cursor color per mode for default (#10608)

This commit is contained in:
Diogenesoftoronto 2024-04-26 17:50:29 -04:00 committed by GitHub
parent 31248d4e2f
commit 5ee7411450
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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" }