comparison rc/vimrc @ 446:3022c5d1f8ed

Back to dark theme for compatibility with non-personal systems.
author Edho Arief <edho@myconan.net>
date Mon, 21 Jan 2013 10:25:33 +0700
parents 087278fd11d8
children e0e8de4135bc
comparison
equal deleted inserted replaced
445:b6ff64346e71 446:3022c5d1f8ed
42 42
43 if has('syntax') 43 if has('syntax')
44 syntax on 44 syntax on
45 set foldmethod=syntax 45 set foldmethod=syntax
46 set nofoldenable 46 set nofoldenable
47 set background=light 47 set background=dark
48 let g:solarized_termtrans=1 48 let g:solarized_termtrans=1
49 colorscheme solarized 49 colorscheme solarized
50 endif 50 endif
51 51
52 if has("autocmd") 52 if has("autocmd")