From 30e3b2e5a4e0cb60750daf2ae942d93d35e3472d Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Wed, 13 Sep 2023 14:16:08 +0200 Subject: Update Emacs, Kitty and Vim Catppuccin themes The Emacs theme saw the most development, no longer uses autothemer, and exposes a few new Customize variables. --- tw/theme.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tw/theme.scm') diff --git a/tw/theme.scm b/tw/theme.scm index 47a60bb8..f60b6433 100644 --- a/tw/theme.scm +++ b/tw/theme.scm @@ -47,8 +47,8 @@ "dunst-theme.conf")) (define-public catppuccin-emacs-theme - (local-file #.(string-append "theme/catppuccin/emacs/catppuccin-" - catppuccin-theme-variant "-theme.el"))) + ;; Select the appropriate variant in Emacs. + (local-file "theme/catppuccin/emacs/catppuccin-theme.el")) (define-public catppuccin-kdeglobals (local-file #.(let ((variant (string-upcase catppuccin-theme-variant 0 1))) @@ -56,12 +56,12 @@ "/Catppuccin" variant ".colors")))) (define-public catppuccin-kitty-diff - (local-file #.(string-append "theme/catppuccin/kitty/diff-" + (local-file #.(string-append "theme/catppuccin/kitty/themes/diff-" catppuccin-theme-variant ".conf") "kitty-diff-theme.conf")) (define-public catppuccin-kitty - (local-file #.(string-append "theme/catppuccin/kitty/" + (local-file #.(string-append "theme/catppuccin/kitty/themes/" catppuccin-theme-variant ".conf") "kitty-theme.conf")) -- cgit v1.2.3