aboutsummaryrefslogtreecommitdiff
path: root/tw/theme.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-24 22:37:01 +0100
committerTimo Wilken2023-01-24 22:37:01 +0100
commit5c8a2a8504519d43b5b681424b3694dca0418965 (patch)
tree11886cc5edab64ce436bb6bd6d12cf7667b00e6b /tw/theme.scm
parent90de989e54db38f5b8c1ad83b57a30d81e374911 (diff)
Use a basic vim instead of Emacs on servers
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)))