From bdf92305b0fec929ea168b0b524f669c8b174165 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Mon, 17 Aug 2020 14:56:50 +0200 Subject: [PATCH] =?UTF-8?q?Set=20default=20vim=20colorscheme=20to=20arcadi?= =?UTF-8?q?a=20on=20kitty=20=F0=9F=90=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- vim/plugin/colors.vim | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vim/plugin/colors.vim b/vim/plugin/colors.vim index 3ec0384..8cbf746 100644 --- a/vim/plugin/colors.vim +++ b/vim/plugin/colors.vim @@ -27,3 +27,7 @@ com! Molokai colorscheme molokai com! Iceberg colorscheme iceberg com! Papercolor colorscheme PaperColor | delc PaperColor com! Firewatch colorscheme two-firewatch + +if $TERM=="xterm-kitty" + Arcadia +end