From 72dfdc1ac910d3f4efe432e1c33d837d04f53929 Mon Sep 17 00:00:00 2001 From: Mitch Riedstra Date: Wed, 9 Mar 2016 13:33:46 -0500 Subject: Remove older themes and change default color scheme --- init.vim | 4 +--- setup.sh | 6 ------ 2 files changed, 1 insertion(+), 9 deletions(-) diff --git a/init.vim b/init.vim index 969b063..3858def 100644 --- a/init.vim +++ b/init.vim @@ -1,10 +1,8 @@ execute pathogen#infect('bundle/{}', 'themes/{}') " My old standard theme -" colorscheme distinguished +colorscheme distinguished -" My new favorite theme -colorscheme alduin " Love hate relationship with this thing. I guess it's back map :NERDTreeToggle diff --git a/setup.sh b/setup.sh index b9df3f1..2370b59 100755 --- a/setup.sh +++ b/setup.sh @@ -20,12 +20,6 @@ clone DIR="themes/vim-256noir" URL="https://git.riedstra.us/mitch/vim-256noir.git" clone -DIR="themes/alduin" -URL="https://git.riedstra.us/mitch/Alduin.git" -clone -DIR="themes/oceanic-next" -URL="https://github.com/mhartington/oceanic-next" -clone DIR="bundle/vim-airline" URL="https://github.com/vim-airline/vim-airline.git" clone -- cgit v1.2.3