From 154e26386fa58ce82e880037fa6dfe5caff98884 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Tue, 18 Sep 2018 09:23:56 -0700 Subject: Switch default colorscheme to sol --- vimrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index d886e78..1debefc 100644 --- a/vimrc +++ b/vimrc @@ -55,9 +55,9 @@ map :vsp :exec("tag ".expand("")) """ Colors set background=light -if substitute(hostname(), '\n', '', '') ==# "neb" - " neb likes 'sol' more than 'solarized', for some reason - colorscheme sol +if substitute(hostname(), '\n', '', '') ==# "lithium" + " these colors only seem to work on my NixOS machine... + colorscheme solarized else colorscheme sol endif -- cgit v1.2.3