summaryrefslogtreecommitdiff
path: root/.vimrc
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2012-10-19 14:04:56 +0200
committerTobias Klauser <tklauser@distanz.ch>2012-10-19 14:04:56 +0200
commit88c6d7e09f4738703c4a2af0e37670f49b54f57a (patch)
tree18e7f8adb7bf04f1ecf0a188e09fe48ab64d3f6c /.vimrc
parent30609b75b41e2f7e83303af647d043309ad048c9 (diff)
Add solarized theme for vim
Diffstat (limited to '.vimrc')
-rw-r--r--.vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.vimrc b/.vimrc
index 836a23b..9b9d5fe 100644
--- a/.vimrc
+++ b/.vimrc
@@ -59,6 +59,7 @@ let g:git_diff_spawn_mode=2
" {{{ Colors and fonts
set background=dark
+colorscheme solarized
" Syntax highlighting
if &t_Co > 2 || has("gui_running")