aboutsummaryrefslogtreecommitdiff
path: root/tw/theme.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-03-08 22:35:07 +0100
committerTimo Wilken2024-03-08 22:35:07 +0100
commitc1a81fefb6d5cb200997ef3e3550e8b86d5e4e4d (patch)
treefbdf95f4011cc28ea81519e20635b795a06816e9 /tw/theme.scm
parent1bd1b8708b8abaf4a0a9e45d937671ab8ec12ece (diff)
Use upstream aerc catppuccin theme
Diffstat (limited to 'tw/theme.scm')
-rw-r--r--tw/theme.scm5
1 files changed, 5 insertions, 0 deletions
diff --git a/tw/theme.scm b/tw/theme.scm
index 83ce8270..a5dce5df 100644
--- a/tw/theme.scm
+++ b/tw/theme.scm
@@ -96,3 +96,8 @@
(file-append catppuccin-zathura-theme
(string-append "/share/catppuccin/zathura/catppuccin-"
catppuccin-theme-variant)))
+
+(define-public catppuccin-aerc
+ (file-append catppuccin-aerc-theme
+ (string-append "/share/catppuccin/aerc/catppuccin-"
+ catppuccin-theme-variant)))