diff options
author | Ben Sima <ben@bsima.me> | 2018-09-18 09:23:56 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2018-09-21 08:45:18 -0700 |
commit | 154e26386fa58ce82e880037fa6dfe5caff98884 (patch) | |
tree | ed00579ff2b510603722fe9b128c8330f712ff03 /vimrc | |
parent | 5ea031f19137392621b57a8dd071e8e7b798e0cb (diff) |
Switch default colorscheme to sol
Diffstat (limited to 'vimrc')
-rw-r--r-- | vimrc | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -55,9 +55,9 @@ map <A-]> :vsp <CR>:exec("tag ".expand("<cword>"))<CR> """ 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 |