.vimrc: Switch back to default 16-color solarized
With the terminal palette using 16-color solarized-dark, this is actually much nicer.
This commit is contained in:
parent
50c7be3603
commit
5c83f82166
2
.vimrc
2
.vimrc
@ -14,7 +14,5 @@ if version >= 600
|
|||||||
filetype indent on " enable file type indents
|
filetype indent on " enable file type indents
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" use 256-color "degraded" mode (default is 16 colors, best when terminal is using solarized colors too)
|
|
||||||
let g:solarized_termcolors=256
|
|
||||||
let g:solarized_termtrans=1
|
let g:solarized_termtrans=1
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
Loading…
Reference in New Issue
Block a user