mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-03 19:07:44 +03:00
Define text color (mostly) in theme.toml.
This commit is contained in:
parent
f87dee926a
commit
f0712479cb
8 changed files with 13 additions and 18 deletions
|
@ -43,6 +43,9 @@
|
|||
"ui.popup" = { bg = "#281733" } # revolver
|
||||
"ui.window" = { bg = "#452859" } # bossa nova
|
||||
|
||||
"ui.text" = { fg = "#a4a0e8"} # lavender
|
||||
"ui.text.focus" = { fg = "#dbbfef"} # lilac
|
||||
|
||||
"warning" = "#ffcd1c"
|
||||
"error" = "#f47868"
|
||||
"info" = "#6F44F0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue