changeset 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 b6ff64346e71
children cc72aa61b633
files rc/vimrc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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