mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Add a default cursorline style for the primary selection
This commit is contained in:
parent
8dc86beabd
commit
33d287a9ad
@ -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" }
|
||||
|
Loading…
Reference in New Issue
Block a user