From c1a81fefb6d5cb200997ef3e3550e8b86d5e4e4d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 8 Mar 2024 22:35:07 +0100 Subject: Use upstream aerc catppuccin theme --- tw/theme.scm | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'tw/theme.scm') 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))) -- cgit v1.2.3