mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Add ability to theme primary selecition
This commit is contained in:
parent
ac1e98d088
commit
d70be55f70
3 changed files with 21 additions and 8 deletions
|
@ -52,7 +52,8 @@
|
|||
"ui.text" = { fg = "#a4a0e8" } # lavender
|
||||
"ui.text.focus" = { fg = "#dbbfef"} # lilac
|
||||
|
||||
"ui.selection" = { bg = "#540099" }
|
||||
"ui.selection" = { bg = "#44258b" }
|
||||
"ui.selection.primary" = { bg = "#540099" }
|
||||
"ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver
|
||||
|
||||
"warning" = "#ffcd1c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue