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:
@@ -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
|
||||
# }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user