mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 02:47:45 +03:00
Add ui.selection to theme.toml
Enables changing the color of the selection which was previously hard coded.
This commit is contained in:
parent
9cfa163370
commit
f33aaba53f
6 changed files with 6 additions and 2 deletions
|
@ -50,6 +50,7 @@
|
|||
"ui.text" = { fg = "#a4a0e8" } # lavender
|
||||
"ui.text.focus" = { fg = "#dbbfef"} # lilac
|
||||
|
||||
"ui.selection" = { bg = "#540099" }
|
||||
"ui.menu.selected" = { fg = "#281733", bg = "#ffffff" } # revolver
|
||||
|
||||
"warning" = "#ffcd1c"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue