diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:09:58 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-08-10 17:09:58 +0530 |
| commit | 973492cbbb1172f6db80ae51e52f53bf34c625ae (patch) | |
| tree | b7c295bc03caba69b40d7f53d32c63dfc9b0fb3d /modules/email.home | |
| parent | 26343d2eef0e8892cecb1645935294e221e9f1a7 (diff) | |
| download | nixos-config-973492cbbb1172f6db80ae51e52f53bf34c625ae.tar.gz nixos-config-973492cbbb1172f6db80ae51e52f53bf34c625ae.zip | |
Theme change
Diffstat (limited to '')
| -rw-r--r-- | modules/email.home/aerc.theme.nix | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/email.home/aerc.theme.nix b/modules/email.home/aerc.theme.nix index f2f525d..e4a0868 100644 --- a/modules/email.home/aerc.theme.nix +++ b/modules/email.home/aerc.theme.nix @@ -1,5 +1,6 @@ let - accent = "#4f3aA3"; + xresources = (import ../xresources.home.nix {}).xresources.properties; + accent = xresources."*.accent"; in { "title.bg" = accent; "title.fg" = "black"; |
