From e85fa6f09167f53544ffed59e9ff1db838d63e48 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 10 Apr 2012 10:11:38 -0700 Subject: [PATCH] Some solarized color scheme settings for Vim --- vimrc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index 5e7c197..ab20841 100644 --- a/vimrc +++ b/vimrc @@ -104,7 +104,9 @@ if &t_Co > 2 || has('gui_running') syntax on " turn on syntax highlighting endif -" use a colorscheme if the terminal can support it (or we're in a GUI) +" use solarized colorscheme if the terminal can support it (or we're in a GUI) +let g:solarized_termtrans=1 +let g:solarized_visibility='low' if has('gui_running') set bg=light colorscheme solarized