aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc5
1 files changed, 3 insertions, 2 deletions
diff --git a/.vimrc b/.vimrc
index 150a847..2284ee4 100644
--- a/.vimrc
+++ b/.vimrc
@@ -1,5 +1,6 @@
-" Use the Molokai theme (originally created for TextMate by Wimer Hazenberg)
-colorscheme molokai
+" Use the Solarized Dark theme
+set background=dark
+colorscheme solarized
" Make Vim more useful
set nocompatible