mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 09:26:19 +04:00
Cursor color is changed according to editor mode.
The same color as status-line are used for normal and insert modes
This commit is contained in:
parent
eb81cf3c01
commit
e0b4d083e8
@ -37,7 +37,11 @@
|
||||
# Interface
|
||||
"ui.background"= { bg = "background" }
|
||||
"ui.cursor" = { fg = "dark_gray", bg = "yellow" }
|
||||
"ui.cursor.normal" = { fg = "dark_gray", bg = "light-blue" }
|
||||
"ui.cursor.insert" = { fg = "dark_gray", bg = "yellow" }
|
||||
"ui.cursor.primary" = { fg = "dark_gray", bg = "orange" }
|
||||
"ui.cursor.primary.normal" = { fg = "dark_gray", bg = "blue" }
|
||||
"ui.cursor.primary.insert" = { fg = "dark_gray", bg = "orange" }
|
||||
"ui.cursor.match" = "orange"
|
||||
"ui.linenr" = "dark_gray"
|
||||
"ui.linenr.selected" = "gray"
|
||||
|
Loading…
Reference in New Issue
Block a user