Use new comment symbols for templates.

This commit is contained in:
Lifepillar
2020-09-20 15:24:50 +02:00
parent 5df7666374
commit edf0659c3c
14 changed files with 310 additions and 310 deletions

View File

@@ -1,10 +1,10 @@
# vim: ft=colortemplate fdm=marker cc=22 ; vim: ft=colortemplate fdm=marker cc=22
# Template for black & white terminals ; Template for black & white terminals
Variant: 2 Variant: 2
# Default highlight groups {{{ ; Default highlight groups {{{
# Group Unused Unused Term attributes ; Group Unused Unused Term attributes
Normal omit omit Normal omit omit
ColorColumn omit omit reverse ColorColumn omit omit reverse
Conceal omit omit Conceal omit omit
@@ -50,7 +50,7 @@ Visual omit omit reverse
VisualNOS omit omit VisualNOS omit omit
WarningMsg omit omit standout WarningMsg omit omit standout
WildMenu omit omit bold WildMenu omit omit bold
# Other conventional group names (see `:help group-name`) ; Other conventional group names (see `:help group-name`)
Comment omit omit italic Comment omit omit italic
Constant omit omit bold,italic Constant omit omit bold,italic
Error omit omit reverse Error omit omit reverse
@@ -65,5 +65,5 @@ Underlined omit omit underline
CursorIM omit omit CursorIM omit omit
ToolbarLine omit omit reverse ToolbarLine omit omit reverse
ToolbarButton omit omit bold,reverse ToolbarButton omit omit bold,reverse
# }}} ; }}}

View File

@@ -1,3 +1,3 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
#unlet s:termtrans #unlet s:termtrans

View File

@@ -1,3 +1,3 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
Term Colors: base02 red green yellow blue magenta cyan base2 Term Colors: base02 red green yellow blue magenta cyan base2
Term Colors: base03 orange base01 base00 base0 violet base1 base3 Term Colors: base03 orange base01 base00 base0 violet base1 base3

View File

@@ -1,12 +1,12 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
# Filetype specific highlight groups {{{ ; Filetype specific highlight groups {{{
verbatim verbatim
if !get(g:, '@optionprefix_extra_hi_groups', 0) if !get(g:, '@optionprefix_extra_hi_groups', 0)
unlet s:t_Co s:italics s:termtrans unlet s:t_Co s:italics s:termtrans
finish finish
endif endif
endverbatim endverbatim
# vim {{{ ; vim {{{
vimVar -> Identifier vimVar -> Identifier
vimFunc -> Function vimFunc -> Function
vimUserFunc -> Function vimUserFunc -> Function
@@ -28,12 +28,12 @@ vimSynType cyan none
vimHiLink blue none vimHiLink blue none
vimHiGroup blue none vimHiGroup blue none
vimGroup blue none bold vimGroup blue none bold
# }}} ; }}}
# diff {{{ ; diff {{{
diffAdded -> Statement diffAdded -> Statement
diffLine -> Identifier diffLine -> Identifier
# }}} ; }}}
# git {{{ ; git {{{
gitcommitComment base01 none italic gitcommitComment base01 none italic
gitcommitUntracked -> gitcommitComment gitcommitUntracked -> gitcommitComment
gitcommitDiscarded -> gitcommitComment gitcommitDiscarded -> gitcommitComment
@@ -53,8 +53,8 @@ gitcommitFile base0 none bold
gitcommitDiscardedArrow -> gitcommitDiscardedFile gitcommitDiscardedArrow -> gitcommitDiscardedFile
gitcommitSelectedArrow -> gitcommitSelectedFile gitcommitSelectedArrow -> gitcommitSelectedFile
gitcommitUnmergedArrow -> gitcommitUnmergedFile gitcommitUnmergedArrow -> gitcommitUnmergedFile
# }}} ; }}}
# html {{{ ; html {{{
htmlTag base01 none htmlTag base01 none
htmlEndTag base01 none htmlEndTag base01 none
htmlTagN base1 none bold htmlTagN base1 none bold
@@ -62,34 +62,34 @@ htmlTagName blue none bold
htmlSpecialTagName blue none italic htmlSpecialTagName blue none italic
htmlArg base00 none htmlArg base00 none
javaScript yellow none javaScript yellow none
# }}} ; }}}
# javascript {{{ ; javascript {{{
jsFuncCall -> Function jsFuncCall -> Function
# }}} ; }}}
# perl {{{ ; perl {{{
perlHereDoc base1 back perlHereDoc base1 back
perlVarPlain yellow back perlVarPlain yellow back
perlStatementFileDesc cyan back perlStatementFileDesc cyan back
# }}} ; }}}
# tex {{{ ; tex {{{
texstatement cyan back texstatement cyan back
texmathzonex yellow back texmathzonex yellow back
texmathmatcher yellow back texmathmatcher yellow back
texreflabel yellow back texreflabel yellow back
# }}} ; }}}
# ruby {{{ ; ruby {{{
rubyDefine base1 back bold rubyDefine base1 back bold
rubySymbol -> Type rubySymbol -> Type
rubyBoolean magenta back rubyBoolean magenta back
# }}} ; }}}
# haskell {{{ ; haskell {{{
# For use with syntax/haskell.vim : Haskell Syntax File ; For use with syntax/haskell.vim : Haskell Syntax File
# http://www.vim.org/scripts/script.php?script_id=3034 ; http://www.vim.org/scripts/script.php?script_id=3034
# See also Steffen Siering's github repository: ; See also Steffen Siering's github repository:
# http://github.com/urso/dotrc/blob/master/vim/syntax/haskell.vim ; http://github.com/urso/dotrc/blob/master/vim/syntax/haskell.vim
# ;
# Treat True and False and highlight delims specially, see the plugin ; Treat True and False and highlight delims specially, see the plugin
# referenced above. ; referenced above.
cPreCondit orange none cPreCondit orange none
VarId blue none VarId blue none
ConId yellow none ConId yellow none
@@ -109,14 +109,14 @@ hsImportParams -> Delimiter
hsDelimTypeExport -> Delimiter hsDelimTypeExport -> Delimiter
hsModuleStartLabel -> hsStructure hsModuleStartLabel -> hsStructure
hsModuleWhereLabel -> hsModuleStartLabel hsModuleWhereLabel -> hsModuleStartLabel
# following is for the haskell-conceal plugin ; following is for the haskell-conceal plugin
# the first two items don't have an impact, but better safe ; the first two items don't have an impact, but better safe
hsNiceOperator cyan none hsNiceOperator cyan none
hsniceoperator cyan none hsniceoperator cyan none
#let hs_highlight_boolean=1 #let hs_highlight_boolean=1
#let hs_highlight_delimiters=1 #let hs_highlight_delimiters=1
# }}} ; }}}
# pandoc {{{ ; pandoc {{{
pandocTitleBlock blue none pandocTitleBlock blue none
pandocTitleBlockTitle blue none bold pandocTitleBlockTitle blue none bold
pandocTitleComment blue none bold pandocTitleComment blue none bold
@@ -134,7 +134,7 @@ pandocBlockQuoteLeader5 base0 none
pandocBlockQuoteLeader6 base01 none pandocBlockQuoteLeader6 base01 none
pandocListMarker magenta none pandocListMarker magenta none
pandocListReference magenta none pandocListReference magenta none
# Definitions ; Definitions
pandocDefinitionBlock violet none pandocDefinitionBlock violet none
pandocDefinitionTerm violet none standout pandocDefinitionTerm violet none standout
pandocDefinitionIndctr violet none bold pandocDefinitionIndctr violet none bold
@@ -147,10 +147,10 @@ pandocStrikeoutDefinition violet none reverse
pandocVerbatimInlineDefinition violet none pandocVerbatimInlineDefinition violet none
pandocSuperscriptDefinition violet none pandocSuperscriptDefinition violet none
pandocSubscriptDefinition violet none pandocSubscriptDefinition violet none
# Tables ; Tables
pandocTable blue none pandocTable blue none
pandocTableStructure blue none pandocTableStructure blue none
# Sic in the original Solarized: ; Sic in the original Solarized:
pandocTableStructureTop -> pandocTableStructre pandocTableStructureTop -> pandocTableStructre
pandocTableStructureEnd -> pandocTableStructre pandocTableStructureEnd -> pandocTableStructre
pandocTableZebraLight blue base03 pandocTableZebraLight blue base03
@@ -164,7 +164,7 @@ pandocStrikeoutTable blue none reverse
pandocVerbatimInlineTable blue none pandocVerbatimInlineTable blue none
pandocSuperscriptTable blue none pandocSuperscriptTable blue none
pandocSubscriptTable blue none pandocSubscriptTable blue none
# Headings ; Headings
pandocHeading orange none bold pandocHeading orange none bold
pandocHeadingMarker orange none bold pandocHeadingMarker orange none bold
pandocEmphasisHeading orange none bold pandocEmphasisHeading orange none bold
@@ -176,7 +176,7 @@ pandocStrikeoutHeading orange none reverse
pandocVerbatimInlineHeading orange none bold pandocVerbatimInlineHeading orange none bold
pandocSuperscriptHeading orange none bold pandocSuperscriptHeading orange none bold
pandocSubscriptHeading orange none bold pandocSubscriptHeading orange none bold
# Links ; Links
pandocLinkDelim base01 none pandocLinkDelim base01 none
pandocLinkLabel blue none pandocLinkLabel blue none
pandocLinkText blue none pandocLinkText blue none
@@ -194,7 +194,7 @@ pandocCitationDelim magenta none
pandocCitation magenta none pandocCitation magenta none
pandocCitationID magenta none pandocCitationID magenta none
pandocCitationRef magenta none pandocCitationRef magenta none
# Main Styles ; Main Styles
pandocStyleDelim base01 none pandocStyleDelim base01 none
pandocEmphasis base0 none italic pandocEmphasis base0 none italic
pandocEmphasisNested base0 none bold pandocEmphasisNested base0 none bold
@@ -212,14 +212,14 @@ pandocCitationRef magenta none
pandocNonBreakingSpace red none reverse pandocNonBreakingSpace red none reverse
pandocEscapedCharacter -> pandocEscapePair pandocEscapedCharacter -> pandocEscapePair
pandocLineBreak -> pandocEscapePair pandocLineBreak -> pandocEscapePair
# Embedded code ; Embedded code
pandocMetadataDelim base01 none pandocMetadataDelim base01 none
pandocMetadata blue none pandocMetadata blue none
pandocMetadataKey blue none pandocMetadataKey blue none
pandocMetadata blue none bold pandocMetadata blue none bold
pandocMetadataTitle -> pandocMetadata pandocMetadataTitle -> pandocMetadata
# }}} ; }}}
# ale {{{ ; ale {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'flat' #if get(g:, '@optionprefix_statusline', '') ==# 'flat'
ALEErrorSign red none bold ALEErrorSign red none bold
ALEInfoSign cyan none bold ALEInfoSign cyan none bold
@@ -255,5 +255,5 @@ ALEStyleErrorSignLineNr -> ALEErrorSignLineNr
ALEStyleWarning -> ALEWarning ALEStyleWarning -> ALEWarning
ALEStyleWarningSign -> ALEWarningSign ALEStyleWarningSign -> ALEWarningSign
ALEStyleWarningSignLineNr -> ALEWarningSignLineNr ALEStyleWarningSignLineNr -> ALEWarningSignLineNr
# }}} ; }}}
# }}} ; }}}

