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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -63,8 +63,8 @@ SOFTWARE.
Solarized 8 other options *solarized8-other-options* Solarized 8 other options *solarized8-other-options*
*g:solarized_use16* *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: vim:tw=78:ts=8:ft=help:norl:

View File

@@ -7,7 +7,7 @@ Author: Ethan Schoonover
Maintainer: Lifepillar <lifepillar@lifepillar.me> Maintainer: Lifepillar <lifepillar@lifepillar.me>
Website: https://github.com/lifepillar/vim-solarized8 Website: https://github.com/lifepillar/vim-solarized8
Description: Precision colors for machines and people Description: Precision colors for machines and people
Terminal Colors: 16, 256 Terminal Colors: 256, 16
Option Prefix: solarized Option Prefix: solarized
License: OSI approved MIT license License: OSI approved MIT license
# }}} # }}}

View File

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

View File

@@ -7,7 +7,7 @@ Author: Ethan Schoonover
Maintainer: Lifepillar <lifepillar@lifepillar.me> Maintainer: Lifepillar <lifepillar@lifepillar.me>
Website: https://github.com/lifepillar/vim-solarized8 Website: https://github.com/lifepillar/vim-solarized8
Description: Precision colors for machines and people Description: Precision colors for machines and people
Terminal Colors: 16, 256 Terminal Colors: 256, 16
Option Prefix: solarized Option Prefix: solarized
License: OSI approved MIT license License: OSI approved MIT license
# }}} # }}}
@@ -234,7 +234,9 @@ VisualMode magenta base3 reverse
CommandMode magenta base3 reverse CommandMode magenta base3 reverse
# }}} # }}}
# Extra stuff {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}}
Background: light Background: light
@@ -471,5 +473,7 @@ VisualMode magenta base03 reverse
CommandMode magenta base03 reverse CommandMode magenta base03 reverse
# }}} # }}}
# Extra stuff {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}}

View File

@@ -7,7 +7,7 @@ Author: Ethan Schoonover
Maintainer: Lifepillar <lifepillar@lifepillar.me> Maintainer: Lifepillar <lifepillar@lifepillar.me>
Website: https://github.com/lifepillar/vim-solarized8 Website: https://github.com/lifepillar/vim-solarized8
Description: Precision colors for machines and people Description: Precision colors for machines and people
Terminal Colors: 16, 256 Terminal Colors: 256, 16
Option Prefix: solarized Option Prefix: solarized
License: OSI approved MIT license License: OSI approved MIT license
# }}} # }}}
@@ -234,7 +234,9 @@ VisualMode magenta base3 reverse
CommandMode magenta base3 reverse CommandMode magenta base3 reverse
# }}} # }}}
# Extra stuff {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}}
Background: light Background: light
@@ -471,5 +473,7 @@ VisualMode magenta base03 reverse
CommandMode magenta base03 reverse CommandMode magenta base03 reverse
# }}} # }}}
# Extra stuff {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}}