comparison vim/vimrc @ 47:ee3d235ca3fb

Added solarized.
author Ludovic Chabant <ludovic@chabant.com>
date Mon, 05 Dec 2011 17:20:24 -0800
parents aac6188ab4d6
children 966df1f863be
comparison
equal deleted inserted replaced
46:0e849b8f727b 47:ee3d235ca3fb
149 if !exists('g:resourcing_vimrc') 149 if !exists('g:resourcing_vimrc')
150 cd ~/ 150 cd ~/
151 endif 151 endif
152 152
153 " Default color scheme. 153 " Default color scheme.
154 colorscheme peaksea 154 if has('gui_running')
155 set background=dark 155 set background=light
156 else
157 set background=dark
158 endif
159 colorscheme solarized
156 160
157 " Enable file type detection. 161 " Enable file type detection.
158 filetype indent plugin on 162 filetype indent plugin on
159 163
160 " Navigate MiniBufExplorer with CTRL+Tab/CTRL+Shift+Tab. 164 " Navigate MiniBufExplorer with CTRL+Tab/CTRL+Shift+Tab.