aboutsummaryrefslogtreecommitdiff
path: root/theme.toml
diff options
context:
space:
mode:
authorBlaž Hrastnik2021-05-07 08:38:25 +0000
committerBlaž Hrastnik2021-05-07 08:42:09 +0000
commitf0712479cbdff239347049461be1901e13950044 (patch)
treeb1837b7336a45c21c1baccfd8cca9aac76d2b3c5 /theme.toml
parentf87dee926a08162f937cb08454c452c7c4dfdb77 (diff)
Define text color (mostly) in theme.toml.
Diffstat (limited to 'theme.toml')
-rw-r--r--theme.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/theme.toml b/theme.toml
index 0d4e0857..8659d400 100644
--- a/theme.toml
+++ b/theme.toml
@@ -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"