[vim] Use tomorrow_night instead of solarized; it works better with new terminal themes...
This commit is contained in:
parent
dffade6d28
commit
f84c4d0400
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -190,7 +190,7 @@ set bg=dark
|
||||||
let g:solarized_termtrans = 0 " transparent terminals
|
let g:solarized_termtrans = 0 " transparent terminals
|
||||||
let g:solarized_visibility = 'low' " visibility of list chars
|
let g:solarized_visibility = 'low' " visibility of list chars
|
||||||
try
|
try
|
||||||
colorscheme solarized
|
colorscheme tomorrow_night
|
||||||
endtry
|
endtry
|
||||||
|
|
||||||
" Empty snipmate options dictionary
|
" Empty snipmate options dictionary
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue