From 5c8a2a8504519d43b5b681424b3694dca0418965 Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Tue, 24 Jan 2023 22:37:01 +0100 Subject: Use a basic vim instead of Emacs on servers --- tw/theme.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tw/theme.scm') 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))) -- cgit v1.2.3