mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-09 23:37:05 +00:00
Clean up templates and rebuild with Colortemplate v3.0.0-alpha0.
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
@@ -1,4 +1,4 @@
|
||||
*solarized8.txt* For Vim version 9 Last change: 2023 Apr 30
|
||||
*solarized8.txt* For Vim version 9 Last change: 2023 Jun 02
|
||||
|
||||
|
||||
Solarized 8 color scheme
|
||||
|
||||
@@ -1,8 +1,15 @@
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
|
||||
Background: any
|
||||
|
||||
Include: _linked_groups.colortemplate
|
||||
|
||||
#const italics = get(g:, '@prefix_italics', 1) && ((&t_ZH != '' && &t_ZH != '[7m') || has('gui_running') || has('nvim'))
|
||||
#const termtrans = get(g:, '@prefix_termtrans', 0) && !has('gui_running')
|
||||
#const visibility = get(g:, '@prefix_visibility', 'normal')
|
||||
#const diffmode = get(g:, '@prefix_diffmode', 'normal')
|
||||
#const stl = get(g:, '@prefix_statusline', 'normal')
|
||||
#const extra = get(g:, '@prefix_extra_hi_groups', 1)
|
||||
#const vismap = {"normal": 0, "high": 1, "low": 2}
|
||||
|
||||
; 0 = no transparency, normal visibility
|
||||
@@ -11,12 +18,23 @@
|
||||
; 3 = transparent, high visibility
|
||||
; 4 = no transparency, low visibility
|
||||
; 5 = transparent, low visibility
|
||||
#const transvis = get(g:, '@prefix_termtrans', 0) + 2 * s:vismap[get(g:, '@prefix_visibility', 'normal')]
|
||||
#const transvis = s:termtrans + 2 * get(s:vismap, s:visibility, 'normal')
|
||||
|
||||
#const diffmode = get(g:, '@prefix_diffmode', 'normal')
|
||||
#const stl = get(g:, '@prefix_statusline', 'normal')
|
||||
#const extra = get(g:, '@prefix_extra_hi_groups', 1)
|
||||
#const extra_italic = get(g:, '@prefix_extra_hi_groups', 1) + 2 * (get(g:, '@prefix_italics', 1) && ((&t_ZH != '' && &t_ZH != '[7m') || has('gui_running') || has('nvim')))
|
||||
; 0 = no extra, no italics
|
||||
; 1 = extra, no italics
|
||||
; 2 = no extra, italics
|
||||
; 3 = extra, italics
|
||||
#const extra_italic = s:extra + 2 * s:italics
|
||||
|
||||
Include: _linked_groups.colortemplate
|
||||
Background: dark
|
||||
#const oldcursor = get(g:, '@prefix_old_cursor_style', 0)
|
||||
|
||||
Background: light
|
||||
; 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 * get(s:vismap, s:visibility, 'normal')
|
||||
|
||||
|
||||
@@ -4,10 +4,9 @@ Full name: Solarized 8
|
||||
Short name: solarized8
|
||||
Include: _info.colortemplate
|
||||
Include: _help.colortemplate
|
||||
|
||||
Include: _global.colortemplate
|
||||
|
||||
Background: dark
|
||||
Include: _global.colortemplate
|
||||
|
||||
; Dark color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
@@ -107,8 +106,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
|
||||
; }}}
|
||||
@@ -210,13 +207,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
|
||||
@@ -317,14 +310,6 @@ LineNr base00 base02
|
||||
5 base01 none
|
||||
; }}}
|
||||
; Cursor Style {{{
|
||||
; 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
|
||||
+viscurs 1 base03 base0
|
||||
2 base03 red
|
||||
@@ -400,7 +385,8 @@ SignColumn base0 none
|
||||
Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
|
||||
; }}}
|
||||
; Other conventional groups (dark) {{{
|
||||
Comment base01 none italic
|
||||
+italics 0 omit omit s=omit
|
||||
Constant cyan none
|
||||
@@ -415,6 +401,7 @@ Todo magenta none bold
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (light) {{{
|
||||
NormalMode base1 base03 reverse
|
||||
InsertMode cyan base03 reverse
|
||||
@@ -424,7 +411,7 @@ CommandMode magenta base03 reverse
|
||||
; }}}
|
||||
; Neovim (light) {{{
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
TermCursorNC base03 base01
|
||||
; }}}
|
||||
|
||||
Background: any
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
Full name: Solarized 8 Flat
|
||||
Short name: solarized8_flat
|
||||
Include: _info.colortemplate
|
||||
Include: _global.colortemplate
|
||||
|
||||
|
||||
Background: dark
|
||||
Include: _global.colortemplate
|
||||
|
||||
; Dark color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
@@ -89,8 +90,6 @@ CursorLineNr base0 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
|
||||
; }}}
|
||||
@@ -183,13 +182,9 @@ CommandMode base02 magenta bold,revers
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
; }}}
|
||||
; Extra stuff (light) {{{
|
||||
; Include: _extra.colortemplate ; FIXME
|
||||
; }}}
|
||||
|
||||
|
||||
Background: light
|
||||
Include: _global.colortemplate
|
||||
|
||||
; Light color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
@@ -278,14 +273,6 @@ SpellRare cyan none s=cyan undercurl
|
||||
"low" cyan none s=cyan undercurl
|
||||
; }}}
|
||||
; Cursor style {{{
|
||||
; 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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -3,10 +3,10 @@
|
||||
Full name: Solarized 8 Low Contrast
|
||||
Short name: solarized8_low
|
||||
Include: _info.colortemplate
|
||||
Include: _global.colortemplate
|
||||
|
||||
|
||||
Background: dark
|
||||
Include: _global.colortemplate
|
||||
|
||||
; Dark color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
@@ -98,8 +98,6 @@ Title orange none bold
|
||||
"low" base01 none bold
|
||||
; }}}
|
||||
; Cursor style (dark) {{{
|
||||
#const oldcursor = get(g:, '@prefix_old_cursor_style', 0)
|
||||
|
||||
Cursor base3 blue
|
||||
Cursor +oldcursor 1 base03 base0
|
||||
; }}}
|
||||
@@ -138,7 +136,6 @@ StatusLineNC +stl "low" base01 base1 reverse
|
||||
TabLine +stl "low" base01 base1 reverse
|
||||
TabLineFill +stl "low" base01 base1 reverse
|
||||
TabLineSel +stl "low" base01 base2 reverse
|
||||
VertSplit +stl "low" base1 base01
|
||||
|
||||
StatusLine +stl "flat" base03 base2 reverse
|
||||
StatusLineNC +stl "flat" base03 base1 reverse
|
||||
@@ -194,13 +191,9 @@ ReplaceMode orange base3 reverse
|
||||
VisualMode magenta base3 reverse
|
||||
CommandMode magenta base3 reverse
|
||||
; }}}
|
||||
; Extra stuff (dark) {{{
|
||||
; Include: _extra.colortemplate ; FIXME
|
||||
; }}}
|
||||
|
||||
|
||||
Background: light
|
||||
Include: _global.colortemplate
|
||||
|
||||
; Light color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
@@ -295,8 +288,6 @@ Title orange none bold
|
||||
+visibility "high" orange none bold
|
||||
"low" base01 none bold
|
||||
|
||||
#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
|
||||
@@ -340,7 +331,6 @@ StatusLineNC +stl "low" base01 base1 reverse
|
||||
TabLine +stl "low" base01 base1 reverse
|
||||
TabLineFill +stl "low" base01 base1 reverse
|
||||
TabLineSel +stl "low" base01 base02 reverse
|
||||
VertSplit +stl "low" base1 base01
|
||||
WildMenu +stl "low" base0 base02 reverse
|
||||
|
||||
StatusLine +stl "flat" base03 base2 reverse
|
||||
|
||||
Reference in New Issue
Block a user