Define text color (mostly) in theme.toml.

This commit is contained in:
Blaž Hrastnik 2021-05-07 17:38:25 +09:00
parent f87dee926a
commit f0712479cb
8 changed files with 13 additions and 18 deletions

View file

@ -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"