[vim] Use tomorrow_night instead of solarized; it works better with new terminal themes...

This commit is contained in:
Eryn Wells 2018-06-27 09:37:47 -07:00
parent dffade6d28
commit f84c4d0400

2
vimrc
View file

@ -190,7 +190,7 @@ set bg=dark
let g:solarized_termtrans = 0 " transparent terminals
let g:solarized_visibility = 'low' " visibility of list chars
try
colorscheme solarized
colorscheme tomorrow_night
endtry
" Empty snipmate options dictionary