From 73920d949cdfb403d0f0ffcd8c95840a5e7810c7 Mon Sep 17 00:00:00 2001 From: Attila Domokos Date: Mon, 18 Jul 2011 05:01:54 -0400 Subject: [PATCH] Set up the color scheme solarized, but don't use yet --- vimrc | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/vimrc b/vimrc index e8a4383..b617a3a 100644 --- a/vimrc +++ b/vimrc @@ -45,8 +45,15 @@ au BufRead,BufNewFile {Gemfile,Rakefile,Thorfile,config.ru} set ft=ruby au BufRead,BufNewFile {*.liquid} set ft=liquid " Default color scheme -color slate +syntax enable set t_Co=256 +color slate + +" To set the color with solarized +"set background=dark +"let g:solarized_termcolors=256 +"colorscheme solarized + " hard to see the slate Search highlighted words highlight Search ctermfg=Black ctermbg=Yellow cterm=NONE