comparison vim/vimrc @ 269:faa1f3bf14f6

Use translated colors.
author Ludovic Chabant <ludovic@chabant.com>
date Sat, 24 Jan 2015 18:03:49 -0800
parents 70c081735745
children 8d04d41d4903
comparison
equal deleted inserted replaced
268:d11986f53ebc 269:faa1f3bf14f6
190 if has('gui_running') 190 if has('gui_running')
191 set background=dark 191 set background=dark
192 else 192 else
193 set background=dark 193 set background=dark
194 let g:solarized_termcolors = 256 194 let g:solarized_termcolors = 256
195 "let g:solarized_termtrans = 1 195 let g:solarized_termtrans = 1
196 endif 196 endif
197 colorscheme solarized 197 colorscheme solarized
198 198
199 " Enable file type detection. 199 " Enable file type detection.
200 filetype indent plugin on 200 filetype indent plugin on