.vimrc: Add note about solarized 256 colors mode
We're not really even using solarized technically... I prefer the "degraded" 256 color mode to the 16-color mode; too much blue!
This commit is contained in:
parent
2e4cc9f976
commit
6b7c49cd0b
1
.vimrc
1
.vimrc
@ -14,6 +14,7 @@ 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_termcolors=256
|
||||||
let g:solarized_termtrans=1
|
let g:solarized_termtrans=1
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
|
Loading…
Reference in New Issue
Block a user