aboutsummaryrefslogtreecommitdiff
path: root/tw/theme.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-03-08 23:21:58 +0100
committerTimo Wilken2024-03-08 23:22:11 +0100
commit880203936ba3e0474b69ac785de6a258ac811088 (patch)
tree2e308de0df24b494f96e779dda78bac2a0fdafe3 /tw/theme.scm
parentc1a81fefb6d5cb200997ef3e3550e8b86d5e4e4d (diff)
Give catppuccin themes proper revision numbers
Diffstat (limited to 'tw/theme.scm')
-rw-r--r--tw/theme.scm14
1 files changed, 4 insertions, 10 deletions
diff --git a/tw/theme.scm b/tw/theme.scm
index a5dce5df..a6837e2d 100644
--- a/tw/theme.scm
+++ b/tw/theme.scm
@@ -29,11 +29,10 @@
;; https://github.com/catppuccin/catppuccin).
(define-public catppuccin-background-color "1e1e2e")
-(define-public catppuccin-muttrc
- (file-append catppuccin-neomutt-theme
- (if (string=? catppuccin-theme-variant "latte")
- "/share/catppuccin/neomutt/latte-neomuttrc"
- "/share/catppuccin/neomutt/neomuttrc")))
+(define-public catppuccin-aerc
+ (file-append catppuccin-aerc-theme
+ (string-append "/share/catppuccin/aerc/catppuccin-"
+ catppuccin-theme-variant)))
(define-public catppuccin-newsboat
(file-append catppuccin-newsboat-theme
@@ -96,8 +95,3 @@
(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)))