From 13cb1cf38cdcd7611ba77b1523650bc5e23e2f79 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Wed, 22 Aug 2018 17:48:24 -0700 Subject: Fix colorscheme on neb --- vimrc | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 89ad60a..cff9286 100644 --- a/vimrc +++ b/vimrc @@ -55,4 +55,9 @@ map :vsp :exec("tag ".expand("")) """ Colors set background=light -colorscheme solarized +if substitute(hostname(), '\n', '', '') ==# "neb" + # neb likes 'sol' more than 'solarized', for some reason + colorscheme sol +else + colorscheme solarized +endif -- cgit v1.2.3