aboutsummaryrefslogtreecommitdiffstats
path: root/.vimrc
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2014-06-07 23:16:52 +0200
committerMathias Bynens <mathias@qiwi.be>2014-06-07 23:16:52 +0200
commit7d16e8c7d3d5dfcbb0863ccb05353a9217ffc5ec (patch)
tree6e19de8c200faf680b8336450514b0bf712196bc /.vimrc
parentcaa3964b343d5b5b969bbfeefe44f55aaba173bf (diff)
downloaddotfiles-7d16e8c7d3d5dfcbb0863ccb05353a9217ffc5ec.tar.gz
dotfiles-7d16e8c7d3d5dfcbb0863ccb05353a9217ffc5ec.tar.bz2
dotfiles-7d16e8c7d3d5dfcbb0863ccb05353a9217ffc5ec.zip
Enable Solarized Dark theme in Vim
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