diff 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
line wrap: on
line diff
--- a/rc/vimrc	Mon Jan 21 07:58:54 2013 +0700
+++ b/rc/vimrc	Mon Jan 21 10:25:33 2013 +0700
@@ -44,7 +44,7 @@
   syntax on
   set foldmethod=syntax
   set nofoldenable
-  set background=light
+  set background=dark
   let g:solarized_termtrans=1
   colorscheme solarized
 endif