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:
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
@@ -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:
|
||||
|
||||
@@ -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
|
||||
# }}}
|
||||
|
||||
@@ -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
|
||||
# }}}
|
||||
|
||||
|
||||
@@ -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
|
||||
# }}}
|
||||
@@ -234,7 +234,9 @@ VisualMode magenta base3 reverse
|
||||
CommandMode magenta base3 reverse
|
||||
# }}}
|
||||
|
||||
# Extra stuff {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
|
||||
Background: light
|
||||
|
||||
@@ -471,5 +473,7 @@ VisualMode magenta base03 reverse
|
||||
CommandMode magenta base03 reverse
|
||||
# }}}
|
||||
|
||||
# Extra stuff {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
|
||||
|
||||
@@ -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
|
||||
# }}}
|
||||
@@ -234,7 +234,9 @@ VisualMode magenta base3 reverse
|
||||
CommandMode magenta base3 reverse
|
||||
# }}}
|
||||
|
||||
# Extra stuff {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
|
||||
Background: light
|
||||
|
||||
@@ -471,5 +473,7 @@ VisualMode magenta base03 reverse
|
||||
CommandMode magenta base03 reverse
|
||||
# }}}
|
||||
|
||||
# Extra stuff {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user