summaryrefslogtreecommitdiff
path: root/vimrc
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2018-09-20 19:57:19 -0700
committerBen Sima <ben@bsima.me>2018-09-20 20:04:01 -0700
commit111b3f88812e68dc4921c155d61a21d849495fdc (patch)
treefed56a2dadc65a541b23d3abf36fdf63a9f9b85f /vimrc
parent2b90c65225a3d7154fca2e9a723c2f5fe5ec06b8 (diff)
Fix tmux leader and vim colors
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc b/vimrc
index 2056ed5..d886e78 100644
--- a/vimrc
+++ b/vimrc
@@ -59,5 +59,5 @@ if substitute(hostname(), '\n', '', '') ==# "neb"
" neb likes 'sol' more than 'solarized', for some reason
colorscheme sol
else
- colorscheme solarized
+ colorscheme sol
endif