From c9667aeaabd4ee492f3e963b61d977ddf97c31e1 Mon Sep 17 00:00:00 2001 From: Thomas Ruoff Date: Tue, 25 Oct 2011 22:42:11 +0200 Subject: [PATCH] set slate as gui colorscheme --- vimrc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vimrc b/vimrc index 0cd2888..bb61d46 100644 --- a/vimrc +++ b/vimrc @@ -75,10 +75,10 @@ endif " COLOR SCHEME set t_Co=256 set background=dark -"colorscheme solarized -"if has("gui_running") -" colorscheme railscast -"endif +"colorscheme slate +if has("gui_running") + colorscheme slate +endif " FOLDING set foldenable " enable folding