diff vim/vimrc @ 217:6ee245fa8a3d

Proper colors in iTerm2, and now using solarized for a change.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 11 Sep 2014 23:13:55 -0700
parents 769869e61101
children b87391429145
line wrap: on
line diff
--- a/vim/vimrc	Thu Sep 11 22:00:12 2014 -0700
+++ b/vim/vimrc	Thu Sep 11 23:13:55 2014 -0700
@@ -188,11 +188,13 @@
 
 " Default color scheme.
 if has('gui_running')
-    set background=light
+    set background=dark
 else
     set background=dark
+    let g:solarized_termcolors = 256
+    "let g:solarized_termtrans = 1
 endif
-colorscheme badwolf
+colorscheme solarized
 
 " Enable file type detection.
 filetype indent plugin on