summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlliver Schinagl <oliver@schinagl.nl>2017-04-18 07:44:04 (GMT)
committerOlliver Schinagl <oliver@schinagl.nl>2017-04-18 08:30:22 (GMT)
commit2e4552f0f8bb32650b631f868e40a60a7d0901a7 (patch)
tree44f2e6dc93b4dd69901952eee967832507061a6f
parentb5250728f3747a8db2a8adc0d5a04c7dd525718b (diff)
downloaddotfiles-2e4552f0f8bb32650b631f868e40a60a7d0901a7.zip
dotfiles-2e4552f0f8bb32650b631f868e40a60a7d0901a7.tar.gz
dotfiles-2e4552f0f8bb32650b631f868e40a60a7d0901a7.tar.bz2
vim: Switch to the darkblue colorscheme
-rw-r--r--.gvimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gvimrc b/.gvimrc
index c8a74df..6a282f6 100644
--- a/.gvimrc
+++ b/.gvimrc
@@ -19,7 +19,7 @@ map! <S-Insert> <MiddleMouse>
let c_comment_strings=1
" Setup a nice colorscheme
-colorscheme blue
+colorscheme darkblue
" Enable spellchecking by default
setlocal spell spelllang=en_us