mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
ui: Refactor styling a bit, ensure infobox is stylable
This commit is contained in:
parent
cbd39d67a4
commit
68626b8f78
3 changed files with 13 additions and 11 deletions
|
@ -42,7 +42,7 @@ module = "#ff0000"
|
|||
"ui.help" = { bg = "#7958DC", fg = "#171452" }
|
||||
|
||||
"ui.text" = { fg = "lavender" }
|
||||
"ui.text.focus" = { fg = "lilac" }
|
||||
"ui.text.focus" = { fg = "white" }
|
||||
|
||||
"ui.selection" = { bg = "#540099" }
|
||||
"ui.selection.primary" = { bg = "#540099" }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue