aboutsummaryrefslogtreecommitdiff
path: root/vim
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-07-20 00:20:05 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-07-20 00:20:05 +1200
commitc29efd7e37031520bc03118dc98f43ea9fec6b96 (patch)
tree84017842ffe03d5ecd9ce4b8d391434ab54fd4fc /vim
parentMay as well start versioning logout file (diff)
downloaddotfiles-c29efd7e37031520bc03118dc98f43ea9fec6b96.tar.gz
dotfiles-c29efd7e37031520bc03118dc98f43ea9fec6b96.zip
Refine color choices (no 'background' defined)
Diffstat (limited to 'vim')
-rw-r--r--vim/vimrc6
1 files changed, 3 insertions, 3 deletions
diff --git a/vim/vimrc b/vim/vimrc
index 54f425bb..ca555806 100644
--- a/vim/vimrc
+++ b/vim/vimrc
@@ -57,11 +57,11 @@ endif
" Options dependent on the syntax feature
if has('syntax')
- " Use syntax highlighting with a dark background
+ " Use syntax highlighting
syntax enable
- set background=dark
- " Use my custom color scheme if possible
+ " Use my custom color scheme if possible, otherwise I'm happy with
+ " whatever the default is
silent! colorscheme sahara
" Get rid of visually noisy folding characters