mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Simplify selection rendering by injecting highlight scopes
This commit is contained in:
parent
44566ea812
commit
057bd630d8
3 changed files with 240 additions and 143 deletions
|
@ -52,9 +52,12 @@
|
|||
|
||||
"ui.selection" = { bg = "#540099" }
|
||||
"ui.selection.primary" = { bg = "#540099" }
|
||||
# TODO: namespace ui.cursor as ui.selection.cursor?
|
||||
"ui.cursor.select" = { bg = "#6F44F0" }
|
||||
"ui.cursor.insert" = { bg = "#802F00" }
|
||||
"ui.cursor.insert" = { bg = "#ffffff" }
|
||||
"ui.cursor.match" = { fg = "#212121", bg = "#6C6999" }
|
||||
"ui.cursor" = { modifiers = ["reversed"] }
|
||||
|
||||
"ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver
|
||||
|
||||
"warning" = "#ffcd1c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue