aboutsummaryrefslogtreecommitdiff
path: root/tw/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/theme.scm')
-rw-r--r--tw/theme.scm15
1 files changed, 15 insertions, 0 deletions
diff --git a/tw/theme.scm b/tw/theme.scm
index a6837e2d..543504d9 100644
--- a/tw/theme.scm
+++ b/tw/theme.scm
@@ -50,6 +50,11 @@
(file-append catppuccin-emacs-theme
"/share/catppuccin/emacs/catppuccin-theme.el"))
+(define-public catppuccin-foot
+ (file-append catppuccin-foot-theme
+ (string-append "/share/catppuccin/foot/catppuccin-"
+ catppuccin-theme-variant ".ini")))
+
(define-public catppuccin-kdeglobals
(file-append catppuccin-kde-theme
(string-append "/share/color-schemes/Catppuccin"
@@ -86,11 +91,21 @@
(("JetBrainsMono Nerd Font 14") "Fira Sans 12") ; default font
(("border-col: #[0-9a-f]*;") "border-col: #585b70;")))))) ; i3 border colour
+(define-public catppuccin-swaylock
+ (file-append catppuccin-swaylock-theme
+ (string-append "/share/catppuccin/swaylock/"
+ catppuccin-theme-variant ".conf")))
+
(define-public catppuccin-vim
(file-append catppuccin-vim-theme
(string-append "/share/catppuccin/vim/colors/catppuccin_"
catppuccin-theme-variant ".vim")))
+(define-public catppuccin-waybar
+ (file-append catppuccin-waybar-theme
+ (string-append "/share/catppuccin/waybar/"
+ catppuccin-theme-variant ".css")))
+
(define-public catppuccin-zathura
(file-append catppuccin-zathura-theme
(string-append "/share/catppuccin/zathura/catppuccin-"