diff options
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 |