aboutsummaryrefslogtreecommitdiffstats
path: root/.gvimrc
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 /.gvimrc
parentcaa3964b343d5b5b969bbfeefe44f55aaba173bf (diff)
downloaddotfiles-7d16e8c7d3d5dfcbb0863ccb05353a9217ffc5ec.tar.gz
dotfiles-7d16e8c7d3d5dfcbb0863ccb05353a9217ffc5ec.tar.bz2
dotfiles-7d16e8c7d3d5dfcbb0863ccb05353a9217ffc5ec.zip
Enable Solarized Dark theme in Vim
Diffstat (limited to '.gvimrc')
-rw-r--r--.gvimrc9
1 files changed, 5 insertions, 4 deletions
diff --git a/.gvimrc b/.gvimrc
index 0b64cc4..33469b0 100644
--- a/.gvimrc
+++ b/.gvimrc
@@ -1,6 +1,7 @@
-" Use the excellent Railscat theme by Jeff Kreeftmeijer (gVim-only)
-colorscheme railscat
-" Use 14pt Menlo
-set guifont=Menlo:h14
+" Use the Solarized Dark theme
+set background=dark
+colorscheme solarized
+" Use 14pt Monaco
+set guifont=Monaco:h14
" Better line-height
set linespace=8