From 54a66b0c314253cc65d4118385362f5a89799da1 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Sat, 22 Sep 2018 18:43:54 -0700 Subject: Just always use sol, its easier --- vimrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 1debefc..51c811f 100644 --- a/vimrc +++ b/vimrc @@ -55,9 +55,4 @@ map :vsp :exec("tag ".expand("")) """ Colors set background=light -if substitute(hostname(), '\n', '', '') ==# "lithium" - " these colors only seem to work on my NixOS machine... - colorscheme solarized -else - colorscheme sol -endif +colorscheme sol -- cgit v1.2.3