mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Clean up templates and rebuild with Colortemplate v3.0.0-alpha0.
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
|
||||
; Information {{{
|
||||
Full name: Solarized 8 High Contrast
|
||||
Short name: solarized8_high
|
||||
Include: _info.colortemplate
|
||||
; }}}
|
||||
Include: _global.colortemplate
|
||||
|
||||
|
||||
Background: dark
|
||||
Include: _global.colortemplate
|
||||
|
||||
; Dark color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
@@ -95,8 +94,6 @@ Title orange none bold
|
||||
"low" base01 none bold
|
||||
; }}}
|
||||
; Cursor style (dark) {{{
|
||||
#const oldcursor = get(g:, '@prefix_old_cursor_style', 0)
|
||||
|
||||
Cursor base3 blue
|
||||
+oldcursor 1 base03 base0
|
||||
; }}}
|
||||
@@ -186,6 +183,7 @@ CursorIM none fg
|
||||
ToolbarLine none base02
|
||||
ToolbarButton base1 base02 bold
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (dark) {{{
|
||||
NormalMode base0 base3 reverse
|
||||
InsertMode cyan base3 reverse
|
||||
@@ -197,13 +195,9 @@ CommandMode magenta base3 reverse
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
; }}}
|
||||
; Extra stuff (dark) {{{
|
||||
; Include: _extra.colortemplate ; FIXME
|
||||
; }}}
|
||||
|
||||
|
||||
Background: light
|
||||
Include: _global.colortemplate
|
||||
|
||||
; Light color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
@@ -295,14 +289,6 @@ CursorLineNr base0 base02 bold
|
||||
3 red none bold
|
||||
5 base01 none bold
|
||||
|
||||
; 0 = normal visibility, new cursor style (default)
|
||||
; 1 = normal visibility, old cursor style
|
||||
; 2 = high visibility, new cursor style
|
||||
; 3 = high visibility, old cursor style
|
||||
; 4 = low visibility, new cursor style
|
||||
; 5 = low visibility, old cursor style
|
||||
#const viscurs = get(g:, '@prefix_old_cursor_style', 0) + 2 * s:vismap[get(g:, '@prefix_visibility', 'normal')]
|
||||
|
||||
Cursor base03 orange
|
||||
Cursor +viscurs 1 base03 base0
|
||||
Cursor +viscurs 2 base03 red
|
||||
|
||||
Reference in New Issue
Block a user