From 1b41169d08b97c70a54e5eb7d6ffdcd482a3c360 Mon Sep 17 00:00:00 2001 From: Von Random Date: Wed, 8 Oct 2014 10:08:19 +0400 Subject: [PATCH] back to solarized theme --- vimrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/vimrc b/vimrc index 76feff0..60d5625 100644 --- a/vimrc +++ b/vimrc @@ -52,8 +52,10 @@ if filereadable(expand("$HOME/.vim/plugins/svndiff.vim")) endif " set color scheme depending on the terminal capabilities -if &t_Co > 255 || has("gui_running") - colorscheme molokai +if &t_Co > 88 || has("gui_running") + colorscheme solarized + let g:solarized_termtrans=1 + let g:solarized_italic=0 else colorscheme elflord endif