mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add default color for cursor match (#370)
* Add default color for cursor match Not all terminals support dim, for those terminal that does not support this (konsole, item2, wezterm), users cannot differentiate between match and primary cursor. So set a color for this. * Use alacritty dim color for match
This commit is contained in:
parent
c2b937481f
commit
74cc4b4a49
4 changed files with 4 additions and 0 deletions
|
@ -54,6 +54,7 @@
|
|||
"ui.selection.primary" = { bg = "#540099" }
|
||||
"ui.cursor.select" = { bg = "#6F44F0" }
|
||||
"ui.cursor.insert" = { bg = "#802F00" }
|
||||
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
|
||||
"ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver
|
||||
|
||||
"warning" = "#ffcd1c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue