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:
Lifepillar
2017-11-11 13:13:53 +01:00
parent d442acd01b
commit 5b41b09d30
9 changed files with 3832 additions and 3820 deletions

View File

@@ -7,7 +7,7 @@ Author: Ethan Schoonover
Maintainer: Lifepillar <lifepillar@lifepillar.me>
Website: https://github.com/lifepillar/vim-solarized8
Description: Precision colors for machines and people
Terminal Colors: 16, 256
Terminal Colors: 256, 16
Option Prefix: solarized
License: OSI approved MIT license
# }}}
@@ -225,7 +225,9 @@ lCursor -> Cursor
CursorIM none fg
# }}}
# Extra stuff {{{
Include: _extra.colortemplate
# }}}
Background: light
@@ -452,5 +454,7 @@ lCursor -> Cursor
CursorIM none fg
# }}}
# Extra stuff {{{
Include: _extra.colortemplate
# }}}