mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Prefer 256 colors instead of 16 colors.
The rationale behind this change is that the 256 color palette gives a less unpredictable result.
This commit is contained in:
@@ -63,8 +63,8 @@ SOFTWARE.
|
||||
Solarized 8 other options *solarized8-other-options*
|
||||
|
||||
*g:solarized_use16*
|
||||
Set to 0 if you want to use 256 colors.
|
||||
Set to 1 if you want to use 16 colors.
|
||||
>
|
||||
let g:solarized_use16 = 1
|
||||
let g:solarized_use16 = 0
|
||||
<
|
||||
vim:tw=78:ts=8:ft=help:norl:
|
||||
|
||||
Reference in New Issue
Block a user