diff 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
line wrap: on
line diff
--- a/vim/vimrc	Tue Nov 29 18:04:40 2011 -0800
+++ b/vim/vimrc	Mon Dec 05 17:20:24 2011 -0800
@@ -151,8 +151,12 @@
 endif
 
 " Default color scheme.
-colorscheme peaksea
-set background=dark
+if has('gui_running')
+    set background=light
+else
+    set background=dark
+endif
+colorscheme solarized
 
 " Enable file type detection.
 filetype indent plugin on