summaryrefslogtreecommitdiff
path: root/tw/theme.scm
diff options
context:
space:
mode:
Diffstat (limited to 'tw/theme.scm')
-rw-r--r--tw/theme.scm4
1 files changed, 4 insertions, 0 deletions
diff --git a/tw/theme.scm b/tw/theme.scm
index a7ee78a5..47a60bb8 100644
--- a/tw/theme.scm
+++ b/tw/theme.scm
@@ -83,6 +83,10 @@
(("JetBrainsMono Nerd Font 14") "Fira Sans 12") ; default font
(("border-col: #[0-9a-f]*;") "border-col: #585b70;")))))) ; i3 border colour
+(define-public catppuccin-vim
+ (local-file #.(string-append "theme/catppuccin/vim/colors/catppuccin_"
+ catppuccin-theme-variant ".vim")))
+
(define-public catppuccin-zathura
(local-file #.(string-append "theme/catppuccin/zathura/src/catppuccin-"
catppuccin-theme-variant)))