View File

@@ -1,7 +1,7 @@
auxfile scripts/@shortname.sh auxfile scripts/@shortname.sh
#!/bin/sh #!/bin/sh
# Modify 256-color palette in supported terminals ; Modify 256-color palette in supported terminals
# Script adapted from https://github.com/chriskempson/base16-shell ; Script adapted from https://github.com/chriskempson/base16-shell
set -o errexit set -o errexit
hex2rgb() { hex2rgb() {
@@ -51,21 +51,21 @@ printf $printf_template @term256blue $(hex2rgb "@guiblue")
printf $printf_template @term256cyan $(hex2rgb "@guicyan") printf $printf_template @term256cyan $(hex2rgb "@guicyan")
printf $printf_template @term256green $(hex2rgb "@guigreen") printf $printf_template @term256green $(hex2rgb "@guigreen")
# foreground / background / cursor color ; foreground / background / cursor color
# if [ -n "$ITERM_SESSION_ID" ]; then ; if [ -n "$ITERM_SESSION_ID" ]; then
# # iTerm2 proprietary escape codes ; # iTerm2 proprietary escape codes
# printf $printf_template_custom Pg 93a1a1 # forground ; printf $printf_template_custom Pg 93a1a1 # forground
# printf $printf_template_custom Ph 002b36 # background ; printf $printf_template_custom Ph 002b36 # background
# printf $printf_template_custom Pi 93a1a1 # bold color ; printf $printf_template_custom Pi 93a1a1 # bold color
# printf $printf_template_custom Pj 586e75 # selection color ; printf $printf_template_custom Pj 586e75 # selection color
# printf $printf_template_custom Pk 93a1a1 # selected text color ; printf $printf_template_custom Pk 93a1a1 # selected text color
# printf $printf_template_custom Pl 93a1a1 # cursor ; printf $printf_template_custom Pl 93a1a1 # cursor
# printf $printf_template_custom Pm 002b36 # cursor text ; printf $printf_template_custom Pm 002b36 # cursor text
# else ; else
# printf $printf_template_var 10 $color_foreground ; printf $printf_template_var 10 $color_foreground
# printf $printf_template_var 11 $color_background ; printf $printf_template_var 11 $color_background
# printf $printf_template_var 12 $color_cursor ; printf $printf_template_var 12 $color_cursor
# fi ; fi
unset printf_template unset printf_template
unset printf_template_var unset printf_template_var

View File

@@ -1,4 +1,4 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
#let s:t_Co = get(g:, '@optionprefix_use16', 0) ? 16 : s:t_Co #let s:t_Co = get(g:, '@optionprefix_use16', 0) ? 16 : s:t_Co
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1) #let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running') #let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')

View File

@@ -92,5 +92,5 @@ SOFTWARE.
enddocumentation enddocumentation
# vim: ft=colortemplate fdm=marker ts=8 tw=78 ; vim: ft=colortemplate fdm=marker ts=8 tw=78

View File

@@ -1,4 +1,4 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
Author: Ethan Schoonover 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

View File

@@ -1,4 +1,4 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
Term Colors: base2 red green yellow blue magenta cyan base02 Term Colors: base2 red green yellow blue magenta cyan base02
Term Colors: base3 orange base1 base0 base00 violet base01 base03 Term Colors: base3 orange base1 base0 base00 violet base01 base03

View File

@@ -1,4 +1,4 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
Boolean -> Constant Boolean -> Constant
Character -> Constant Character -> Constant
Conditional -> Statement Conditional -> Statement

View File

@@ -1,25 +1,25 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
# Information {{{ ; Information {{{
Full name: Solarized 8 Full name: Solarized 8
Short name: solarized8 Short name: solarized8
Include: _info.colortemplate Include: _info.colortemplate
# }}} ; }}}
# Documentation {{{ ; Documentation {{{
Include: _help.colortemplate Include: _help.colortemplate
# }}} ; }}}
Include: _global.colortemplate Include: _global.colortemplate
Variant: gui 256 16 Variant: gui 256 16
Background: dark Background: dark
# Dark color palette {{{ ; Dark color palette {{{
# Color name GUI Base256 Base16 ; Color name GUI Base256 Base16
Color: base02 #073642 236 0 Color: base02 #073642 236 0
Color: red #dc322f 160 1 Color: red #dc322f 160 1
Color: green #859900 106 2 Color: green #859900 106 2
#Color:green #719e07 ~ 2 ;Color:green #719e07 ~ 2
Color: yellow #b58900 136 3 Color: yellow #b58900 136 3
Color: blue #268bd2 32 4 Color: blue #268bd2 32 4
Color: magenta #d33682 162 5 Color: magenta #d33682 162 5
@@ -36,12 +36,12 @@ Color: base1 #93a1a1 247 14
Color: base3 #fdf6e3 230 15 Color: base3 #fdf6e3 230 15
Include: _dark_terminal.colortemplate Include: _dark_terminal.colortemplate
# }}} ; }}}
# Fix 256-color palette in supported terminals (dark) {{{ ; Fix 256-color palette in supported terminals (dark) {{{
Include: _fix-256-palette.colortemplate Include: _fix-256-palette.colortemplate
# }}} ; }}}
# Default highlight groups (dark) {{{ ; Default highlight groups (dark) {{{
# Transparency (dark) {{{ ; Transparency (dark) {{{
#if s:termtrans #if s:termtrans
Normal base1 none Normal base1 none
FoldColumn fg none FoldColumn fg none
@@ -57,8 +57,8 @@ Include: _fix-256-palette.colortemplate
ToolbarButton base1 base02 bold ToolbarButton base1 base02 bold
ToolbarLine none base02 ToolbarLine none base02
#endif #endif
# }}} ; }}}
# Visibility (dark) {{{ ; Visibility (dark) {{{
#if get(g:, '@optionprefix_visibility', '') ==# 'high' #if get(g:, '@optionprefix_visibility', '') ==# 'high'
CursorLineNr orange base02 bold CursorLineNr orange base02 bold
LineNr base0 base02 LineNr base0 base02
@@ -90,8 +90,8 @@ Include: _fix-256-palette.colortemplate
SpellRare cyan none t=underline g=undercurl s=cyan SpellRare cyan none t=underline g=undercurl s=cyan
Title orange none bold Title orange none bold
#endif #endif
# }}} ; }}}
# [Cursor]LineNr transparency (dark) {{{ ; [Cursor]LineNr transparency (dark) {{{
Variant: gui Variant: gui
verbatim verbatim
if s:termtrans if s:termtrans
@@ -107,15 +107,15 @@ if s:termtrans
endif endif
endverbatim endverbatim
Variant: gui 256 16 Variant: gui 256 16
# }}} ; }}}
# Cursor style (dark) {{{ ; Cursor style (dark) {{{
#if get(g:, '@optionprefix_old_cursor_style', 0) #if get(g:, '@optionprefix_old_cursor_style', 0)
Cursor base03 base0 Cursor base03 base0
#else #else
Cursor base3 blue Cursor base3 blue
#endif #endif
# }}} ; }}}
# Diff mode (dark) {{{ ; Diff mode (dark) {{{
#if get(g:, '@optionprefix_diffmode', '') ==# 'high' #if get(g:, '@optionprefix_diffmode', '') ==# 'high'
DiffAdd green none reverse DiffAdd green none reverse
DiffChange yellow none reverse DiffChange yellow none reverse
@@ -132,8 +132,8 @@ Variant: gui 256 16
DiffDelete red base02 bold DiffDelete red base02 bold
DiffText blue base02 s=blue DiffText blue base02 s=blue
#endif #endif
# }}} ; }}}
# Structural elements (dark) {{{ ; Structural elements (dark) {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'low' #if get(g:, '@optionprefix_statusline', '') ==# 'low'
StatusLine base01 base2 reverse StatusLine base01 base2 reverse
StatusLineNC base01 base02 reverse StatusLineNC base01 base02 reverse
@@ -156,8 +156,8 @@ Variant: gui 256 16
TabLineSel base0 base02 reverse TabLineSel base0 base02 reverse
VertSplit base02 base01 VertSplit base02 base01
#endif #endif
# }}} ; }}}
# Base groups (dark) {{{ ; Base groups (dark) {{{
ColorColumn none base02 ColorColumn none base02
Conceal blue none Conceal blue none
CursorColumn none base02 CursorColumn none base02
@@ -180,8 +180,8 @@ Visual base01 base03 reverse
VisualNOS none base02 reverse VisualNOS none base02 reverse
WarningMsg orange none bold WarningMsg orange none bold
WildMenu base2 base02 reverse WildMenu base2 base02 reverse
# }}} ; }}}
# Other conventional groups (dark) {{{ ; Other conventional groups (dark) {{{
Comment base01 none italic Comment base01 none italic
Constant cyan none Constant cyan none
CursorIM none fg CursorIM none fg
@@ -194,31 +194,31 @@ Statement green none
Todo magenta none bold Todo magenta none bold
Type yellow none Type yellow none
Underlined violet none Underlined violet none
# }}} ; }}}
# }}} ; }}}
# Additional highlight groups (dark) {{{ ; Additional highlight groups (dark) {{{
NormalMode base0 base3 reverse NormalMode base0 base3 reverse
InsertMode cyan base3 reverse InsertMode cyan base3 reverse
ReplaceMode orange base3 reverse ReplaceMode orange base3 reverse
VisualMode magenta base3 reverse VisualMode magenta base3 reverse
CommandMode magenta base3 reverse CommandMode magenta base3 reverse
# }}} ; }}}
# Neovim (dark) {{{ ; Neovim (dark) {{{
TermCursor -> Cursor TermCursor -> Cursor
TermCursorNC base03 base01 TermCursorNC base03 base01
# }}} ; }}}
# Extra stuff (dark) {{{ ; Extra stuff (dark) {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate
Background: light Background: light
# Light color palette {{{ ; Light color palette {{{
# Color name GUI Base256 Base16 ; Color name GUI Base256 Base16
Color: base2 #073642 236 0 Color: base2 #073642 236 0
Color: red #dc322f 160 1 Color: red #dc322f 160 1
Color: green #859900 106 2 Color: green #859900 106 2
#Color:green #719e07 ~ 2 ;Color:green #719e07 ~ 2
Color: yellow #b58900 136 3 Color: yellow #b58900 136 3
Color: blue #268bd2 32 4 Color: blue #268bd2 32 4
Color: magenta #d33682 162 5 Color: magenta #d33682 162 5
@@ -235,9 +235,9 @@ Color: base03 #fdf6e3 230 15
Color: back #fdf6e3 230 15 Color: back #fdf6e3 230 15
Include: _light_terminal.colortemplate Include: _light_terminal.colortemplate
# }}} ; }}}
# Default highlight groups (dark) {{{ ; Default highlight groups (dark) {{{
# Transparency (light) {{{ ; Transparency (light) {{{
#if s:termtrans #if s:termtrans
Normal base1 none Normal base1 none
FoldColumn base0 none FoldColumn base0 none
@@ -253,8 +253,8 @@ Include: _light_terminal.colortemplate
ToolbarButton base1 base02 bold ToolbarButton base1 base02 bold
ToolbarLine none base02 ToolbarLine none base02
#endif #endif
# }}} ; }}}
# Visibility and cursor style (light) {{{ ; Visibility and cursor style (light) {{{
#if get(g:, '@optionprefix_visibility', '') ==# 'high' #if get(g:, '@optionprefix_visibility', '') ==# 'high'
#if get(g:, '@optionprefix_old_cursor_style', 0) #if get(g:, '@optionprefix_old_cursor_style', 0)
Cursor base03 base0 Cursor base03 base0
@@ -304,8 +304,8 @@ Include: _light_terminal.colortemplate
SpellRare cyan none t=underline g=undercurl s=cyan SpellRare cyan none t=underline g=undercurl s=cyan
Title orange none bold Title orange none bold
#endif #endif
# }}} ; }}}
# [Cursor]LineNr transparency (light) {{{ ; [Cursor]LineNr transparency (light) {{{
Variant: gui Variant: gui
verbatim verbatim
if s:termtrans if s:termtrans
@@ -321,8 +321,8 @@ if s:termtrans
endif endif
endverbatim endverbatim
Variant: gui 256 16 Variant: gui 256 16
# }}} ; }}}
# Diff mode (light) {{{ ; Diff mode (light) {{{
#if get(g:, '@optionprefix_diffmode', '') ==# 'high' #if get(g:, '@optionprefix_diffmode', '') ==# 'high'
DiffAdd green none reverse DiffAdd green none reverse
DiffChange yellow none reverse DiffChange yellow none reverse
@@ -339,8 +339,8 @@ Variant: gui 256 16
DiffDelete red base02 bold DiffDelete red base02 bold
DiffText blue base02 s=blue DiffText blue base02 s=blue
#endif #endif
# }}} ; }}}
# Structural elements (light) {{{ ; Structural elements (light) {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'low' #if get(g:, '@optionprefix_statusline', '') ==# 'low'
StatusLine base01 base03 reverse StatusLine base01 base03 reverse
StatusLineNC base01 base1 reverse StatusLineNC base01 base1 reverse
@@ -366,8 +366,8 @@ Variant: gui 256 16
VertSplit base1 base01 VertSplit base1 base01
WildMenu base2 base02 reverse WildMenu base2 base02 reverse
#endif #endif
# }}} ; }}}
# Base groups (light) {{{ ; Base groups (light) {{{
ColorColumn none base02 ColorColumn none base02
Conceal blue none Conceal blue none
CursorColumn none base02 CursorColumn none base02
@@ -388,8 +388,8 @@ SignColumn base0 none
Visual base01 base03 reverse Visual base01 base03 reverse
VisualNOS none base02 reverse VisualNOS none base02 reverse
WarningMsg orange none bold WarningMsg orange none bold
# }}} ; }}}
# Other conventional groups (light) {{{ ; Other conventional groups (light) {{{
Comment base01 none italic Comment base01 none italic
Constant cyan none Constant cyan none
CursorIM none fg CursorIM none fg
@@ -402,27 +402,27 @@ Statement green none
Todo magenta none bold Todo magenta none bold
Type yellow none Type yellow none
Underlined violet none Underlined violet none
# }}} ; }}}
# }}} ; }}}
# Additional highlight groups (light) {{{ ; Additional highlight groups (light) {{{
NormalMode base1 base03 reverse NormalMode base1 base03 reverse
InsertMode cyan base03 reverse InsertMode cyan base03 reverse
ReplaceMode orange base03 reverse ReplaceMode orange base03 reverse
VisualMode magenta base03 reverse VisualMode magenta base03 reverse
CommandMode magenta base03 reverse CommandMode magenta base03 reverse
# }}} ; }}}
# Neovim (light) {{{ ; Neovim (light) {{{
TermCursor -> Cursor TermCursor -> Cursor
TermCursorNC base03 base01 TermCursorNC base03 base01
# }}} ; }}}
# Extra stuff (light) {{{ ; Extra stuff (light) {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate
Background: any Background: any
# B&W variant {{{ ; B&W variant {{{
Include: _bw.colortemplate Include: _bw.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate

View File

@@ -1,22 +1,22 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
# Information {{{ ; Information {{{
Full name: Solarized 8 Flat Full name: Solarized 8 Flat
Short name: solarized8_flat Short name: solarized8_flat
Include: _info.colortemplate Include: _info.colortemplate
# }}} ; }}}
Include: _global.colortemplate Include: _global.colortemplate
Variant: gui 256 16 Variant: gui 256 16
Background: dark Background: dark
# Dark color palette {{{ ; Dark color palette {{{
# Color name GUI Base256 Base16 ; Color name GUI Base256 Base16
Color: base02 #073642 236 0 Color: base02 #073642 236 0
Color: red #dc322f 160 1 Color: red #dc322f 160 1
Color: green #859900 106 2 Color: green #859900 106 2
#Color:green #719e07 ~ 2 ;Color:green #719e07 ~ 2
Color: yellow #b58900 136 3 Color: yellow #b58900 136 3
Color: blue #268bd2 32 4 Color: blue #268bd2 32 4
Color: magenta #d33682 162 5 Color: magenta #d33682 162 5
@@ -33,9 +33,9 @@ Color: base1 #93a1a1 247 14
Color: base3 #fdf6e3 230 15 Color: base3 #fdf6e3 230 15
Include: _dark_terminal.colortemplate Include: _dark_terminal.colortemplate
# }}} ; }}}
# Default highlight groups (dark) {{{ ; Default highlight groups (dark) {{{
# Transparency (dark) {{{ ; Transparency (dark) {{{
#if s:termtrans #if s:termtrans
Normal base0 none Normal base0 none
CursorLine none none underline s=base01 CursorLine none none underline s=base01
@@ -49,8 +49,8 @@ Include: _dark_terminal.colortemplate
ToolbarButton base1 base02 bold ToolbarButton base1 base02 bold
ToolbarLine none base02 ToolbarLine none base02
#endif #endif
# }}} ; }}}
# Visibility (dark) {{{ ; Visibility (dark) {{{
#if get(g:, '@optionprefix_visibility', '') ==# 'high' #if get(g:, '@optionprefix_visibility', '') ==# 'high'
CursorLineNr orange none bold CursorLineNr orange none bold
NonText orange none bold NonText orange none bold
@@ -79,15 +79,15 @@ Include: _dark_terminal.colortemplate
SpellRare cyan none t=underline g=undercurl s=cyan SpellRare cyan none t=underline g=undercurl s=cyan
Title orange none bold Title orange none bold
#endif #endif
# }}} ; }}}
# Cursor style (dark) {{{ ; Cursor style (dark) {{{
#if get(g:, '@optionprefix_old_cursor_style', 0) #if get(g:, '@optionprefix_old_cursor_style', 0)
Cursor base03 base0 Cursor base03 base0
#else #else
Cursor base3 blue Cursor base3 blue
#endif #endif
# }}} ; }}}
# Diff mode (dark) {{{ ; Diff mode (dark) {{{
#if get(g:, '@optionprefix_diffmode', '') ==# 'high' #if get(g:, '@optionprefix_diffmode', '') ==# 'high'
DiffAdd green none reverse DiffAdd green none reverse
DiffChange yellow none reverse DiffChange yellow none reverse
@@ -104,8 +104,8 @@ Include: _dark_terminal.colortemplate
DiffDelete red base02 bold DiffDelete red base02 bold
DiffText blue base02 s=blue DiffText blue base02 s=blue
#endif #endif
# }}} ; }}}
# Structural elements (dark) {{{ ; Structural elements (dark) {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'low' #if get(g:, '@optionprefix_statusline', '') ==# 'low'
StatusLine base02 base1 bold,reverse StatusLine base02 base1 bold,reverse
StatusLineNC base02 base01 reverse StatusLineNC base02 base01 reverse
@@ -117,8 +117,8 @@ Include: _dark_terminal.colortemplate
TabLineSel base2 base02 TabLineSel base2 base02
NormalMode base02 base2 reverse NormalMode base02 base2 reverse
#endif #endif
# }}} ; }}}
# Base groups (dark) {{{ ; Base groups (dark) {{{
ColorColumn none base02 ColorColumn none base02
Conceal blue none Conceal blue none
CursorColumn none base02 CursorColumn none base02
@@ -146,8 +146,8 @@ Visual base01 base03 reverse
VisualNOS none base02 reverse VisualNOS none base02 reverse
WarningMsg orange none bold WarningMsg orange none bold
WildMenu base00 base2 reverse WildMenu base00 base2 reverse
# }}} ; }}}
# Other conventional groups {{{ ; Other conventional groups {{{
Comment base01 none italic Comment base01 none italic
Constant cyan none Constant cyan none
CursorIM none fg CursorIM none fg
@@ -160,31 +160,31 @@ Statement green none
Todo magenta none bold Todo magenta none bold
Type yellow none Type yellow none
Underlined violet none Underlined violet none
# }}} ; }}}
# }}} ; }}}
# Additional highlight groups (dark) {{{ ; Additional highlight groups (dark) {{{
# Normal is defined in the "Structural elements" section ; Normal is defined in the "Structural elements" section
InsertMode base02 cyan bold,reverse InsertMode base02 cyan bold,reverse
ReplaceMode base02 orange bold,reverse ReplaceMode base02 orange bold,reverse
VisualMode base02 magenta bold,reverse VisualMode base02 magenta bold,reverse
CommandMode base02 magenta bold,reverse CommandMode base02 magenta bold,reverse
# }}} ; }}}
# Neovim (dark) {{{ ; Neovim (dark) {{{
TermCursor -> Cursor TermCursor -> Cursor
TermCursorNC base03 base01 TermCursorNC base03 base01
# }}} ; }}}
# Extra stuff (light) {{{ ; Extra stuff (light) {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate
Background: light Background: light
# Light color palette {{{ ; Light color palette {{{
# Color name GUI Base256 Base16 ; Color name GUI Base256 Base16
Color: base2 #073642 236 0 Color: base2 #073642 236 0
Color: red #dc322f 160 1 Color: red #dc322f 160 1
Color: green #859900 106 2 Color: green #859900 106 2
#Color:green #719e07 ~ 2 ;Color:green #719e07 ~ 2
Color: yellow #b58900 136 3 Color: yellow #b58900 136 3
Color: blue #268bd2 32 4 Color: blue #268bd2 32 4
Color: magenta #d33682 162 5 Color: magenta #d33682 162 5
@@ -201,9 +201,9 @@ Color: base03 #fdf6e3 230 15
Color: back #fdf6e3 230 15 Color: back #fdf6e3 230 15
Include: _light_terminal.colortemplate Include: _light_terminal.colortemplate
# }}} ; }}}
# Default highlight groups (light) {{{ ; Default highlight groups (light) {{{
# Transparency (light) {{{ ; Transparency (light) {{{
#if s:termtrans #if s:termtrans
Normal base0 none Normal base0 none
CursorLine none none underline s=base01 CursorLine none none underline s=base01
@@ -217,8 +217,8 @@ Include: _light_terminal.colortemplate
ToolbarButton base1 base02 bold ToolbarButton base1 base02 bold
ToolbarLine none base02 ToolbarLine none base02
#endif #endif
# }}} ; }}}
# Visibility and cursor style (light) {{{ ; Visibility and cursor style (light) {{{
#if get(g:, '@optionprefix_visibility', '') ==# 'high' #if get(g:, '@optionprefix_visibility', '') ==# 'high'
#if get(g:, '@optionprefix_old_cursor_style', 0) #if get(g:, '@optionprefix_old_cursor_style', 0)
Cursor base03 base0 Cursor base03 base0
@@ -265,8 +265,8 @@ Include: _light_terminal.colortemplate
SpellRare cyan none t=underline g=undercurl s=cyan SpellRare cyan none t=underline g=undercurl s=cyan
Title orange none bold Title orange none bold
#endif #endif
# }}} ; }}}
# Diff mode (light) {{{ ; Diff mode (light) {{{
#if get(g:, '@optionprefix_diffmode', '') ==# 'high' #if get(g:, '@optionprefix_diffmode', '') ==# 'high'
DiffAdd green none reverse DiffAdd green none reverse
DiffChange yellow none reverse DiffChange yellow none reverse
@@ -283,8 +283,8 @@ Include: _light_terminal.colortemplate
DiffDelete red base02 bold DiffDelete red base02 bold
DiffText blue base02 s=blue DiffText blue base02 s=blue
#endif #endif
# }}} ; }}}
# Structural elements (light) {{{ ; Structural elements (light) {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'low' #if get(g:, '@optionprefix_statusline', '') ==# 'low'
StatusLine base02 base1 bold,reverse StatusLine base02 base1 bold,reverse
StatusLineNC base02 base01 reverse StatusLineNC base02 base01 reverse
@@ -296,8 +296,8 @@ Include: _light_terminal.colortemplate
TabLineSel base2 base02 TabLineSel base2 base02
NormalMode base02 base2 reverse NormalMode base02 base2 reverse
#endif #endif
# }}} ; }}}
# Base groups (light) {{{ ; Base groups (light) {{{
ColorColumn none base02 ColorColumn none base02
Conceal blue none Conceal blue none
CursorColumn none base02 CursorColumn none base02
@@ -324,8 +324,8 @@ Visual base01 base03 reverse
VisualNOS none base02 reverse VisualNOS none base02 reverse
WarningMsg orange none bold WarningMsg orange none bold
WildMenu base01 base03 reverse WildMenu base01 base03 reverse
# }}} ; }}}
# Other conventional groups {{{ ; Other conventional groups {{{
Comment base01 none italic Comment base01 none italic
Constant cyan none Constant cyan none
CursorIM none fg CursorIM none fg
@@ -338,27 +338,27 @@ Statement green none
Todo magenta none bold Todo magenta none bold
Type yellow none Type yellow none
Underlined violet none Underlined violet none
# }}} ; }}}
# }}} ; }}}
# Additional highlight groups (light) {{{ ; Additional highlight groups (light) {{{
# Normal is defined in the "Structural elements" section ; Normal is defined in the "Structural elements" section
InsertMode base02 cyan bold,reverse InsertMode base02 cyan bold,reverse
ReplaceMode base02 orange bold,reverse ReplaceMode base02 orange bold,reverse
VisualMode base02 magenta bold,reverse VisualMode base02 magenta bold,reverse
CommandMode base02 magenta bold,reverse CommandMode base02 magenta bold,reverse
# }}} ; }}}
# Neovim (light) {{{ ; Neovim (light) {{{
TermCursor -> Cursor TermCursor -> Cursor
TermCursorNC base03 base01 TermCursorNC base03 base01
# }}} ; }}}
# Extra stuff (light) {{{ ; Extra stuff (light) {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate
Background: any Background: any
# B&W variant {{{ ; B&W variant {{{
Include: _bw.colortemplate Include: _bw.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate

View File

@@ -1,22 +1,22 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
# Information {{{ ; Information {{{
Full name: Solarized 8 High Contrast Full name: Solarized 8 High Contrast
Short name: solarized8_high Short name: solarized8_high
Include: _info.colortemplate Include: _info.colortemplate
# }}} ; }}}
Include: _global.colortemplate Include: _global.colortemplate
Variant: gui 256 16 Variant: gui 256 16
Background: dark Background: dark
# Dark color palette {{{ ; Dark color palette {{{
# Color name GUI Base256 Base16 ; Color name GUI Base256 Base16
Color: base02 #073642 236 0 Color: base02 #073642 236 0
Color: red #dc322f 160 1 Color: red #dc322f 160 1
Color: green #859900 106 2 Color: green #859900 106 2
#Color:green #719e07 ~ 2 ;Color:green #719e07 ~ 2
Color: yellow #b58900 136 3 Color: yellow #b58900 136 3
Color: blue #268bd2 32 4 Color: blue #268bd2 32 4
Color: magenta #d33682 162 5 Color: magenta #d33682 162 5
@@ -33,9 +33,9 @@ Color: base2 #fdf6e3 230 15
Color: base3 #fdf6e3 230 15 Color: base3 #fdf6e3 230 15
Include: _dark_terminal.colortemplate Include: _dark_terminal.colortemplate
# }}} ; }}}
# Default highlight groups (dark) {{{ ; Default highlight groups (dark) {{{
# Transparency (dark) {{{ ; Transparency (dark) {{{
#if s:termtrans #if s:termtrans
Normal base1 none Normal base1 none
FoldColumn fg none FoldColumn fg none
@@ -49,8 +49,8 @@ Include: _dark_terminal.colortemplate
LineNr base01 base02 LineNr base01 base02
Terminal fg back Terminal fg back
#endif #endif
# }}} ; }}}
# Visibility (dark) {{{ ; Visibility (dark) {{{
#if get(g:, '@optionprefix_visibility', '') ==# 'high' #if get(g:, '@optionprefix_visibility', '') ==# 'high'
CursorLineNr orange base02 bold CursorLineNr orange base02 bold
NonText orange none bold NonText orange none bold
@@ -79,8 +79,8 @@ Include: _dark_terminal.colortemplate
SpellRare cyan none t=underline g=undercurl s=cyan SpellRare cyan none t=underline g=undercurl s=cyan
Title orange none bold Title orange none bold
#endif #endif
# }}} ; }}}
# CursorLineNr transparency (dark) {{{ ; CursorLineNr transparency (dark) {{{
Variant: gui Variant: gui
verbatim verbatim
if s:termtrans if s:termtrans
@@ -94,15 +94,15 @@ if s:termtrans
endif endif
endverbatim endverbatim
Variant: gui 256 16 Variant: gui 256 16
# }}} ; }}}
# Cursor style (dark) {{{ ; Cursor style (dark) {{{
#if get(g:, '@optionprefix_old_cursor_style', 0) #if get(g:, '@optionprefix_old_cursor_style', 0)
Cursor base03 base0 Cursor base03 base0
#else #else
Cursor base3 blue Cursor base3 blue
#endif #endif
# }}} ; }}}
# Diff mode (dark) {{{ ; Diff mode (dark) {{{
#if get(g:, '@optionprefix_diffmode', '') ==# 'high' #if get(g:, '@optionprefix_diffmode', '') ==# 'high'
DiffAdd green none reverse DiffAdd green none reverse
DiffChange yellow none reverse DiffChange yellow none reverse
@@ -119,8 +119,8 @@ Variant: gui 256 16
DiffDelete red base02 bold DiffDelete red base02 bold
DiffText blue base02 s=blue DiffText blue base02 s=blue
#endif #endif
# }}} ; }}}
# Structural elements (dark) {{{ ; Structural elements (dark) {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'low' #if get(g:, '@optionprefix_statusline', '') ==# 'low'
StatusLine base01 base2 reverse StatusLine base01 base2 reverse
StatusLineNC base01 base02 reverse StatusLineNC base01 base02 reverse
@@ -143,8 +143,8 @@ Variant: gui 256 16
TabLineSel base0 base02 reverse TabLineSel base0 base02 reverse
VertSplit base02 base01 VertSplit base02 base01
#endif #endif
# }}} ; }}}
# Base groups (dark) {{{ ; Base groups (dark) {{{
ColorColumn none base02 ColorColumn none base02
Conceal blue none Conceal blue none
CursorColumn none base02 CursorColumn none base02
@@ -167,8 +167,8 @@ Visual base01 base03 reverse
VisualNOS none base02 reverse VisualNOS none base02 reverse
WarningMsg orange none bold WarningMsg orange none bold
WildMenu base2 base02 reverse WildMenu base2 base02 reverse
# }}} ; }}}
# Other conventional groups (dark) {{{ ; Other conventional groups (dark) {{{
Comment base00 none italic Comment base00 none italic
Constant cyan none Constant cyan none
Error red base3 bold,reverse Error red base3 bold,reverse
@@ -180,37 +180,37 @@ Statement green none
Todo magenta none bold Todo magenta none bold
Type yellow none Type yellow none
Underlined violet none Underlined violet none
# See `:help lCursor` ; See `:help lCursor`
# See `:help CursorIM` ; See `:help CursorIM`
CursorIM none fg CursorIM none fg
# See `:help window-toolbar` ; See `:help window-toolbar`
ToolbarLine none base02 ToolbarLine none base02
ToolbarButton base1 base02 bold ToolbarButton base1 base02 bold
# }}} ; }}}
# }}} ; }}}
# Additional highlight groups (dark) {{{ ; Additional highlight groups (dark) {{{
NormalMode base0 base3 reverse NormalMode base0 base3 reverse
InsertMode cyan base3 reverse InsertMode cyan base3 reverse
ReplaceMode orange base3 reverse ReplaceMode orange base3 reverse
VisualMode magenta base3 reverse VisualMode magenta base3 reverse
CommandMode magenta base3 reverse CommandMode magenta base3 reverse
# }}} ; }}}
# Neovim (dark) {{{ ; Neovim (dark) {{{
TermCursor -> Cursor TermCursor -> Cursor
TermCursorNC base03 base01 TermCursorNC base03 base01
# }}} ; }}}
# Extra stuff (dark) {{{ ; Extra stuff (dark) {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate
Background: light Background: light
# Light color palette {{{ ; Light color palette {{{
# Color name GUI Base256 Base16 ; Color name GUI Base256 Base16
Color: base1 #073642 236 0 Color: base1 #073642 236 0
Color: red #dc322f 160 1 Color: red #dc322f 160 1
Color: green #859900 106 2 Color: green #859900 106 2
#Color:green #719e07 ~ 2 ;Color:green #719e07 ~ 2
Color: yellow #b58900 136 3 Color: yellow #b58900 136 3
Color: blue #268bd2 32 4 Color: blue #268bd2 32 4
Color: magenta #d33682 162 5 Color: magenta #d33682 162 5
@@ -227,9 +227,9 @@ Color: base03 #fdf6e3 230 15
Color: back #fdf6e3 230 15 Color: back #fdf6e3 230 15
Include: _light_terminal.colortemplate Include: _light_terminal.colortemplate
# }}} ; }}}
# Default highlight groups (light) {{{ ; Default highlight groups (light) {{{
# Transparency (light) {{{ ; Transparency (light) {{{
#if s:termtrans #if s:termtrans
Normal base1 none Normal base1 none
FoldColumn base0 none FoldColumn base0 none
@@ -243,8 +243,8 @@ Include: _light_terminal.colortemplate
LineNr base01 base02 LineNr base01 base02
Terminal fg back Terminal fg back
#endif #endif
# }}} ; }}}
# Visibility and cursor style (light) {{{ ; Visibility and cursor style (light) {{{
#if get(g:, '@optionprefix_visibility', '') ==# 'high' #if get(g:, '@optionprefix_visibility', '') ==# 'high'
CursorLineNr red base02 bold CursorLineNr red base02 bold
#if get(g:, '@optionprefix_old_cursor_style', 0) #if get(g:, '@optionprefix_old_cursor_style', 0)
@@ -291,8 +291,8 @@ Include: _light_terminal.colortemplate
SpellRare cyan none t=underline g=undercurl s=cyan SpellRare cyan none t=underline g=undercurl s=cyan
Title orange none bold Title orange none bold
#endif #endif
# }}} ; }}}
# CursorLineNr transparency (light) {{{ ; CursorLineNr transparency (light) {{{
Variant: gui Variant: gui
verbatim verbatim
if s:termtrans if s:termtrans
@@ -306,8 +306,8 @@ if s:termtrans
endif endif
endverbatim endverbatim
Variant: gui 256 16 Variant: gui 256 16
# }}} ; }}}
# Diff mode (light) {{{ ; Diff mode (light) {{{
#if get(g:, '@optionprefix_diffmode', '') ==# 'high' #if get(g:, '@optionprefix_diffmode', '') ==# 'high'
DiffAdd green none reverse DiffAdd green none reverse
DiffChange yellow none reverse DiffChange yellow none reverse
@@ -324,8 +324,8 @@ Variant: gui 256 16
DiffDelete red base02 bold DiffDelete red base02 bold
DiffText blue base02 s=blue DiffText blue base02 s=blue
#endif #endif
# }}} ; }}}
# Structural elements (light) {{{ ; Structural elements (light) {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'low' #if get(g:, '@optionprefix_statusline', '') ==# 'low'
StatusLine base01 base03 reverse StatusLine base01 base03 reverse
StatusLineNC base01 base1 reverse StatusLineNC base01 base1 reverse
@@ -351,8 +351,8 @@ Variant: gui 256 16
VertSplit base1 base01 VertSplit base1 base01
WildMenu base00 base03 reverse WildMenu base00 base03 reverse
#endif #endif
# }}} ; }}}
# Base groups (light) {{{ ; Base groups (light) {{{
ColorColumn none base02 ColorColumn none base02
Conceal blue none Conceal blue none
CursorColumn none base02 CursorColumn none base02
@@ -373,8 +373,8 @@ SignColumn base0 none
Visual base01 base03 reverse Visual base01 base03 reverse
VisualNOS none base02 reverse VisualNOS none base02 reverse
WarningMsg orange none bold WarningMsg orange none bold
# }}} ; }}}
# Other conventional groups (light) {{{ ; Other conventional groups (light) {{{
Comment base00 none italic Comment base00 none italic
Constant cyan none Constant cyan none
CursorIM none fg CursorIM none fg
@@ -389,27 +389,27 @@ ToolbarButton base1 base02 bold
ToolbarLine none base02 ToolbarLine none base02
Type yellow none Type yellow none
Underlined violet none Underlined violet none
# }}} ; }}}
# }}} ; }}}
# Additional highlight groups (light) {{{ ; Additional highlight groups (light) {{{
NormalMode base1 base03 reverse NormalMode base1 base03 reverse
InsertMode cyan base03 reverse InsertMode cyan base03 reverse
ReplaceMode orange base03 reverse ReplaceMode orange base03 reverse
VisualMode magenta base03 reverse VisualMode magenta base03 reverse
CommandMode magenta base03 reverse CommandMode magenta base03 reverse
# }}} ; }}}
# Neovim (light) {{{ ; Neovim (light) {{{
TermCursor -> Cursor TermCursor -> Cursor
TermCursorNC base03 base01 TermCursorNC base03 base01
# }}} ; }}}
# Extra stuff (light) {{{ ; Extra stuff (light) {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate
Background: any Background: any
# B&W variant {{{ ; B&W variant {{{
Include: _bw.colortemplate Include: _bw.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate

View File

@@ -1,23 +1,23 @@
# vim: ft=colortemplate fdm=marker ; vim: ft=colortemplate fdm=marker
# Information {{{ ; Information {{{
Full name: Solarized 8 Low Contrast Full name: Solarized 8 Low Contrast
Short name: solarized8_low Short name: solarized8_low
Include: _info.colortemplate Include: _info.colortemplate
# }}} ; }}}
Include: _global.colortemplate Include: _global.colortemplate
Variant: gui 256 16 Variant: gui 256 16
Background: dark Background: dark
# Dark color palette {{{ ; Dark color palette {{{
# Color name GUI Base256 Base16 ; Color name GUI Base256 Base16
Color: base02 #073642 239 0 Color: base02 #073642 239 0
Color: back #073642 236 0 Color: back #073642 236 0
Color: red #dc322f 160 1 Color: red #dc322f 160 1
Color: green #859900 106 2 Color: green #859900 106 2
#Color:green #719e07 ~ 2 ;Color:green #719e07 ~ 2
Color: yellow #b58900 136 3 Color: yellow #b58900 136 3
Color: blue #268bd2 32 4 Color: blue #268bd2 32 4
Color: magenta #d33682 162 5 Color: magenta #d33682 162 5
@@ -33,9 +33,9 @@ Color: base1 #93a1a1 247 14
Color: base3 #fdf6e3 230 15 Color: base3 #fdf6e3 230 15
Include: _dark_terminal.colortemplate Include: _dark_terminal.colortemplate
# }}} ; }}}
# Default highlight groups (dark) {{{ ; Default highlight groups (dark) {{{
# Transparency (dark) {{{ ; Transparency (dark) {{{
#if s:termtrans #if s:termtrans
Normal base0 none Normal base0 none
FoldColumn fg none FoldColumn fg none
@@ -53,8 +53,8 @@ Include: _dark_terminal.colortemplate
ToolbarButton base1 base02 bold ToolbarButton base1 base02 bold
ToolbarLine none base02 ToolbarLine none base02
#endif #endif
# }}} ; }}}
# Visibility (dark) {{{ ; Visibility (dark) {{{
#if get(g:, '@optionprefix_visibility', '') ==# 'high' #if get(g:, '@optionprefix_visibility', '') ==# 'high'
CursorLineNr orange base02 bold CursorLineNr orange base02 bold
NonText orange none bold NonText orange none bold
@@ -83,8 +83,8 @@ Include: _dark_terminal.colortemplate
SpellRare cyan none t=underline g=undercurl s=cyan SpellRare cyan none t=underline g=undercurl s=cyan
Title orange none bold Title orange none bold
#endif #endif
# }}} ; }}}
# CursorLineNr transparency (dark) {{{ ; CursorLineNr transparency (dark) {{{
Variant: gui Variant: gui
verbatim verbatim
if s:termtrans if s:termtrans
@@ -98,15 +98,15 @@ if s:termtrans
endif endif
endverbatim endverbatim
Variant: gui 256 16 Variant: gui 256 16
# }}} ; }}}
# Cursor style (dark) {{{ ; Cursor style (dark) {{{
#if get(g:, '@optionprefix_old_cursor_style', 0) #if get(g:, '@optionprefix_old_cursor_style', 0)
Cursor base03 base0 Cursor base03 base0
#else #else
Cursor base3 blue Cursor base3 blue
#endif #endif
# }}} ; }}}
# Diff mode (dark) {{{ ; Diff mode (dark) {{{
#if get(g:, '@optionprefix_diffmode', '') ==# 'high' #if get(g:, '@optionprefix_diffmode', '') ==# 'high'
DiffAdd green none reverse DiffAdd green none reverse
DiffChange yellow none reverse DiffChange yellow none reverse
@@ -123,8 +123,8 @@ Variant: gui 256 16
DiffDelete red base02 bold DiffDelete red base02 bold
DiffText blue base02 s=blue DiffText blue base02 s=blue
#endif #endif
# }}} ; }}}
# Structural elements (dark) {{{ ; Structural elements (dark) {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'low' #if get(g:, '@optionprefix_statusline', '') ==# 'low'
StatusLine base01 base2 reverse StatusLine base01 base2 reverse
StatusLineNC base01 base1 reverse StatusLineNC base01 base1 reverse
@@ -147,8 +147,8 @@ Variant: gui 256 16
TabLineSel base0 base02 reverse TabLineSel base0 base02 reverse
VertSplit base1 base01 VertSplit base1 base01
#endif #endif
# }}} ; }}}
# Base groups (dark) {{{ ; Base groups (dark) {{{
ColorColumn none base01 ColorColumn none base01
Conceal blue none Conceal blue none
CursorColumn none base01 CursorColumn none base01
@@ -171,8 +171,8 @@ Visual base01 base03 reverse
VisualNOS none base02 reverse VisualNOS none base02 reverse
WarningMsg orange none bold WarningMsg orange none bold
WildMenu base2 base02 reverse WildMenu base2 base02 reverse
# }}} ; }}}
# Other conventional groups (dark) {{{ ; Other conventional groups (dark) {{{
Comment base01 none italic Comment base01 none italic
Constant cyan none Constant cyan none
CursorIM none fg CursorIM none fg
@@ -185,27 +185,27 @@ Statement green none
Todo magenta none bold Todo magenta none bold
Type yellow none Type yellow none
Underlined violet none Underlined violet none
# }}} ; }}}
# }}} ; }}}
# Additional highlight groups (dark) {{{ ; Additional highlight groups (dark) {{{
NormalMode base0 base3 reverse NormalMode base0 base3 reverse
InsertMode cyan base3 reverse InsertMode cyan base3 reverse
ReplaceMode orange base3 reverse ReplaceMode orange base3 reverse
VisualMode magenta base3 reverse VisualMode magenta base3 reverse
CommandMode magenta base3 reverse CommandMode magenta base3 reverse
# }}} ; }}}
# Extra stuff (dark) {{{ ; Extra stuff (dark) {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate
Background: light Background: light
# Light color palette {{{ ; Light color palette {{{
# Color name GUI Base256 Base16 ; Color name GUI Base256 Base16
Color: base2 #073642 236 0 Color: base2 #073642 236 0
Color: red #dc322f 160 1 Color: red #dc322f 160 1
Color: green #859900 106 2 Color: green #859900 106 2
#Color:green #719e07 ~ 2 ;Color:green #719e07 ~ 2
Color: yellow #b58900 136 3 Color: yellow #b58900 136 3
Color: blue #268bd2 32 4 Color: blue #268bd2 32 4
Color: magenta #d33682 162 5 Color: magenta #d33682 162 5
@@ -222,9 +222,9 @@ Color: base01 #93a1a1 247 14
Color: base03 #fdf6e3 230 15 Color: base03 #fdf6e3 230 15
Include: _light_terminal.colortemplate Include: _light_terminal.colortemplate
# }}} ; }}}
# Default highlight groups (light) {{{ ; Default highlight groups (light) {{{
# Transparency (light) {{{ ; Transparency (light) {{{
#if s:termtrans #if s:termtrans
Normal base0 none Normal base0 none
FoldColumn base0 none FoldColumn base0 none
@@ -242,8 +242,8 @@ Include: _light_terminal.colortemplate
ToolbarButton base1 base02 bold ToolbarButton base1 base02 bold
ToolbarLine none base02 ToolbarLine none base02
#endif #endif
# }}} ; }}}
# Visibility and cursor style (light) {{{ ; Visibility and cursor style (light) {{{
#if get(g:, '@optionprefix_visibility', '') ==# 'high' #if get(g:, '@optionprefix_visibility', '') ==# 'high'
CursorLineNr red base02 bold CursorLineNr red base02 bold
#if get(g:, '@optionprefix_old_cursor_style', 0) #if get(g:, '@optionprefix_old_cursor_style', 0)
@@ -290,8 +290,8 @@ Include: _light_terminal.colortemplate
SpellRare cyan none t=underline g=undercurl s=cyan SpellRare cyan none t=underline g=undercurl s=cyan
Title orange none bold Title orange none bold
#endif #endif
# }}} ; }}}
# CursorLineNr transparency (light) {{{ ; CursorLineNr transparency (light) {{{
Variant: gui Variant: gui
verbatim verbatim
if s:termtrans if s:termtrans
@@ -305,8 +305,8 @@ if s:termtrans
endif endif
endverbatim endverbatim
Variant: gui 256 16 Variant: gui 256 16
# }}} ; }}}
# Diff mode (light) {{{ ; Diff mode (light) {{{
#if get(g:, '@optionprefix_diffmode', '') ==# 'high' #if get(g:, '@optionprefix_diffmode', '') ==# 'high'
DiffAdd green none reverse DiffAdd green none reverse
DiffChange yellow none reverse DiffChange yellow none reverse
@@ -323,8 +323,8 @@ Variant: gui 256 16
DiffDelete red base02 bold DiffDelete red base02 bold
DiffText blue base02 s=blue DiffText blue base02 s=blue
#endif #endif
# }}} ; }}}
# Structural elements (light) {{{ ; Structural elements (light) {{{
#if get(g:, '@optionprefix_statusline', '') ==# 'low' #if get(g:, '@optionprefix_statusline', '') ==# 'low'
StatusLine base01 base02 reverse StatusLine base01 base02 reverse
StatusLineNC base01 base1 reverse StatusLineNC base01 base1 reverse
@@ -350,8 +350,8 @@ Variant: gui 256 16
VertSplit base1 base01 VertSplit base1 base01
WildMenu base00 base02 reverse WildMenu base00 base02 reverse
#endif #endif
# }}} ; }}}
# Base groups (light) {{{ ; Base groups (light) {{{
ColorColumn base02 base01 ColorColumn base02 base01
Conceal blue none Conceal blue none
CursorColumn base02 base01 CursorColumn base02 base01
@@ -372,8 +372,8 @@ SignColumn base0 none
Visual base01 base03 reverse Visual base01 base03 reverse
VisualNOS none base02 reverse VisualNOS none base02 reverse
WarningMsg orange none bold WarningMsg orange none bold
# }}} ; }}}
# Other conventional groups (light) {{{ ; Other conventional groups (light) {{{
Comment base01 none italic Comment base01 none italic
Constant cyan none Constant cyan none
CursorIM none fg CursorIM none fg
@@ -386,27 +386,27 @@ Statement green none
Todo magenta none bold Todo magenta none bold
Type yellow none Type yellow none
Underlined violet none Underlined violet none
# }}} ; }}}
# }}} ; }}}
# Additional highlight groups (light) {{{ ; Additional highlight groups (light) {{{
NormalMode base1 base03 reverse NormalMode base1 base03 reverse
InsertMode cyan base03 reverse InsertMode cyan base03 reverse
ReplaceMode orange base03 reverse ReplaceMode orange base03 reverse
VisualMode magenta base03 reverse VisualMode magenta base03 reverse
CommandMode magenta base03 reverse CommandMode magenta base03 reverse
# }}} ; }}}
# Neovim (light) {{{ ; Neovim (light) {{{
TermCursor -> Cursor TermCursor -> Cursor
TermCursorNC base03 base01 TermCursorNC base03 base01
# }}} ; }}}
# Extra stuff (light) {{{ ; Extra stuff (light) {{{
Include: _extra.colortemplate Include: _extra.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate
Background: any Background: any
# B&W variant {{{ ; B&W variant {{{
Include: _bw.colortemplate Include: _bw.colortemplate
# }}} ; }}}
Include: _cleanup.colortemplate Include: _cleanup.colortemplate