diff options
author | Blaž Hrastnik | 2021-05-07 08:38:25 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-05-07 08:42:09 +0000 |
commit | f0712479cbdff239347049461be1901e13950044 (patch) | |
tree | b1837b7336a45c21c1baccfd8cca9aac76d2b3c5 /theme.toml | |
parent | f87dee926a08162f937cb08454c452c7c4dfdb77 (diff) |
Define text color (mostly) in theme.toml.
Diffstat (limited to 'theme.toml')
-rw-r--r-- | theme.toml | 3 |
1 files changed, 3 insertions, 0 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" |