Fix up solarized color settings in Vim
This commit is contained in:
parent
4f8c1491dd
commit
a4e999b5f2
1 changed files with 2 additions and 2 deletions
4
vimrc
4
vimrc
|
@ -133,9 +133,9 @@ set bg=dark
|
|||
|
||||
" Try to use the solarized colorscheme if the terminal can support it (or we're in a GUI)
|
||||
try
|
||||
let g:solarized_termtrans = 1 " transparent terminals
|
||||
let g:solarized_visibility = 'low' " visibility of list chars
|
||||
colorscheme solarized
|
||||
let g:solarized_termtrans = 1
|
||||
let g:solarized_visibility = 'low'
|
||||
endtry
|
||||
|
||||
" Empty snipmate options dictionary
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue