mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +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
|
@ -38,6 +38,7 @@
|
|||
"ui.text" = { fg = "#e5ded6" }
|
||||
"ui.text.focus" = { fg = "#e5ded6", modifiers= ["bold"] }
|
||||
|
||||
"ui.selection" = { bg = "#540099" }
|
||||
"ui.menu.selected" = { fg = "#e5ded6", bg = "#313f4e" }
|
||||
|
||||
"warning" = "#dc7759"
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
"ui.text" = { fg = "#7B91B3" }
|
||||
"ui.text.focus" = { fg = "#250E07", modifiers= ["bold"] }
|
||||
|
||||
"ui.selection" = { bg = "#540099" }
|
||||
"ui.menu.selected" = { fg = "#D74E50", bg = "#F3EAE9" }
|
||||
|
||||
"warning" = "#D4A520"
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
"ui.linenr" = { fg = "#4B5263", modifiers = ['dim'] }
|
||||
"ui.popup" = { bg = "#3E4452" }
|
||||
"ui.statusline" = { fg = "#ABB2BF", bg = "#2C323C" }
|
||||
"ui.selection" = { bg = "#3E4452" }
|
||||
"ui.text" = { fg = "#ABB2BF", bg = "#282C34" }
|
||||
"ui.text.focus" = { fg = "#ABB2BF", bg = "#2C323C", modifiers = ['bold'] }
|
||||
"ui.window" = { bg = "#3E4452" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue