summaryrefslogtreecommitdiff
path: root/tw/theme.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-09-13 14:16:08 +0200
committerTimo Wilken2023-09-13 14:16:08 +0200
commit30e3b2e5a4e0cb60750daf2ae942d93d35e3472d (patch)
tree715dc88ac3c99bf8773f24fb3c5563c3f7dc8c1a /tw/theme.scm
parent5aff96e7951306647d6a08d8b820510f0c8904b4 (diff)
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.
Diffstat (limited to 'tw/theme.scm')
-rw-r--r--tw/theme.scm8
1 files changed, 4 insertions, 4 deletions
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"))