From 9afbe12f68082df4fab92d3cef3050910e7e9af2 Mon Sep 17 00:00:00 2001 From: Lifepillar Date: Sun, 14 Jul 2019 22:07:25 +0200 Subject: [PATCH] Rebuild with Colortemplate v2.0.0. --- colors/solarized8.vim | 758 +------------------------------------ colors/solarized8_flat.vim | 710 +--------------------------------- colors/solarized8_high.vim | 748 +----------------------------------- colors/solarized8_low.vim | 750 +----------------------------------- doc/solarized8.txt | 2 +- 5 files changed, 13 insertions(+), 2955 deletions(-) diff --git a/colors/solarized8.vim b/colors/solarized8.vim index e7e11dc..c1ac9c8 100644 --- a/colors/solarized8.vim +++ b/colors/solarized8.vim @@ -4,9 +4,9 @@ " Maintainer: Lifepillar " Website: https://github.com/lifepillar/vim-solarized8 " License: OSI approved MIT license -" Last Updated: Sat Jun 29 14:32:31 2019 +" Last Updated: Sun Jul 14 22:06:30 2019 -" Generated by Colortemplate v2.0.0b3 +" Generated by Colortemplate v2.0.0 hi clear if exists('syntax_on') @@ -2235,38 +2235,6 @@ if s:t_Co >= 2 finish endif -" 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:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running') -" Boolean -> Constant -" Character -> Constant -" Conditional -> Statement -" Debug -> Special -" Define -> PreProc -" Delimiter -> Special -" Exception -> Statement -" Float -> Constant -" Function -> Identifier -" Include -> PreProc -" Keyword -> Statement -" Label -> Statement -" Macro -> PreProc -" Number -> Constant -" Operator -> Statement -" PreCondit -> PreProc -" QuickFixLine -> Search -" Repeat -> Statement -" SpecialChar -> Special -" SpecialComment -> Special -" StatusLineTerm -> StatusLine -" StatusLineTermNC -> StatusLineNC -" StorageClass -> Type -" String -> Constant -" Structure -> Type -" Tag -> Special -" Typedef -> Type -" lCursor -> Cursor -" Variant: gui 256 16 " Background: dark " Color: base02 #073642 236 0 " Color: red #dc322f 160 1 @@ -2287,329 +2255,6 @@ endif " Color: base3 #fdf6e3 230 15 " Term Colors: base02 red green yellow blue magenta cyan base2 " Term Colors: base03 orange base01 base00 base0 violet base1 base3 -" if s:termtrans -" Normal base1 none -" FoldColumn fg none -" Folded fg none bold s=base03 -" Terminal fg none -" ToolbarButton base1 none bold -" ToolbarLine none none -" else " opaque -" Normal base1 back -" FoldColumn base0 base02 -" Folded base0 base02 bold s=base03 -" Terminal fg back -" ToolbarButton base1 base02 bold -" ToolbarLine none base02 -" endif -" if get(g:, '@optionprefix_visibility', '') ==# 'high' -" CursorLineNr orange base02 bold -" LineNr base0 base02 -" NonText orange none bold -" SpecialKey orange none reverse -" SpellBad violet base3 t=underline,reverse g=undercurl,reverse s=red -" SpellCap violet base3 t=underline,reverse g=undercurl,reverse s=red -" SpellLocal yellow base3 t=underline,reverse g=undercurl,reverse s=red -" SpellRare cyan base3 t=underline,reverse g=undercurl,reverse s=red -" Title yellow none bold -" elseif get(g:, '@optionprefix_visibility', '') ==# 'low' -" CursorLineNr base01 base02 bold -" LineNr base01 base02 -" NonText base02 none bold -" SpecialKey base02 none reverse -" SpellBad violet none t=underline g=undercurl s=violet -" SpellCap violet none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title base01 none bold -" else " normal visibility -" CursorLineNr base0 base02 bold -" LineNr base00 base02 -" NonText base00 none bold -" SpecialKey base00 base02 bold -" SpellBad violet none t=underline g=undercurl s=violet -" SpellCap violet none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title yellow none bold -" endif -" Variant: gui -" if s:termtrans -" hi CursorLineNr guibg=NONE -" hi LineNr guibg=NONE -" endif -" Variant: 256 16 -" if s:termtrans -" hi CursorLineNr ctermbg=NONE -" hi LineNr ctermbg=NONE -" endif -" Variant: gui 256 16 -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base3 blue -" endif -" if get(g:, '@optionprefix_diffmode', '') ==# 'high' -" DiffAdd green none reverse -" DiffChange yellow none reverse -" DiffDelete red none reverse -" DiffText blue none reverse -" elseif get(g:, '@optionprefix_diffmode', '') ==# 'low' -" DiffAdd green none s=green -" DiffChange yellow none s=yellow -" DiffDelete red none bold -" DiffText blue none s=blue -" else " normal diffmode -" DiffAdd green base02 s=green -" DiffChange yellow base02 s=yellow -" DiffDelete red base02 bold -" DiffText blue base02 s=blue -" endif -" if get(g:, '@optionprefix_statusline', '') ==# 'low' -" StatusLine base01 base2 reverse -" StatusLineNC base01 base02 reverse -" TabLine base01 base02 reverse -" TabLineFill base01 base02 reverse -" TabLineSel base0 base3 reverse -" VertSplit base02 base01 -" elseif get(g:, '@optionprefix_statusline', '') ==# 'flat' -" StatusLine base02 base2 reverse -" StatusLineNC base02 base1 reverse -" TabLineSel base2 base02 -" TabLine base01 base02 -" TabLineFill base01 base02 -" VertSplit base01 base02 -" else -" StatusLine base0 base02 reverse -" StatusLineNC base01 base02 reverse -" TabLine base01 base02 reverse -" TabLineFill base01 base02 reverse -" TabLineSel base0 base02 reverse -" VertSplit base02 base01 -" endif -" ColorColumn none base02 -" Conceal blue none -" CursorColumn none base02 -" CursorLine none base02 -" Directory blue none -" EndOfBuffer none none -" ErrorMsg red base3 reverse -" IncSearch orange none standout -" MatchParen base3 base02 bold -" ModeMsg blue none -" MoreMsg blue none -" Pmenu base1 base02 -" PmenuSbar none base01 -" PmenuSel base2 base00 -" PmenuThumb none base0 -" Question cyan none bold -" Search yellow none reverse -" SignColumn base0 none -" Visual base01 base03 reverse -" VisualNOS none base02 reverse -" WarningMsg orange none bold -" WildMenu base2 base02 reverse -" Comment base01 none italic -" Constant cyan none -" CursorIM none fg -" Error red base3 bold,reverse -" Identifier blue none -" Ignore none none -" PreProc orange none -" Special orange none -" Statement green none -" Todo magenta none bold -" Type yellow none -" Underlined violet none -" NormalMode base0 base3 reverse -" InsertMode cyan base3 reverse -" ReplaceMode orange base3 reverse -" VisualMode magenta base3 reverse -" CommandMode magenta base3 reverse -" TermCursor -> Cursor -" TermCursorNC base03 base01 -" if !get(g:, '@optionprefix_extra_hi_groups', 0) -" unlet s:t_Co s:italics s:termtrans -" finish -" endif -" vimVar -> Identifier -" vimFunc -> Function -" vimUserFunc -> Function -" helpSpecial -> Special -" vimSet -> Normal -" vimSetEqual -> Normal -" vimCommentString violet none -" vimCommand yellow none -" vimCmdSep blue none bold -" helpExample base1 none -" helpOption cyan none -" helpNote magenta none -" helpVim magenta none -" helpHyperTextJump blue none -" helpHyperTextEntry green none -" vimIsCommand base00 none -" vimSynMtchOpt yellow none -" vimSynType cyan none -" vimHiLink blue none -" vimHiGroup blue none -" vimGroup blue none bold -" diffAdded -> Statement -" diffLine -> Identifier -" gitcommitComment base01 none italic -" gitcommitUntracked -> gitcommitComment -" gitcommitDiscarded -> gitcommitComment -" gitcommitSelected -> gitcommitComment -" gitcommitUnmerged green none bold -" gitcommitOnBranch base01 none bold -" gitcommitBranch magenta none bold -" gitcommitNoBranch -> gitcommitBranch -" gitcommitdiscardedtype red none -" gitcommitselectedtype green none -" gitcommitHeader base01 none -" gitcommitUntrackedFile cyan none bold -" gitcommitDiscardedFile red none bold -" gitcommitSelectedFile green none bold -" gitcommitUnmergedFile yellow none bold -" gitcommitFile base0 none bold -" gitcommitDiscardedArrow -> gitcommitDiscardedFile -" gitcommitSelectedArrow -> gitcommitSelectedFile -" gitcommitUnmergedArrow -> gitcommitUnmergedFile -" htmlTag base01 none -" htmlEndTag base01 none -" htmlTagN base1 none bold -" htmlTagName blue none bold -" htmlSpecialTagName blue none italic -" htmlArg base00 none -" javaScript yellow none -" jsFuncCall -> Function -" perlHereDoc base1 back -" perlVarPlain yellow back -" perlStatementFileDesc cyan back -" texstatement cyan back -" texmathzonex yellow back -" texmathmatcher yellow back -" texreflabel yellow back -" rubyDefine base1 back bold -" rubySymbol -> Type -" rubyBoolean magenta back -" cPreCondit orange none -" VarId blue none -" ConId yellow none -" hsImport magenta none -" hsString base00 none -" hsStructure cyan none -" hs_hlFunctionName blue none -" hsStatement cyan none -" hsImportLabel cyan none -" hs_OpFunctionName yellow none -" hs_DeclareFunction orange none -" hsVarSym cyan none -" hsType yellow none -" hsTypedef cyan none -" hsModuleName green none -" hsImportParams -> Delimiter -" hsDelimTypeExport -> Delimiter -" hsModuleStartLabel -> hsStructure -" hsModuleWhereLabel -> hsModuleStartLabel -" hsNiceOperator cyan none -" hsniceoperator cyan none -" let hs_highlight_boolean=1 -" let hs_highlight_delimiters=1 -" pandocTitleBlock blue none -" pandocTitleBlockTitle blue none bold -" pandocTitleComment blue none bold -" pandocComment base01 none italic -" pandocVerbatimBlock yellow none -" pandocVerbatimBlockDeep -> pandocVerbatimBlock -" pandocCodeBlock -> pandocVerbatimBlock -" pandocCodeBlockDelim -> pandocVerbatimBlock -" pandocBlockQuote blue none -" pandocBlockQuoteLeader1 blue none -" pandocBlockQuoteLeader2 cyan none -" pandocBlockQuoteLeader3 yellow none -" pandocBlockQuoteLeader4 red none -" pandocBlockQuoteLeader5 base0 none -" pandocBlockQuoteLeader6 base01 none -" pandocListMarker magenta none -" pandocListReference magenta none -" pandocDefinitionBlock violet none -" pandocDefinitionTerm violet none standout -" pandocDefinitionIndctr violet none bold -" pandocEmphasisDefinition violet none italic -" pandocEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisDefinition violet none bold -" pandocStrongEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisEmphasisDefinition violet none bold -" pandocStrikeoutDefinition violet none reverse -" pandocVerbatimInlineDefinition violet none -" pandocSuperscriptDefinition violet none -" pandocSubscriptDefinition violet none -" pandocTable blue none -" pandocTableStructure blue none -" pandocTableStructureTop -> pandocTableStructre -" pandocTableStructureEnd -> pandocTableStructre -" pandocTableZebraLight blue base03 -" pandocTableZebraDark blue base02 -" pandocEmphasisTable blue none italic -" pandocEmphasisNestedTable blue none bold -" pandocStrongEmphasisTable blue none bold -" pandocStrongEmphasisNestedTable blue none bold -" pandocStrongEmphasisEmphasisTable blue none bold -" pandocStrikeoutTable blue none reverse -" pandocVerbatimInlineTable blue none -" pandocSuperscriptTable blue none -" pandocSubscriptTable blue none -" pandocHeading orange none bold -" pandocHeadingMarker orange none bold -" pandocEmphasisHeading orange none bold -" pandocEmphasisNestedHeading orange none bold -" pandocStrongEmphasisHeading orange none bold -" pandocStrongEmphasisNestedHeading orange none bold -" pandocStrongEmphasisEmphasisHeading orange none bold -" pandocStrikeoutHeading orange none reverse -" pandocVerbatimInlineHeading orange none bold -" pandocSuperscriptHeading orange none bold -" pandocSubscriptHeading orange none bold -" pandocLinkDelim base01 none -" pandocLinkLabel blue none -" pandocLinkText blue none -" pandocLinkURL base00 none -" pandocLinkTitle base00 none -" pandocLinkTitleDelim base01 none s=base00 -" pandocLinkDefinition cyan none s=base00 -" pandocLinkDefinitionID blue none bold -" pandocImageCaption violet none bold -" pandocFootnoteLink green none -" pandocFootnoteDefLink green none bold -" pandocFootnoteInline green none bold -" pandocFootnote green none -" pandocCitationDelim magenta none -" pandocCitation magenta none -" pandocCitationID magenta none -" pandocCitationRef magenta none -" pandocStyleDelim base01 none -" pandocEmphasis base0 none italic -" pandocEmphasisNested base0 none bold -" pandocStrongEmphasis base0 none bold -" pandocStrongEmphasisNested base0 none bold -" pandocStrongEmphasisEmphasis base0 none bold -" pandocStrikeout base01 none reverse -" pandocVerbatimInline yellow none -" pandocSuperscript violet none -" pandocSubscript violet none -" pandocRule blue none bold -" pandocRuleLine blue none bold -" pandocEscapePair red none bold -" pandocCitationRef magenta none -" pandocNonBreakingSpace red none reverse -" pandocEscapedCharacter -> pandocEscapePair -" pandocLineBreak -> pandocEscapePair -" pandocMetadataDelim base01 none -" pandocMetadata blue none -" pandocMetadataKey blue none -" pandocMetadata blue none bold -" pandocMetadataTitle -> pandocMetadata -" unlet s:termtrans " Background: light " Color: base2 #073642 236 0 " Color: red #dc322f 160 1 @@ -2630,402 +2275,5 @@ endif " Color: back #fdf6e3 230 15 " Term Colors: base2 red green yellow blue magenta cyan base02 " Term Colors: base3 orange base1 base0 base00 violet base01 base03 -" if s:termtrans -" Normal base1 none -" FoldColumn base0 none -" Folded base0 none bold s=base03 -" Terminal fg none -" ToolbarButton base1 none bold -" ToolbarLine none none -" else " opaque -" Normal base1 back -" FoldColumn base0 base02 -" Folded base0 base02 bold s=base03 -" Terminal fg back -" ToolbarButton base1 base02 bold -" ToolbarLine none base02 -" endif -" if get(g:, '@optionprefix_visibility', '') ==# 'high' -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 red -" endif -" CursorLineNr red base02 bold -" LineNr base0 base02 -" MatchParen base03 base00 bold -" NonText red none bold -" SpecialKey red none reverse -" SpellBad magenta base03 t=underline,reverse g=undercurl,reverse s=violet -" SpellCap magenta base03 t=underline,reverse g=undercurl,reverse s=violet -" SpellLocal yellow base03 t=underline,reverse g=undercurl,reverse s=orange -" SpellRare cyan base03 t=underline,reverse g=undercurl,reverse s=orange -" Title orange none bold -" elseif get(g:, '@optionprefix_visibility', '') ==# 'low' -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 orange -" endif -" CursorLineNr base01 base02 bold -" LineNr base01 base02 -" MatchParen red base02 bold,underline -" NonText base02 none bold -" SpecialKey base02 none bold -" SpellBad magenta none t=underline g=undercurl s=violet -" SpellCap magenta none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title base01 none bold -" else " Normal visibility -" if get(g:, 'solarized_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 orange -" endif -" CursorLineNr base0 base02 bold -" LineNr base00 base02 -" MatchParen red base02 bold,underline -" NonText base00 none bold -" SpecialKey base00 base02 bold -" SpellBad magenta none t=underline g=undercurl s=violet -" SpellCap magenta none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title orange none bold -" endif -" Variant: gui -" if s:termtrans -" hi CursorLineNr guibg=NONE -" hi LineNr guibg=NONE -" endif -" Variant: 256 16 -" if s:termtrans -" hi CursorLineNr ctermbg=NONE -" hi LineNr ctermbg=NONE -" endif -" Variant: gui 256 16 -" if get(g:, '@optionprefix_diffmode', '') ==# 'high' -" DiffAdd green none reverse -" DiffChange yellow none reverse -" DiffDelete red none reverse -" DiffText blue none reverse -" elseif get(g:, '@optionprefix_diffmode', '') ==# 'low' -" DiffAdd green none s=green -" DiffChange yellow none s=yellow -" DiffDelete red none bold -" DiffText blue none s=blue -" else " normal diffmode -" DiffAdd green base02 s=green -" DiffChange yellow base02 s=yellow -" DiffDelete red base02 bold -" DiffText blue base02 s=blue -" endif -" if get(g:, '@optionprefix_statusline', '') ==# 'low' -" StatusLine base01 base03 reverse -" StatusLineNC base01 base1 reverse -" TabLine base01 base1 reverse -" TabLineFill base01 base1 reverse -" TabLineSel base1 base03 reverse -" VertSplit base1 base01 -" WildMenu base1 base03 reverse -" elseif get(g:, '@optionprefix_statusline', '') ==# 'flat' -" StatusLine base02 base2 reverse -" StatusLineNC base02 base1 reverse -" TabLineSel base2 base02 -" TabLine base01 base02 -" TabLineFill base01 base02 -" VertSplit base01 base02 -" WildMenu base00 base03 reverse -" else -" StatusLine base1 base02 reverse -" StatusLineNC base00 base02 reverse -" TabLine base00 base02 reverse -" TabLineFill base00 base02 reverse -" TabLineSel base1 base02 reverse -" VertSplit base1 base01 -" WildMenu base2 base02 reverse -" endif -" ColorColumn none base02 -" Conceal blue none -" CursorColumn none base02 -" CursorLine none base02 -" Directory blue none -" EndOfBuffer none none -" ErrorMsg red base03 reverse -" IncSearch orange none standout -" ModeMsg blue none -" MoreMsg blue none -" Pmenu base1 base02 -" PmenuSbar none base01 -" PmenuSel base02 base00 -" PmenuThumb none base0 -" Question cyan none bold -" Search yellow none reverse -" SignColumn base0 none -" Visual base01 base03 reverse -" VisualNOS none base02 reverse -" WarningMsg orange none bold -" Comment base01 none italic -" Constant cyan none -" CursorIM none fg -" Error red base03 bold,reverse -" Identifier blue none -" Ignore none none -" PreProc orange none -" Special orange none -" Statement green none -" Todo magenta none bold -" Type yellow none -" Underlined violet none -" NormalMode base1 base03 reverse -" InsertMode cyan base03 reverse -" ReplaceMode orange base03 reverse -" VisualMode magenta base03 reverse -" CommandMode magenta base03 reverse -" TermCursor -> Cursor -" TermCursorNC base03 base01 -" if !get(g:, '@optionprefix_extra_hi_groups', 0) -" unlet s:t_Co s:italics s:termtrans -" finish -" endif -" vimVar -> Identifier -" vimFunc -> Function -" vimUserFunc -> Function -" helpSpecial -> Special -" vimSet -> Normal -" vimSetEqual -> Normal -" vimCommentString violet none -" vimCommand yellow none -" vimCmdSep blue none bold -" helpExample base1 none -" helpOption cyan none -" helpNote magenta none -" helpVim magenta none -" helpHyperTextJump blue none -" helpHyperTextEntry green none -" vimIsCommand base00 none -" vimSynMtchOpt yellow none -" vimSynType cyan none -" vimHiLink blue none -" vimHiGroup blue none -" vimGroup blue none bold -" diffAdded -> Statement -" diffLine -> Identifier -" gitcommitComment base01 none italic -" gitcommitUntracked -> gitcommitComment -" gitcommitDiscarded -> gitcommitComment -" gitcommitSelected -> gitcommitComment -" gitcommitUnmerged green none bold -" gitcommitOnBranch base01 none bold -" gitcommitBranch magenta none bold -" gitcommitNoBranch -> gitcommitBranch -" gitcommitdiscardedtype red none -" gitcommitselectedtype green none -" gitcommitHeader base01 none -" gitcommitUntrackedFile cyan none bold -" gitcommitDiscardedFile red none bold -" gitcommitSelectedFile green none bold -" gitcommitUnmergedFile yellow none bold -" gitcommitFile base0 none bold -" gitcommitDiscardedArrow -> gitcommitDiscardedFile -" gitcommitSelectedArrow -> gitcommitSelectedFile -" gitcommitUnmergedArrow -> gitcommitUnmergedFile -" htmlTag base01 none -" htmlEndTag base01 none -" htmlTagN base1 none bold -" htmlTagName blue none bold -" htmlSpecialTagName blue none italic -" htmlArg base00 none -" javaScript yellow none -" jsFuncCall -> Function -" perlHereDoc base1 back -" perlVarPlain yellow back -" perlStatementFileDesc cyan back -" texstatement cyan back -" texmathzonex yellow back -" texmathmatcher yellow back -" texreflabel yellow back -" rubyDefine base1 back bold -" rubySymbol -> Type -" rubyBoolean magenta back -" cPreCondit orange none -" VarId blue none -" ConId yellow none -" hsImport magenta none -" hsString base00 none -" hsStructure cyan none -" hs_hlFunctionName blue none -" hsStatement cyan none -" hsImportLabel cyan none -" hs_OpFunctionName yellow none -" hs_DeclareFunction orange none -" hsVarSym cyan none -" hsType yellow none -" hsTypedef cyan none -" hsModuleName green none -" hsImportParams -> Delimiter -" hsDelimTypeExport -> Delimiter -" hsModuleStartLabel -> hsStructure -" hsModuleWhereLabel -> hsModuleStartLabel -" hsNiceOperator cyan none -" hsniceoperator cyan none -" let hs_highlight_boolean=1 -" let hs_highlight_delimiters=1 -" pandocTitleBlock blue none -" pandocTitleBlockTitle blue none bold -" pandocTitleComment blue none bold -" pandocComment base01 none italic -" pandocVerbatimBlock yellow none -" pandocVerbatimBlockDeep -> pandocVerbatimBlock -" pandocCodeBlock -> pandocVerbatimBlock -" pandocCodeBlockDelim -> pandocVerbatimBlock -" pandocBlockQuote blue none -" pandocBlockQuoteLeader1 blue none -" pandocBlockQuoteLeader2 cyan none -" pandocBlockQuoteLeader3 yellow none -" pandocBlockQuoteLeader4 red none -" pandocBlockQuoteLeader5 base0 none -" pandocBlockQuoteLeader6 base01 none -" pandocListMarker magenta none -" pandocListReference magenta none -" pandocDefinitionBlock violet none -" pandocDefinitionTerm violet none standout -" pandocDefinitionIndctr violet none bold -" pandocEmphasisDefinition violet none italic -" pandocEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisDefinition violet none bold -" pandocStrongEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisEmphasisDefinition violet none bold -" pandocStrikeoutDefinition violet none reverse -" pandocVerbatimInlineDefinition violet none -" pandocSuperscriptDefinition violet none -" pandocSubscriptDefinition violet none -" pandocTable blue none -" pandocTableStructure blue none -" pandocTableStructureTop -> pandocTableStructre -" pandocTableStructureEnd -> pandocTableStructre -" pandocTableZebraLight blue base03 -" pandocTableZebraDark blue base02 -" pandocEmphasisTable blue none italic -" pandocEmphasisNestedTable blue none bold -" pandocStrongEmphasisTable blue none bold -" pandocStrongEmphasisNestedTable blue none bold -" pandocStrongEmphasisEmphasisTable blue none bold -" pandocStrikeoutTable blue none reverse -" pandocVerbatimInlineTable blue none -" pandocSuperscriptTable blue none -" pandocSubscriptTable blue none -" pandocHeading orange none bold -" pandocHeadingMarker orange none bold -" pandocEmphasisHeading orange none bold -" pandocEmphasisNestedHeading orange none bold -" pandocStrongEmphasisHeading orange none bold -" pandocStrongEmphasisNestedHeading orange none bold -" pandocStrongEmphasisEmphasisHeading orange none bold -" pandocStrikeoutHeading orange none reverse -" pandocVerbatimInlineHeading orange none bold -" pandocSuperscriptHeading orange none bold -" pandocSubscriptHeading orange none bold -" pandocLinkDelim base01 none -" pandocLinkLabel blue none -" pandocLinkText blue none -" pandocLinkURL base00 none -" pandocLinkTitle base00 none -" pandocLinkTitleDelim base01 none s=base00 -" pandocLinkDefinition cyan none s=base00 -" pandocLinkDefinitionID blue none bold -" pandocImageCaption violet none bold -" pandocFootnoteLink green none -" pandocFootnoteDefLink green none bold -" pandocFootnoteInline green none bold -" pandocFootnote green none -" pandocCitationDelim magenta none -" pandocCitation magenta none -" pandocCitationID magenta none -" pandocCitationRef magenta none -" pandocStyleDelim base01 none -" pandocEmphasis base0 none italic -" pandocEmphasisNested base0 none bold -" pandocStrongEmphasis base0 none bold -" pandocStrongEmphasisNested base0 none bold -" pandocStrongEmphasisEmphasis base0 none bold -" pandocStrikeout base01 none reverse -" pandocVerbatimInline yellow none -" pandocSuperscript violet none -" pandocSubscript violet none -" pandocRule blue none bold -" pandocRuleLine blue none bold -" pandocEscapePair red none bold -" pandocCitationRef magenta none -" pandocNonBreakingSpace red none reverse -" pandocEscapedCharacter -> pandocEscapePair -" pandocLineBreak -> pandocEscapePair -" pandocMetadataDelim base01 none -" pandocMetadata blue none -" pandocMetadataKey blue none -" pandocMetadata blue none bold -" pandocMetadataTitle -> pandocMetadata -" unlet s:termtrans " Background: any -" Variant: 2 -" Normal omit omit -" ColorColumn omit omit reverse -" Conceal omit omit -" Cursor omit omit -" CursorColumn omit omit reverse -" CursorLine omit omit underline -" CursorLineNr omit omit reverse,italic,bold,underline -" DiffAdd omit omit reverse,underline -" DiffChange omit omit reverse,underline -" DiffDelete omit omit reverse,underline -" DiffText omit omit bold,reverse,underline -" Directory omit omit -" EndOfBuffer omit omit -" ErrorMsg omit omit bold,reverse,italic -" FoldColumn omit omit reverse -" Folded omit omit italic,reverse,underline -" IncSearch omit omit reverse,bold,italic -" LineNr omit omit reverse -" MatchParen omit omit bold,underline -" ModeMsg omit omit -" MoreMsg omit omit -" NonText omit omit -" Pmenu omit omit reverse -" PmenuSbar omit omit -" PmenuSel omit omit -" PmenuThumb omit omit -" Question omit omit standout -" Search omit omit underline,italic -" SignColumn omit omit reverse -" SpecialKey omit omit bold -" SpellBad omit omit underline,italic -" SpellCap omit omit underline,italic -" SpellLocal omit omit underline,italic -" SpellRare omit omit underline,italic -" StatusLine omit omit reverse,bold -" StatusLineNC omit omit reverse -" TabLine omit omit reverse,underline,italic -" TabLineFill omit omit reverse,underline -" TabLineSel omit omit bold -" Title omit omit bold -" VertSplit omit omit reverse -" Visual omit omit reverse -" VisualNOS omit omit -" WarningMsg omit omit standout -" WildMenu omit omit bold -" Comment omit omit italic -" Constant omit omit bold,italic -" Error omit omit reverse -" Identifier omit omit italic -" Ignore omit omit -" PreProc omit omit italic -" Special omit omit bold,italic -" Statement omit omit bold -" Todo omit omit bold,underline -" Type omit omit bold -" Underlined omit omit underline -" CursorIM omit omit -" ToolbarLine omit omit reverse -" ToolbarButton omit omit bold,reverse -" unlet s:termtrans +" vim: et ts=2 sw=2 diff --git a/colors/solarized8_flat.vim b/colors/solarized8_flat.vim index 79d4f53..bc4ad44 100644 --- a/colors/solarized8_flat.vim +++ b/colors/solarized8_flat.vim @@ -4,9 +4,9 @@ " Maintainer: Lifepillar " Website: https://github.com/lifepillar/vim-solarized8 " License: OSI approved MIT license -" Last Updated: Sat Jun 29 14:32:33 2019 +" Last Updated: Sun Jul 14 22:06:32 2019 -" Generated by Colortemplate v2.0.0b3 +" Generated by Colortemplate v2.0.0 hi clear if exists('syntax_on') @@ -2133,38 +2133,6 @@ if s:t_Co >= 2 finish endif -" 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:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running') -" Boolean -> Constant -" Character -> Constant -" Conditional -> Statement -" Debug -> Special -" Define -> PreProc -" Delimiter -> Special -" Exception -> Statement -" Float -> Constant -" Function -> Identifier -" Include -> PreProc -" Keyword -> Statement -" Label -> Statement -" Macro -> PreProc -" Number -> Constant -" Operator -> Statement -" PreCondit -> PreProc -" QuickFixLine -> Search -" Repeat -> Statement -" SpecialChar -> Special -" SpecialComment -> Special -" StatusLineTerm -> StatusLine -" StatusLineTermNC -> StatusLineNC -" StorageClass -> Type -" String -> Constant -" Structure -> Type -" Tag -> Special -" Typedef -> Type -" lCursor -> Cursor -" Variant: gui 256 16 " Background: dark " Color: base02 #073642 236 0 " Color: red #dc322f 160 1 @@ -2185,306 +2153,6 @@ endif " Color: base3 #fdf6e3 230 15 " Term Colors: base02 red green yellow blue magenta cyan base2 " Term Colors: base03 orange base01 base00 base0 violet base1 base3 -" if s:termtrans -" Normal base0 none -" CursorLine none none underline s=base01 -" Terminal fg none -" ToolbarButton base1 none bold -" ToolbarLine none none -" else " opaque -" Normal base0 back -" CursorLine none base02 -" Terminal fg back -" ToolbarButton base1 base02 bold -" ToolbarLine none base02 -" endif -" if get(g:, '@optionprefix_visibility', '') ==# 'high' -" CursorLineNr orange none bold -" NonText orange none bold -" SpecialKey orange none reverse -" SpellBad violet base2 t=underline,reverse g=undercurl,reverse s=red -" SpellCap violet base2 t=underline,reverse g=undercurl,reverse s=red -" SpellLocal yellow base2 t=underline,reverse g=undercurl,reverse s=red -" SpellRare cyan base2 t=underline,reverse g=undercurl,reverse s=red -" Title yellow none bold -" elseif get(g:, '@optionprefix_visibility', '') ==# 'low' -" CursorLineNr base01 none bold -" NonText base02 none bold -" SpecialKey base02 none reverse -" SpellBad violet none t=underline g=undercurl s=violet -" SpellCap violet none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title base01 none bold -" else " normal visibility -" CursorLineNr base0 none bold -" NonText base00 none bold -" SpecialKey base00 base02 bold -" SpellBad violet none t=underline g=undercurl s=violet -" SpellCap violet none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title yellow none bold -" endif -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base3 blue -" endif -" if get(g:, '@optionprefix_diffmode', '') ==# 'high' -" DiffAdd green none reverse -" DiffChange yellow none reverse -" DiffDelete red none reverse -" DiffText blue none reverse -" elseif get(g:, '@optionprefix_diffmode', '') ==# 'low' -" DiffAdd green none s=green -" DiffChange yellow none s=yellow -" DiffDelete red none bold -" DiffText blue none s=blue -" else " normal diffmode -" DiffAdd green base02 s=green -" DiffChange yellow base02 s=yellow -" DiffDelete red base02 bold -" DiffText blue base02 s=blue -" endif -" if get(g:, '@optionprefix_statusline', '') ==# 'low' -" StatusLine base02 base1 bold,reverse -" StatusLineNC base02 base01 reverse -" TabLineSel base1 base02 -" NormalMode base02 base1 bold,reverse -" else -" StatusLine base02 base2 reverse -" StatusLineNC base02 base1 reverse -" TabLineSel base2 base02 -" NormalMode base02 base2 reverse -" endif -" ColorColumn none base02 -" Conceal blue none -" CursorColumn none base02 -" Directory blue none -" EndOfBuffer none none -" ErrorMsg red base3 reverse -" FoldColumn base0 none -" Folded base0 none bold s=base03 -" IncSearch orange none standout -" LineNr base01 none -" MatchParen base3 base02 bold -" ModeMsg blue none -" MoreMsg blue none -" Pmenu base0 base02 -" PmenuSbar none base02 -" PmenuSel base2 base01 -" PmenuThumb none base01 -" Question cyan none bold -" Search yellow none reverse -" SignColumn base0 none -" TabLine base01 base02 -" TabLineFill base01 base02 -" VertSplit base01 base02 -" Visual base01 base03 reverse -" VisualNOS none base02 reverse -" WarningMsg orange none bold -" WildMenu base00 base2 reverse -" Comment base01 none italic -" Constant cyan none -" CursorIM none fg -" Error red base3 bold,reverse -" Identifier blue none -" Ignore none none -" PreProc orange none -" Special orange none -" Statement green none -" Todo magenta none bold -" Type yellow none -" Underlined violet none -" InsertMode base02 cyan bold,reverse -" ReplaceMode base02 orange bold,reverse -" VisualMode base02 magenta bold,reverse -" CommandMode base02 magenta bold,reverse -" TermCursor -> Cursor -" TermCursorNC base03 base01 -" if !get(g:, '@optionprefix_extra_hi_groups', 0) -" unlet s:t_Co s:italics s:termtrans -" finish -" endif -" vimVar -> Identifier -" vimFunc -> Function -" vimUserFunc -> Function -" helpSpecial -> Special -" vimSet -> Normal -" vimSetEqual -> Normal -" vimCommentString violet none -" vimCommand yellow none -" vimCmdSep blue none bold -" helpExample base1 none -" helpOption cyan none -" helpNote magenta none -" helpVim magenta none -" helpHyperTextJump blue none -" helpHyperTextEntry green none -" vimIsCommand base00 none -" vimSynMtchOpt yellow none -" vimSynType cyan none -" vimHiLink blue none -" vimHiGroup blue none -" vimGroup blue none bold -" diffAdded -> Statement -" diffLine -> Identifier -" gitcommitComment base01 none italic -" gitcommitUntracked -> gitcommitComment -" gitcommitDiscarded -> gitcommitComment -" gitcommitSelected -> gitcommitComment -" gitcommitUnmerged green none bold -" gitcommitOnBranch base01 none bold -" gitcommitBranch magenta none bold -" gitcommitNoBranch -> gitcommitBranch -" gitcommitdiscardedtype red none -" gitcommitselectedtype green none -" gitcommitHeader base01 none -" gitcommitUntrackedFile cyan none bold -" gitcommitDiscardedFile red none bold -" gitcommitSelectedFile green none bold -" gitcommitUnmergedFile yellow none bold -" gitcommitFile base0 none bold -" gitcommitDiscardedArrow -> gitcommitDiscardedFile -" gitcommitSelectedArrow -> gitcommitSelectedFile -" gitcommitUnmergedArrow -> gitcommitUnmergedFile -" htmlTag base01 none -" htmlEndTag base01 none -" htmlTagN base1 none bold -" htmlTagName blue none bold -" htmlSpecialTagName blue none italic -" htmlArg base00 none -" javaScript yellow none -" jsFuncCall -> Function -" perlHereDoc base1 back -" perlVarPlain yellow back -" perlStatementFileDesc cyan back -" texstatement cyan back -" texmathzonex yellow back -" texmathmatcher yellow back -" texreflabel yellow back -" rubyDefine base1 back bold -" rubySymbol -> Type -" rubyBoolean magenta back -" cPreCondit orange none -" VarId blue none -" ConId yellow none -" hsImport magenta none -" hsString base00 none -" hsStructure cyan none -" hs_hlFunctionName blue none -" hsStatement cyan none -" hsImportLabel cyan none -" hs_OpFunctionName yellow none -" hs_DeclareFunction orange none -" hsVarSym cyan none -" hsType yellow none -" hsTypedef cyan none -" hsModuleName green none -" hsImportParams -> Delimiter -" hsDelimTypeExport -> Delimiter -" hsModuleStartLabel -> hsStructure -" hsModuleWhereLabel -> hsModuleStartLabel -" hsNiceOperator cyan none -" hsniceoperator cyan none -" let hs_highlight_boolean=1 -" let hs_highlight_delimiters=1 -" pandocTitleBlock blue none -" pandocTitleBlockTitle blue none bold -" pandocTitleComment blue none bold -" pandocComment base01 none italic -" pandocVerbatimBlock yellow none -" pandocVerbatimBlockDeep -> pandocVerbatimBlock -" pandocCodeBlock -> pandocVerbatimBlock -" pandocCodeBlockDelim -> pandocVerbatimBlock -" pandocBlockQuote blue none -" pandocBlockQuoteLeader1 blue none -" pandocBlockQuoteLeader2 cyan none -" pandocBlockQuoteLeader3 yellow none -" pandocBlockQuoteLeader4 red none -" pandocBlockQuoteLeader5 base0 none -" pandocBlockQuoteLeader6 base01 none -" pandocListMarker magenta none -" pandocListReference magenta none -" pandocDefinitionBlock violet none -" pandocDefinitionTerm violet none standout -" pandocDefinitionIndctr violet none bold -" pandocEmphasisDefinition violet none italic -" pandocEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisDefinition violet none bold -" pandocStrongEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisEmphasisDefinition violet none bold -" pandocStrikeoutDefinition violet none reverse -" pandocVerbatimInlineDefinition violet none -" pandocSuperscriptDefinition violet none -" pandocSubscriptDefinition violet none -" pandocTable blue none -" pandocTableStructure blue none -" pandocTableStructureTop -> pandocTableStructre -" pandocTableStructureEnd -> pandocTableStructre -" pandocTableZebraLight blue base03 -" pandocTableZebraDark blue base02 -" pandocEmphasisTable blue none italic -" pandocEmphasisNestedTable blue none bold -" pandocStrongEmphasisTable blue none bold -" pandocStrongEmphasisNestedTable blue none bold -" pandocStrongEmphasisEmphasisTable blue none bold -" pandocStrikeoutTable blue none reverse -" pandocVerbatimInlineTable blue none -" pandocSuperscriptTable blue none -" pandocSubscriptTable blue none -" pandocHeading orange none bold -" pandocHeadingMarker orange none bold -" pandocEmphasisHeading orange none bold -" pandocEmphasisNestedHeading orange none bold -" pandocStrongEmphasisHeading orange none bold -" pandocStrongEmphasisNestedHeading orange none bold -" pandocStrongEmphasisEmphasisHeading orange none bold -" pandocStrikeoutHeading orange none reverse -" pandocVerbatimInlineHeading orange none bold -" pandocSuperscriptHeading orange none bold -" pandocSubscriptHeading orange none bold -" pandocLinkDelim base01 none -" pandocLinkLabel blue none -" pandocLinkText blue none -" pandocLinkURL base00 none -" pandocLinkTitle base00 none -" pandocLinkTitleDelim base01 none s=base00 -" pandocLinkDefinition cyan none s=base00 -" pandocLinkDefinitionID blue none bold -" pandocImageCaption violet none bold -" pandocFootnoteLink green none -" pandocFootnoteDefLink green none bold -" pandocFootnoteInline green none bold -" pandocFootnote green none -" pandocCitationDelim magenta none -" pandocCitation magenta none -" pandocCitationID magenta none -" pandocCitationRef magenta none -" pandocStyleDelim base01 none -" pandocEmphasis base0 none italic -" pandocEmphasisNested base0 none bold -" pandocStrongEmphasis base0 none bold -" pandocStrongEmphasisNested base0 none bold -" pandocStrongEmphasisEmphasis base0 none bold -" pandocStrikeout base01 none reverse -" pandocVerbatimInline yellow none -" pandocSuperscript violet none -" pandocSubscript violet none -" pandocRule blue none bold -" pandocRuleLine blue none bold -" pandocEscapePair red none bold -" pandocCitationRef magenta none -" pandocNonBreakingSpace red none reverse -" pandocEscapedCharacter -> pandocEscapePair -" pandocLineBreak -> pandocEscapePair -" pandocMetadataDelim base01 none -" pandocMetadata blue none -" pandocMetadataKey blue none -" pandocMetadata blue none bold -" pandocMetadataTitle -> pandocMetadata -" unlet s:termtrans " Background: light " Color: base2 #073642 236 0 " Color: red #dc322f 160 1 @@ -2505,377 +2173,5 @@ endif " Color: back #fdf6e3 230 15 " Term Colors: base2 red green yellow blue magenta cyan base02 " Term Colors: base3 orange base1 base0 base00 violet base01 base03 -" if s:termtrans -" Normal base0 none -" CursorLine none none underline s=base01 -" Terminal fg none -" ToolbarButton base1 none bold -" ToolbarLine none none -" else " opaque -" Normal base0 back -" CursorLine none base02 -" Terminal fg back -" ToolbarButton base1 base02 bold -" ToolbarLine none base02 -" endif -" if get(g:, '@optionprefix_visibility', '') ==# 'high' -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 red -" endif -" CursorLineNr red none bold -" MatchParen orange base02 bold,underline -" NonText red none bold -" SpecialKey red none reverse -" SpellBad violet base02 t=underline,reverse g=undercurl,reverse s=red -" SpellCap violet base02 t=underline,reverse g=undercurl,reverse s=red -" SpellLocal yellow base02 t=underline,reverse g=undercurl,reverse s=orange -" SpellRare cyan base02 t=underline,reverse g=undercurl,reverse s=orange -" Title orange none bold -" elseif get(g:, '@optionprefix_visibility', '') ==# 'low' -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 orange -" endif -" CursorLineNr base01 none bold -" MatchParen orange base02 bold -" NonText base02 none bold -" SpecialKey base02 none bold -" SpellBad violet none t=underline g=undercurl s=violet -" SpellCap violet none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title base01 none bold -" else " normal visibility -" if get(g:, 'solarized_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 orange -" endif -" CursorLineNr base0 none bold -" MatchParen base3 base02 bold -" NonText base00 none bold -" SpecialKey base00 base02 bold -" SpellBad violet none t=underline g=undercurl s=violet -" SpellCap violet none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title orange none bold -" endif -" if get(g:, '@optionprefix_diffmode', '') ==# 'high' -" DiffAdd green none reverse -" DiffChange yellow none reverse -" DiffDelete red none reverse -" DiffText blue none reverse -" elseif get(g:, '@optionprefix_diffmode', '') ==# 'low' -" DiffAdd green none s=green -" DiffChange yellow none s=yellow -" DiffDelete red none bold -" DiffText blue none s=blue -" else " normal diffmode -" DiffAdd green base02 s=green -" DiffChange yellow base02 s=yellow -" DiffDelete red base02 bold -" DiffText blue base02 s=blue -" endif -" if get(g:, '@optionprefix_statusline', '') ==# 'low' -" StatusLine base02 base1 bold,reverse -" StatusLineNC base02 base01 reverse -" TabLineSel base1 base02 -" NormalMode base02 base1 bold,reverse -" else -" StatusLine base02 base2 reverse -" StatusLineNC base02 base1 reverse -" TabLineSel base2 base02 -" NormalMode base02 base2 reverse -" endif -" ColorColumn none base02 -" Conceal blue none -" CursorColumn none base02 -" Directory blue none -" EndOfBuffer none none -" ErrorMsg red base03 reverse -" FoldColumn base0 none -" Folded base0 none bold s=base03 -" IncSearch orange none standout -" LineNr base01 none -" ModeMsg blue none -" MoreMsg blue none -" Pmenu base0 base02 -" PmenuSbar none base02 -" PmenuSel base03 base01 -" PmenuThumb none base01 -" Question cyan none bold -" Search yellow none reverse -" SignColumn base0 none -" TabLine base01 base02 -" TabLineFill base01 base02 -" VertSplit base01 base02 -" Visual base01 base03 reverse -" VisualNOS none base02 reverse -" WarningMsg orange none bold -" WildMenu base01 base03 reverse -" Comment base01 none italic -" Constant cyan none -" CursorIM none fg -" Error red base03 bold,reverse -" Identifier blue none -" Ignore none none -" PreProc orange none -" Special orange none -" Statement green none -" Todo magenta none bold -" Type yellow none -" Underlined violet none -" InsertMode base02 cyan bold,reverse -" ReplaceMode base02 orange bold,reverse -" VisualMode base02 magenta bold,reverse -" CommandMode base02 magenta bold,reverse -" TermCursor -> Cursor -" TermCursorNC base03 base01 -" if !get(g:, '@optionprefix_extra_hi_groups', 0) -" unlet s:t_Co s:italics s:termtrans -" finish -" endif -" vimVar -> Identifier -" vimFunc -> Function -" vimUserFunc -> Function -" helpSpecial -> Special -" vimSet -> Normal -" vimSetEqual -> Normal -" vimCommentString violet none -" vimCommand yellow none -" vimCmdSep blue none bold -" helpExample base1 none -" helpOption cyan none -" helpNote magenta none -" helpVim magenta none -" helpHyperTextJump blue none -" helpHyperTextEntry green none -" vimIsCommand base00 none -" vimSynMtchOpt yellow none -" vimSynType cyan none -" vimHiLink blue none -" vimHiGroup blue none -" vimGroup blue none bold -" diffAdded -> Statement -" diffLine -> Identifier -" gitcommitComment base01 none italic -" gitcommitUntracked -> gitcommitComment -" gitcommitDiscarded -> gitcommitComment -" gitcommitSelected -> gitcommitComment -" gitcommitUnmerged green none bold -" gitcommitOnBranch base01 none bold -" gitcommitBranch magenta none bold -" gitcommitNoBranch -> gitcommitBranch -" gitcommitdiscardedtype red none -" gitcommitselectedtype green none -" gitcommitHeader base01 none -" gitcommitUntrackedFile cyan none bold -" gitcommitDiscardedFile red none bold -" gitcommitSelectedFile green none bold -" gitcommitUnmergedFile yellow none bold -" gitcommitFile base0 none bold -" gitcommitDiscardedArrow -> gitcommitDiscardedFile -" gitcommitSelectedArrow -> gitcommitSelectedFile -" gitcommitUnmergedArrow -> gitcommitUnmergedFile -" htmlTag base01 none -" htmlEndTag base01 none -" htmlTagN base1 none bold -" htmlTagName blue none bold -" htmlSpecialTagName blue none italic -" htmlArg base00 none -" javaScript yellow none -" jsFuncCall -> Function -" perlHereDoc base1 back -" perlVarPlain yellow back -" perlStatementFileDesc cyan back -" texstatement cyan back -" texmathzonex yellow back -" texmathmatcher yellow back -" texreflabel yellow back -" rubyDefine base1 back bold -" rubySymbol -> Type -" rubyBoolean magenta back -" cPreCondit orange none -" VarId blue none -" ConId yellow none -" hsImport magenta none -" hsString base00 none -" hsStructure cyan none -" hs_hlFunctionName blue none -" hsStatement cyan none -" hsImportLabel cyan none -" hs_OpFunctionName yellow none -" hs_DeclareFunction orange none -" hsVarSym cyan none -" hsType yellow none -" hsTypedef cyan none -" hsModuleName green none -" hsImportParams -> Delimiter -" hsDelimTypeExport -> Delimiter -" hsModuleStartLabel -> hsStructure -" hsModuleWhereLabel -> hsModuleStartLabel -" hsNiceOperator cyan none -" hsniceoperator cyan none -" let hs_highlight_boolean=1 -" let hs_highlight_delimiters=1 -" pandocTitleBlock blue none -" pandocTitleBlockTitle blue none bold -" pandocTitleComment blue none bold -" pandocComment base01 none italic -" pandocVerbatimBlock yellow none -" pandocVerbatimBlockDeep -> pandocVerbatimBlock -" pandocCodeBlock -> pandocVerbatimBlock -" pandocCodeBlockDelim -> pandocVerbatimBlock -" pandocBlockQuote blue none -" pandocBlockQuoteLeader1 blue none -" pandocBlockQuoteLeader2 cyan none -" pandocBlockQuoteLeader3 yellow none -" pandocBlockQuoteLeader4 red none -" pandocBlockQuoteLeader5 base0 none -" pandocBlockQuoteLeader6 base01 none -" pandocListMarker magenta none -" pandocListReference magenta none -" pandocDefinitionBlock violet none -" pandocDefinitionTerm violet none standout -" pandocDefinitionIndctr violet none bold -" pandocEmphasisDefinition violet none italic -" pandocEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisDefinition violet none bold -" pandocStrongEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisEmphasisDefinition violet none bold -" pandocStrikeoutDefinition violet none reverse -" pandocVerbatimInlineDefinition violet none -" pandocSuperscriptDefinition violet none -" pandocSubscriptDefinition violet none -" pandocTable blue none -" pandocTableStructure blue none -" pandocTableStructureTop -> pandocTableStructre -" pandocTableStructureEnd -> pandocTableStructre -" pandocTableZebraLight blue base03 -" pandocTableZebraDark blue base02 -" pandocEmphasisTable blue none italic -" pandocEmphasisNestedTable blue none bold -" pandocStrongEmphasisTable blue none bold -" pandocStrongEmphasisNestedTable blue none bold -" pandocStrongEmphasisEmphasisTable blue none bold -" pandocStrikeoutTable blue none reverse -" pandocVerbatimInlineTable blue none -" pandocSuperscriptTable blue none -" pandocSubscriptTable blue none -" pandocHeading orange none bold -" pandocHeadingMarker orange none bold -" pandocEmphasisHeading orange none bold -" pandocEmphasisNestedHeading orange none bold -" pandocStrongEmphasisHeading orange none bold -" pandocStrongEmphasisNestedHeading orange none bold -" pandocStrongEmphasisEmphasisHeading orange none bold -" pandocStrikeoutHeading orange none reverse -" pandocVerbatimInlineHeading orange none bold -" pandocSuperscriptHeading orange none bold -" pandocSubscriptHeading orange none bold -" pandocLinkDelim base01 none -" pandocLinkLabel blue none -" pandocLinkText blue none -" pandocLinkURL base00 none -" pandocLinkTitle base00 none -" pandocLinkTitleDelim base01 none s=base00 -" pandocLinkDefinition cyan none s=base00 -" pandocLinkDefinitionID blue none bold -" pandocImageCaption violet none bold -" pandocFootnoteLink green none -" pandocFootnoteDefLink green none bold -" pandocFootnoteInline green none bold -" pandocFootnote green none -" pandocCitationDelim magenta none -" pandocCitation magenta none -" pandocCitationID magenta none -" pandocCitationRef magenta none -" pandocStyleDelim base01 none -" pandocEmphasis base0 none italic -" pandocEmphasisNested base0 none bold -" pandocStrongEmphasis base0 none bold -" pandocStrongEmphasisNested base0 none bold -" pandocStrongEmphasisEmphasis base0 none bold -" pandocStrikeout base01 none reverse -" pandocVerbatimInline yellow none -" pandocSuperscript violet none -" pandocSubscript violet none -" pandocRule blue none bold -" pandocRuleLine blue none bold -" pandocEscapePair red none bold -" pandocCitationRef magenta none -" pandocNonBreakingSpace red none reverse -" pandocEscapedCharacter -> pandocEscapePair -" pandocLineBreak -> pandocEscapePair -" pandocMetadataDelim base01 none -" pandocMetadata blue none -" pandocMetadataKey blue none -" pandocMetadata blue none bold -" pandocMetadataTitle -> pandocMetadata -" unlet s:termtrans " Background: any -" Variant: 2 -" Normal omit omit -" ColorColumn omit omit reverse -" Conceal omit omit -" Cursor omit omit -" CursorColumn omit omit reverse -" CursorLine omit omit underline -" CursorLineNr omit omit reverse,italic,bold,underline -" DiffAdd omit omit reverse,underline -" DiffChange omit omit reverse,underline -" DiffDelete omit omit reverse,underline -" DiffText omit omit bold,reverse,underline -" Directory omit omit -" EndOfBuffer omit omit -" ErrorMsg omit omit bold,reverse,italic -" FoldColumn omit omit reverse -" Folded omit omit italic,reverse,underline -" IncSearch omit omit reverse,bold,italic -" LineNr omit omit reverse -" MatchParen omit omit bold,underline -" ModeMsg omit omit -" MoreMsg omit omit -" NonText omit omit -" Pmenu omit omit reverse -" PmenuSbar omit omit -" PmenuSel omit omit -" PmenuThumb omit omit -" Question omit omit standout -" Search omit omit underline,italic -" SignColumn omit omit reverse -" SpecialKey omit omit bold -" SpellBad omit omit underline,italic -" SpellCap omit omit underline,italic -" SpellLocal omit omit underline,italic -" SpellRare omit omit underline,italic -" StatusLine omit omit reverse,bold -" StatusLineNC omit omit reverse -" TabLine omit omit reverse,underline,italic -" TabLineFill omit omit reverse,underline -" TabLineSel omit omit bold -" Title omit omit bold -" VertSplit omit omit reverse -" Visual omit omit reverse -" VisualNOS omit omit -" WarningMsg omit omit standout -" WildMenu omit omit bold -" Comment omit omit italic -" Constant omit omit bold,italic -" Error omit omit reverse -" Identifier omit omit italic -" Ignore omit omit -" PreProc omit omit italic -" Special omit omit bold,italic -" Statement omit omit bold -" Todo omit omit bold,underline -" Type omit omit bold -" Underlined omit omit underline -" CursorIM omit omit -" ToolbarLine omit omit reverse -" ToolbarButton omit omit bold,reverse -" unlet s:termtrans +" vim: et ts=2 sw=2 diff --git a/colors/solarized8_high.vim b/colors/solarized8_high.vim index 99924fb..0b5c701 100644 --- a/colors/solarized8_high.vim +++ b/colors/solarized8_high.vim @@ -4,9 +4,9 @@ " Maintainer: Lifepillar " Website: https://github.com/lifepillar/vim-solarized8 " License: OSI approved MIT license -" Last Updated: Sat Jun 29 14:32:35 2019 +" Last Updated: Sun Jul 14 22:06:34 2019 -" Generated by Colortemplate v2.0.0b3 +" Generated by Colortemplate v2.0.0 hi clear if exists('syntax_on') @@ -2211,38 +2211,6 @@ if s:t_Co >= 2 finish endif -" 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:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running') -" Boolean -> Constant -" Character -> Constant -" Conditional -> Statement -" Debug -> Special -" Define -> PreProc -" Delimiter -> Special -" Exception -> Statement -" Float -> Constant -" Function -> Identifier -" Include -> PreProc -" Keyword -> Statement -" Label -> Statement -" Macro -> PreProc -" Number -> Constant -" Operator -> Statement -" PreCondit -> PreProc -" QuickFixLine -> Search -" Repeat -> Statement -" SpecialChar -> Special -" SpecialComment -> Special -" StatusLineTerm -> StatusLine -" StatusLineTermNC -> StatusLineNC -" StorageClass -> Type -" String -> Constant -" Structure -> Type -" Tag -> Special -" Typedef -> Type -" lCursor -> Cursor -" Variant: gui 256 16 " Background: dark " Color: base02 #073642 236 0 " Color: red #dc322f 160 1 @@ -2263,324 +2231,6 @@ endif " Color: base3 #fdf6e3 230 15 " Term Colors: base02 red green yellow blue magenta cyan base2 " Term Colors: base03 orange base01 base00 base0 violet base1 base3 -" if s:termtrans -" Normal base1 none -" FoldColumn fg none -" Folded fg none bold s=base03 -" LineNr base01 none -" Terminal fg none -" else -" Normal base1 back -" FoldColumn base0 base02 -" Folded base0 base02 bold s=base03 -" LineNr base01 base02 -" Terminal fg back -" endif -" if get(g:, '@optionprefix_visibility', '') ==# 'high' -" CursorLineNr orange base02 bold -" NonText orange none bold -" SpecialKey orange none reverse -" SpellBad violet base3 t=underline,reverse g=undercurl,reverse s=red -" SpellCap violet base3 t=underline,reverse g=undercurl,reverse s=red -" SpellLocal yellow base3 t=underline,reverse g=undercurl,reverse s=red -" SpellRare cyan base3 t=underline,reverse g=undercurl,reverse s=red -" Title yellow none bold -" elseif get(g:, '@optionprefix_visibility', '') ==# 'low' -" CursorLineNr base01 base02 bold -" NonText base02 none bold -" SpecialKey base02 none reverse -" SpellBad violet none t=underline g=undercurl s=orange -" SpellCap violet none t=underline g=undercurl s=orange -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title base01 none bold -" else " normal visibility -" CursorLineNr base0 base02 bold -" NonText base00 none bold -" SpecialKey base00 base02 bold -" SpellBad violet none t=underline g=undercurl s=orange -" SpellCap violet none t=underline g=undercurl s=orange -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title yellow none bold -" endif -" Variant: gui -" if s:termtrans -" hi CursorLineNr guibg=NONE -" endif -" Variant: 256 16 -" if s:termtrans -" hi CursorLineNr ctermbg=NONE -" endif -" Variant: gui 256 16 -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base3 blue -" endif -" if get(g:, '@optionprefix_diffmode', '') ==# 'high' -" DiffAdd green none reverse -" DiffChange yellow none reverse -" DiffDelete red none reverse -" DiffText blue none reverse -" elseif get(g:, '@optionprefix_diffmode', '') ==# 'low' -" DiffAdd green none s=green -" DiffChange yellow none s=yellow -" DiffDelete red none bold -" DiffText blue none s=blue -" else " normal diffmode -" DiffAdd green base02 s=green -" DiffChange yellow base02 s=yellow -" DiffDelete red base02 bold -" DiffText blue base02 s=blue -" endif -" if get(g:, '@optionprefix_statusline', '') ==# 'low' -" StatusLine base01 base2 reverse -" StatusLineNC base01 base02 reverse -" TabLine base01 base02 reverse -" TabLineFill base01 base02 reverse -" TabLineSel base0 base3 reverse -" VertSplit base02 base01 -" elseif get(g:, '@optionprefix_statusline', '') ==# 'flat' -" StatusLine base02 base2 reverse -" StatusLineNC base02 base1 reverse -" TabLineSel base2 base02 -" TabLine base01 base02 -" TabLineFill base01 base02 -" VertSplit base01 base02 -" else -" StatusLine base0 base02 reverse -" StatusLineNC base01 base02 reverse -" TabLine base01 base02 reverse -" TabLineFill base01 base02 reverse -" TabLineSel base0 base02 reverse -" VertSplit base02 base01 -" endif -" ColorColumn none base02 -" Conceal blue none -" CursorColumn none base02 -" CursorLine none base02 s=base1 -" Directory blue none -" EndOfBuffer none none -" ErrorMsg red base3 reverse -" IncSearch orange none standout -" MatchParen base3 base02 bold -" ModeMsg blue none -" MoreMsg blue none -" Pmenu base1 base02 -" PmenuSbar none base0 -" PmenuSel base2 base01 -" PmenuThumb none base01 -" Question cyan none bold -" Search yellow none reverse -" SignColumn base0 none -" Visual base01 base03 reverse -" VisualNOS none base02 reverse -" WarningMsg orange none bold -" WildMenu base2 base02 reverse -" Comment base00 none italic -" Constant cyan none -" Error red base3 bold,reverse -" Identifier blue none -" Ignore none none -" PreProc orange none -" Special orange none -" Statement green none -" Todo magenta none bold -" Type yellow none -" Underlined violet none -" CursorIM none fg -" ToolbarLine none base02 -" ToolbarButton base1 base02 bold -" NormalMode base0 base3 reverse -" InsertMode cyan base3 reverse -" ReplaceMode orange base3 reverse -" VisualMode magenta base3 reverse -" CommandMode magenta base3 reverse -" TermCursor -> Cursor -" TermCursorNC base03 base01 -" if !get(g:, '@optionprefix_extra_hi_groups', 0) -" unlet s:t_Co s:italics s:termtrans -" finish -" endif -" vimVar -> Identifier -" vimFunc -> Function -" vimUserFunc -> Function -" helpSpecial -> Special -" vimSet -> Normal -" vimSetEqual -> Normal -" vimCommentString violet none -" vimCommand yellow none -" vimCmdSep blue none bold -" helpExample base1 none -" helpOption cyan none -" helpNote magenta none -" helpVim magenta none -" helpHyperTextJump blue none -" helpHyperTextEntry green none -" vimIsCommand base00 none -" vimSynMtchOpt yellow none -" vimSynType cyan none -" vimHiLink blue none -" vimHiGroup blue none -" vimGroup blue none bold -" diffAdded -> Statement -" diffLine -> Identifier -" gitcommitComment base01 none italic -" gitcommitUntracked -> gitcommitComment -" gitcommitDiscarded -> gitcommitComment -" gitcommitSelected -> gitcommitComment -" gitcommitUnmerged green none bold -" gitcommitOnBranch base01 none bold -" gitcommitBranch magenta none bold -" gitcommitNoBranch -> gitcommitBranch -" gitcommitdiscardedtype red none -" gitcommitselectedtype green none -" gitcommitHeader base01 none -" gitcommitUntrackedFile cyan none bold -" gitcommitDiscardedFile red none bold -" gitcommitSelectedFile green none bold -" gitcommitUnmergedFile yellow none bold -" gitcommitFile base0 none bold -" gitcommitDiscardedArrow -> gitcommitDiscardedFile -" gitcommitSelectedArrow -> gitcommitSelectedFile -" gitcommitUnmergedArrow -> gitcommitUnmergedFile -" htmlTag base01 none -" htmlEndTag base01 none -" htmlTagN base1 none bold -" htmlTagName blue none bold -" htmlSpecialTagName blue none italic -" htmlArg base00 none -" javaScript yellow none -" jsFuncCall -> Function -" perlHereDoc base1 back -" perlVarPlain yellow back -" perlStatementFileDesc cyan back -" texstatement cyan back -" texmathzonex yellow back -" texmathmatcher yellow back -" texreflabel yellow back -" rubyDefine base1 back bold -" rubySymbol -> Type -" rubyBoolean magenta back -" cPreCondit orange none -" VarId blue none -" ConId yellow none -" hsImport magenta none -" hsString base00 none -" hsStructure cyan none -" hs_hlFunctionName blue none -" hsStatement cyan none -" hsImportLabel cyan none -" hs_OpFunctionName yellow none -" hs_DeclareFunction orange none -" hsVarSym cyan none -" hsType yellow none -" hsTypedef cyan none -" hsModuleName green none -" hsImportParams -> Delimiter -" hsDelimTypeExport -> Delimiter -" hsModuleStartLabel -> hsStructure -" hsModuleWhereLabel -> hsModuleStartLabel -" hsNiceOperator cyan none -" hsniceoperator cyan none -" let hs_highlight_boolean=1 -" let hs_highlight_delimiters=1 -" pandocTitleBlock blue none -" pandocTitleBlockTitle blue none bold -" pandocTitleComment blue none bold -" pandocComment base01 none italic -" pandocVerbatimBlock yellow none -" pandocVerbatimBlockDeep -> pandocVerbatimBlock -" pandocCodeBlock -> pandocVerbatimBlock -" pandocCodeBlockDelim -> pandocVerbatimBlock -" pandocBlockQuote blue none -" pandocBlockQuoteLeader1 blue none -" pandocBlockQuoteLeader2 cyan none -" pandocBlockQuoteLeader3 yellow none -" pandocBlockQuoteLeader4 red none -" pandocBlockQuoteLeader5 base0 none -" pandocBlockQuoteLeader6 base01 none -" pandocListMarker magenta none -" pandocListReference magenta none -" pandocDefinitionBlock violet none -" pandocDefinitionTerm violet none standout -" pandocDefinitionIndctr violet none bold -" pandocEmphasisDefinition violet none italic -" pandocEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisDefinition violet none bold -" pandocStrongEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisEmphasisDefinition violet none bold -" pandocStrikeoutDefinition violet none reverse -" pandocVerbatimInlineDefinition violet none -" pandocSuperscriptDefinition violet none -" pandocSubscriptDefinition violet none -" pandocTable blue none -" pandocTableStructure blue none -" pandocTableStructureTop -> pandocTableStructre -" pandocTableStructureEnd -> pandocTableStructre -" pandocTableZebraLight blue base03 -" pandocTableZebraDark blue base02 -" pandocEmphasisTable blue none italic -" pandocEmphasisNestedTable blue none bold -" pandocStrongEmphasisTable blue none bold -" pandocStrongEmphasisNestedTable blue none bold -" pandocStrongEmphasisEmphasisTable blue none bold -" pandocStrikeoutTable blue none reverse -" pandocVerbatimInlineTable blue none -" pandocSuperscriptTable blue none -" pandocSubscriptTable blue none -" pandocHeading orange none bold -" pandocHeadingMarker orange none bold -" pandocEmphasisHeading orange none bold -" pandocEmphasisNestedHeading orange none bold -" pandocStrongEmphasisHeading orange none bold -" pandocStrongEmphasisNestedHeading orange none bold -" pandocStrongEmphasisEmphasisHeading orange none bold -" pandocStrikeoutHeading orange none reverse -" pandocVerbatimInlineHeading orange none bold -" pandocSuperscriptHeading orange none bold -" pandocSubscriptHeading orange none bold -" pandocLinkDelim base01 none -" pandocLinkLabel blue none -" pandocLinkText blue none -" pandocLinkURL base00 none -" pandocLinkTitle base00 none -" pandocLinkTitleDelim base01 none s=base00 -" pandocLinkDefinition cyan none s=base00 -" pandocLinkDefinitionID blue none bold -" pandocImageCaption violet none bold -" pandocFootnoteLink green none -" pandocFootnoteDefLink green none bold -" pandocFootnoteInline green none bold -" pandocFootnote green none -" pandocCitationDelim magenta none -" pandocCitation magenta none -" pandocCitationID magenta none -" pandocCitationRef magenta none -" pandocStyleDelim base01 none -" pandocEmphasis base0 none italic -" pandocEmphasisNested base0 none bold -" pandocStrongEmphasis base0 none bold -" pandocStrongEmphasisNested base0 none bold -" pandocStrongEmphasisEmphasis base0 none bold -" pandocStrikeout base01 none reverse -" pandocVerbatimInline yellow none -" pandocSuperscript violet none -" pandocSubscript violet none -" pandocRule blue none bold -" pandocRuleLine blue none bold -" pandocEscapePair red none bold -" pandocCitationRef magenta none -" pandocNonBreakingSpace red none reverse -" pandocEscapedCharacter -> pandocEscapePair -" pandocLineBreak -> pandocEscapePair -" pandocMetadataDelim base01 none -" pandocMetadata blue none -" pandocMetadataKey blue none -" pandocMetadata blue none bold -" pandocMetadataTitle -> pandocMetadata -" unlet s:termtrans " Background: light " Color: base1 #073642 236 0 " Color: red #dc322f 160 1 @@ -2601,397 +2251,5 @@ endif " Color: back #fdf6e3 230 15 " Term Colors: base2 red green yellow blue magenta cyan base02 " Term Colors: base3 orange base1 base0 base00 violet base01 base03 -" if s:termtrans -" Normal base1 none -" FoldColumn base0 none -" Folded base0 none bold s=base03 -" LineNr base01 none -" Terminal fg none -" else -" Normal base1 back -" FoldColumn base0 base02 -" Folded base0 base02 bold s=base03 -" LineNr base01 base02 -" Terminal fg back -" endif -" if get(g:, '@optionprefix_visibility', '') ==# 'high' -" CursorLineNr red base02 bold -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 red -" endif -" MatchParen base03 base00 bold -" NonText red none bold -" SpecialKey red none reverse -" SpellBad magenta base03 t=underline,reverse g=undercurl,reverse s=violet -" SpellCap magenta base03 t=underline,reverse g=undercurl,reverse s=violet -" SpellLocal yellow base03 t=underline,reverse g=undercurl,reverse s=orange -" SpellRare cyan base03 t=underline,reverse g=undercurl,reverse s=orange -" Title orange none bold -" elseif get(g:, '@optionprefix_visibility', '') ==# 'low' -" CursorLineNr base01 base02 bold -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 orange -" endif -" MatchParen red base02 bold,underline -" NonText base02 none bold -" SpecialKey base02 none bold -" SpellBad magenta none t=underline g=undercurl s=violet -" SpellCap magenta none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title base01 none bold -" else -" CursorLineNr base0 base02 bold -" if get(g:, 'solarized_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 orange -" endif -" MatchParen red base02 bold,underline -" NonText base00 none bold -" SpecialKey base00 base02 bold -" SpellBad magenta none t=underline g=undercurl s=violet -" SpellCap magenta none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title orange none bold -" endif -" Variant: gui -" if s:termtrans -" hi CursorLineNr guibg=NONE -" endif -" Variant: 256 16 -" if s:termtrans -" hi CursorLineNr ctermbg=NONE -" endif -" Variant: gui 256 16 -" if get(g:, '@optionprefix_diffmode', '') ==# 'high' -" DiffAdd green none reverse -" DiffChange yellow none reverse -" DiffDelete red none reverse -" DiffText blue none reverse -" elseif get(g:, '@optionprefix_diffmode', '') ==# 'low' -" DiffAdd green none s=green -" DiffChange yellow none s=yellow -" DiffDelete red none bold -" DiffText blue none s=blue -" else " normal diffmode -" DiffAdd green base02 s=green -" DiffChange yellow base02 s=yellow -" DiffDelete red base02 bold -" DiffText blue base02 s=blue -" endif -" if get(g:, '@optionprefix_statusline', '') ==# 'low' -" StatusLine base01 base03 reverse -" StatusLineNC base01 base1 reverse -" TabLine base01 base1 reverse -" TabLineFill base01 base1 reverse -" TabLineSel base1 base03 reverse -" VertSplit base1 base01 -" WildMenu base1 base03 reverse -" elseif get(g:, '@optionprefix_statusline', '') ==# 'flat' -" StatusLine base02 base2 reverse -" StatusLineNC base02 base1 reverse -" TabLineSel base2 base02 -" TabLine base01 base02 -" TabLineFill base01 base02 -" VertSplit base01 base02 -" WildMenu base0 base03 reverse -" else -" StatusLine base1 base02 reverse -" StatusLineNC base00 base02 reverse -" TabLine base00 base02 reverse -" TabLineFill base00 base02 reverse -" TabLineSel base1 base02 reverse -" VertSplit base1 base01 -" WildMenu base00 base03 reverse -" endif -" ColorColumn none base02 -" Conceal blue none -" CursorColumn none base02 -" CursorLine none base02 s=base1 -" Directory blue none -" EndOfBuffer none none -" ErrorMsg red base03 reverse -" IncSearch orange none standout -" ModeMsg blue none -" MoreMsg blue none -" Pmenu base1 base02 -" PmenuSbar none base1 -" PmenuSel base2 base01 -" PmenuThumb none base00 -" Question cyan none bold -" Search yellow none reverse -" SignColumn base0 none -" Visual base01 base03 reverse -" VisualNOS none base02 reverse -" WarningMsg orange none bold -" Comment base00 none italic -" Constant cyan none -" CursorIM none fg -" Error red base03 bold,reverse -" Identifier blue none -" Ignore none none -" PreProc orange none -" Special orange none -" Statement green none -" Todo magenta none bold -" ToolbarButton base1 base02 bold -" ToolbarLine none base02 -" Type yellow none -" Underlined violet none -" NormalMode base1 base03 reverse -" InsertMode cyan base03 reverse -" ReplaceMode orange base03 reverse -" VisualMode magenta base03 reverse -" CommandMode magenta base03 reverse -" TermCursor -> Cursor -" TermCursorNC base03 base01 -" if !get(g:, '@optionprefix_extra_hi_groups', 0) -" unlet s:t_Co s:italics s:termtrans -" finish -" endif -" vimVar -> Identifier -" vimFunc -> Function -" vimUserFunc -> Function -" helpSpecial -> Special -" vimSet -> Normal -" vimSetEqual -> Normal -" vimCommentString violet none -" vimCommand yellow none -" vimCmdSep blue none bold -" helpExample base1 none -" helpOption cyan none -" helpNote magenta none -" helpVim magenta none -" helpHyperTextJump blue none -" helpHyperTextEntry green none -" vimIsCommand base00 none -" vimSynMtchOpt yellow none -" vimSynType cyan none -" vimHiLink blue none -" vimHiGroup blue none -" vimGroup blue none bold -" diffAdded -> Statement -" diffLine -> Identifier -" gitcommitComment base01 none italic -" gitcommitUntracked -> gitcommitComment -" gitcommitDiscarded -> gitcommitComment -" gitcommitSelected -> gitcommitComment -" gitcommitUnmerged green none bold -" gitcommitOnBranch base01 none bold -" gitcommitBranch magenta none bold -" gitcommitNoBranch -> gitcommitBranch -" gitcommitdiscardedtype red none -" gitcommitselectedtype green none -" gitcommitHeader base01 none -" gitcommitUntrackedFile cyan none bold -" gitcommitDiscardedFile red none bold -" gitcommitSelectedFile green none bold -" gitcommitUnmergedFile yellow none bold -" gitcommitFile base0 none bold -" gitcommitDiscardedArrow -> gitcommitDiscardedFile -" gitcommitSelectedArrow -> gitcommitSelectedFile -" gitcommitUnmergedArrow -> gitcommitUnmergedFile -" htmlTag base01 none -" htmlEndTag base01 none -" htmlTagN base1 none bold -" htmlTagName blue none bold -" htmlSpecialTagName blue none italic -" htmlArg base00 none -" javaScript yellow none -" jsFuncCall -> Function -" perlHereDoc base1 back -" perlVarPlain yellow back -" perlStatementFileDesc cyan back -" texstatement cyan back -" texmathzonex yellow back -" texmathmatcher yellow back -" texreflabel yellow back -" rubyDefine base1 back bold -" rubySymbol -> Type -" rubyBoolean magenta back -" cPreCondit orange none -" VarId blue none -" ConId yellow none -" hsImport magenta none -" hsString base00 none -" hsStructure cyan none -" hs_hlFunctionName blue none -" hsStatement cyan none -" hsImportLabel cyan none -" hs_OpFunctionName yellow none -" hs_DeclareFunction orange none -" hsVarSym cyan none -" hsType yellow none -" hsTypedef cyan none -" hsModuleName green none -" hsImportParams -> Delimiter -" hsDelimTypeExport -> Delimiter -" hsModuleStartLabel -> hsStructure -" hsModuleWhereLabel -> hsModuleStartLabel -" hsNiceOperator cyan none -" hsniceoperator cyan none -" let hs_highlight_boolean=1 -" let hs_highlight_delimiters=1 -" pandocTitleBlock blue none -" pandocTitleBlockTitle blue none bold -" pandocTitleComment blue none bold -" pandocComment base01 none italic -" pandocVerbatimBlock yellow none -" pandocVerbatimBlockDeep -> pandocVerbatimBlock -" pandocCodeBlock -> pandocVerbatimBlock -" pandocCodeBlockDelim -> pandocVerbatimBlock -" pandocBlockQuote blue none -" pandocBlockQuoteLeader1 blue none -" pandocBlockQuoteLeader2 cyan none -" pandocBlockQuoteLeader3 yellow none -" pandocBlockQuoteLeader4 red none -" pandocBlockQuoteLeader5 base0 none -" pandocBlockQuoteLeader6 base01 none -" pandocListMarker magenta none -" pandocListReference magenta none -" pandocDefinitionBlock violet none -" pandocDefinitionTerm violet none standout -" pandocDefinitionIndctr violet none bold -" pandocEmphasisDefinition violet none italic -" pandocEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisDefinition violet none bold -" pandocStrongEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisEmphasisDefinition violet none bold -" pandocStrikeoutDefinition violet none reverse -" pandocVerbatimInlineDefinition violet none -" pandocSuperscriptDefinition violet none -" pandocSubscriptDefinition violet none -" pandocTable blue none -" pandocTableStructure blue none -" pandocTableStructureTop -> pandocTableStructre -" pandocTableStructureEnd -> pandocTableStructre -" pandocTableZebraLight blue base03 -" pandocTableZebraDark blue base02 -" pandocEmphasisTable blue none italic -" pandocEmphasisNestedTable blue none bold -" pandocStrongEmphasisTable blue none bold -" pandocStrongEmphasisNestedTable blue none bold -" pandocStrongEmphasisEmphasisTable blue none bold -" pandocStrikeoutTable blue none reverse -" pandocVerbatimInlineTable blue none -" pandocSuperscriptTable blue none -" pandocSubscriptTable blue none -" pandocHeading orange none bold -" pandocHeadingMarker orange none bold -" pandocEmphasisHeading orange none bold -" pandocEmphasisNestedHeading orange none bold -" pandocStrongEmphasisHeading orange none bold -" pandocStrongEmphasisNestedHeading orange none bold -" pandocStrongEmphasisEmphasisHeading orange none bold -" pandocStrikeoutHeading orange none reverse -" pandocVerbatimInlineHeading orange none bold -" pandocSuperscriptHeading orange none bold -" pandocSubscriptHeading orange none bold -" pandocLinkDelim base01 none -" pandocLinkLabel blue none -" pandocLinkText blue none -" pandocLinkURL base00 none -" pandocLinkTitle base00 none -" pandocLinkTitleDelim base01 none s=base00 -" pandocLinkDefinition cyan none s=base00 -" pandocLinkDefinitionID blue none bold -" pandocImageCaption violet none bold -" pandocFootnoteLink green none -" pandocFootnoteDefLink green none bold -" pandocFootnoteInline green none bold -" pandocFootnote green none -" pandocCitationDelim magenta none -" pandocCitation magenta none -" pandocCitationID magenta none -" pandocCitationRef magenta none -" pandocStyleDelim base01 none -" pandocEmphasis base0 none italic -" pandocEmphasisNested base0 none bold -" pandocStrongEmphasis base0 none bold -" pandocStrongEmphasisNested base0 none bold -" pandocStrongEmphasisEmphasis base0 none bold -" pandocStrikeout base01 none reverse -" pandocVerbatimInline yellow none -" pandocSuperscript violet none -" pandocSubscript violet none -" pandocRule blue none bold -" pandocRuleLine blue none bold -" pandocEscapePair red none bold -" pandocCitationRef magenta none -" pandocNonBreakingSpace red none reverse -" pandocEscapedCharacter -> pandocEscapePair -" pandocLineBreak -> pandocEscapePair -" pandocMetadataDelim base01 none -" pandocMetadata blue none -" pandocMetadataKey blue none -" pandocMetadata blue none bold -" pandocMetadataTitle -> pandocMetadata -" unlet s:termtrans " Background: any -" Variant: 2 -" Normal omit omit -" ColorColumn omit omit reverse -" Conceal omit omit -" Cursor omit omit -" CursorColumn omit omit reverse -" CursorLine omit omit underline -" CursorLineNr omit omit reverse,italic,bold,underline -" DiffAdd omit omit reverse,underline -" DiffChange omit omit reverse,underline -" DiffDelete omit omit reverse,underline -" DiffText omit omit bold,reverse,underline -" Directory omit omit -" EndOfBuffer omit omit -" ErrorMsg omit omit bold,reverse,italic -" FoldColumn omit omit reverse -" Folded omit omit italic,reverse,underline -" IncSearch omit omit reverse,bold,italic -" LineNr omit omit reverse -" MatchParen omit omit bold,underline -" ModeMsg omit omit -" MoreMsg omit omit -" NonText omit omit -" Pmenu omit omit reverse -" PmenuSbar omit omit -" PmenuSel omit omit -" PmenuThumb omit omit -" Question omit omit standout -" Search omit omit underline,italic -" SignColumn omit omit reverse -" SpecialKey omit omit bold -" SpellBad omit omit underline,italic -" SpellCap omit omit underline,italic -" SpellLocal omit omit underline,italic -" SpellRare omit omit underline,italic -" StatusLine omit omit reverse,bold -" StatusLineNC omit omit reverse -" TabLine omit omit reverse,underline,italic -" TabLineFill omit omit reverse,underline -" TabLineSel omit omit bold -" Title omit omit bold -" VertSplit omit omit reverse -" Visual omit omit reverse -" VisualNOS omit omit -" WarningMsg omit omit standout -" WildMenu omit omit bold -" Comment omit omit italic -" Constant omit omit bold,italic -" Error omit omit reverse -" Identifier omit omit italic -" Ignore omit omit -" PreProc omit omit italic -" Special omit omit bold,italic -" Statement omit omit bold -" Todo omit omit bold,underline -" Type omit omit bold -" Underlined omit omit underline -" CursorIM omit omit -" ToolbarLine omit omit reverse -" ToolbarButton omit omit bold,reverse -" unlet s:termtrans +" vim: et ts=2 sw=2 diff --git a/colors/solarized8_low.vim b/colors/solarized8_low.vim index c62d804..410acc1 100644 --- a/colors/solarized8_low.vim +++ b/colors/solarized8_low.vim @@ -4,9 +4,9 @@ " Maintainer: Lifepillar " Website: https://github.com/lifepillar/vim-solarized8 " License: OSI approved MIT license -" Last Updated: Sat Jun 29 14:32:36 2019 +" Last Updated: Sun Jul 14 22:06:35 2019 -" Generated by Colortemplate v2.0.0b3 +" Generated by Colortemplate v2.0.0 hi clear if exists('syntax_on') @@ -2211,38 +2211,6 @@ if s:t_Co >= 2 finish endif -" 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:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running') -" Boolean -> Constant -" Character -> Constant -" Conditional -> Statement -" Debug -> Special -" Define -> PreProc -" Delimiter -> Special -" Exception -> Statement -" Float -> Constant -" Function -> Identifier -" Include -> PreProc -" Keyword -> Statement -" Label -> Statement -" Macro -> PreProc -" Number -> Constant -" Operator -> Statement -" PreCondit -> PreProc -" QuickFixLine -> Search -" Repeat -> Statement -" SpecialChar -> Special -" SpecialComment -> Special -" StatusLineTerm -> StatusLine -" StatusLineTermNC -> StatusLineNC -" StorageClass -> Type -" String -> Constant -" Structure -> Type -" Tag -> Special -" Typedef -> Type -" lCursor -> Cursor -" Variant: gui 256 16 " Background: dark " Color: base02 #073642 239 0 " Color: back #073642 236 0 @@ -2263,324 +2231,6 @@ endif " Color: base3 #fdf6e3 230 15 " Term Colors: base02 red green yellow blue magenta cyan base2 " Term Colors: base03 orange base01 base00 base0 violet base1 base3 -" if s:termtrans -" Normal base0 none -" FoldColumn fg none -" Folded fg none bold s=base03 -" LineNr base01 none -" Terminal fg none -" ToolbarButton base1 none bold -" ToolbarLine none none -" else -" Normal base0 back -" FoldColumn base0 base02 -" Folded base0 base02 bold s=base03 -" LineNr base01 base02 -" Terminal fg back -" ToolbarButton base1 base02 bold -" ToolbarLine none base02 -" endif -" if get(g:, '@optionprefix_visibility', '') ==# 'high' -" CursorLineNr orange base02 bold -" NonText orange none bold -" SpecialKey orange none reverse -" SpellBad violet base2 t=underline,reverse g=undercurl,reverse s=red -" SpellCap violet base2 t=underline,reverse g=undercurl,reverse s=red -" SpellLocal yellow base2 t=underline,reverse g=undercurl,reverse s=red -" SpellRare cyan base2 t=underline,reverse g=undercurl,reverse s=red -" Title yellow none bold -" elseif get(g:, '@optionprefix_visibility', '') ==# 'low' -" CursorLineNr base01 base02 bold -" NonText base02 none bold -" SpecialKey base02 none reverse -" SpellBad violet none t=underline g=undercurl s=violet -" SpellCap violet none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title base01 none bold -" else -" CursorLineNr base0 base02 bold -" NonText base00 none bold -" SpecialKey base00 base02 bold -" SpellBad violet none t=underline g=undercurl s=violet -" SpellCap violet none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title yellow none bold -" endif -" Variant: gui -" if s:termtrans -" hi CursorLineNr guibg=NONE -" endif -" Variant: 256 16 -" if s:termtrans -" hi CursorLineNr ctermbg=NONE -" endif -" Variant: gui 256 16 -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base3 blue -" endif -" if get(g:, '@optionprefix_diffmode', '') ==# 'high' -" DiffAdd green none reverse -" DiffChange yellow none reverse -" DiffDelete red none reverse -" DiffText blue none reverse -" elseif get(g:, '@optionprefix_diffmode', '') ==# 'low' -" DiffAdd green none s=green -" DiffChange yellow none s=yellow -" DiffDelete red none bold -" DiffText blue none s=blue -" else " normal diffmode -" DiffAdd green base02 s=green -" DiffChange yellow base02 s=yellow -" DiffDelete red base02 bold -" DiffText blue base02 s=blue -" endif -" if get(g:, '@optionprefix_statusline', '') ==# 'low' -" StatusLine base01 base2 reverse -" StatusLineNC base01 base1 reverse -" TabLine base01 base1 reverse -" TabLineFill base01 base1 reverse -" TabLineSel base01 base2 reverse -" VertSplit base1 base01 -" elseif get(g:, '@optionprefix_statusline', '') ==# 'flat' -" StatusLine base03 base2 reverse -" StatusLineNC base03 base1 reverse -" TabLineSel base2 base03 -" TabLine base01 base03 -" TabLineFill base01 base03 -" VertSplit base01 base03 -" else -" StatusLine base0 base02 reverse -" StatusLineNC base01 base02 reverse -" TabLine base01 base02 reverse -" TabLineFill base01 base02 reverse -" TabLineSel base0 base02 reverse -" VertSplit base1 base01 -" endif -" ColorColumn none base01 -" Conceal blue none -" CursorColumn none base01 -" CursorLine none none underline s=base1 -" Directory blue none -" EndOfBuffer none none -" ErrorMsg red base3 reverse -" IncSearch orange none standout -" MatchParen base3 base02 bold -" ModeMsg blue none -" MoreMsg blue none -" Pmenu base00 base03 -" PmenuSbar none base03 -" PmenuSel base00 base02 -" PmenuThumb none base03 -" Question cyan none bold -" Search yellow none reverse -" SignColumn base0 none -" Visual base01 base03 reverse -" VisualNOS none base02 reverse -" WarningMsg orange none bold -" WildMenu base2 base02 reverse -" Comment base01 none italic -" Constant cyan none -" CursorIM none fg -" Error red base3 bold,reverse -" Identifier blue none -" Ignore none none -" PreProc orange none -" Special orange none -" Statement green none -" Todo magenta none bold -" Type yellow none -" Underlined violet none -" NormalMode base0 base3 reverse -" InsertMode cyan base3 reverse -" ReplaceMode orange base3 reverse -" VisualMode magenta base3 reverse -" CommandMode magenta base3 reverse -" if !get(g:, '@optionprefix_extra_hi_groups', 0) -" unlet s:t_Co s:italics s:termtrans -" finish -" endif -" vimVar -> Identifier -" vimFunc -> Function -" vimUserFunc -> Function -" helpSpecial -> Special -" vimSet -> Normal -" vimSetEqual -> Normal -" vimCommentString violet none -" vimCommand yellow none -" vimCmdSep blue none bold -" helpExample base1 none -" helpOption cyan none -" helpNote magenta none -" helpVim magenta none -" helpHyperTextJump blue none -" helpHyperTextEntry green none -" vimIsCommand base00 none -" vimSynMtchOpt yellow none -" vimSynType cyan none -" vimHiLink blue none -" vimHiGroup blue none -" vimGroup blue none bold -" diffAdded -> Statement -" diffLine -> Identifier -" gitcommitComment base01 none italic -" gitcommitUntracked -> gitcommitComment -" gitcommitDiscarded -> gitcommitComment -" gitcommitSelected -> gitcommitComment -" gitcommitUnmerged green none bold -" gitcommitOnBranch base01 none bold -" gitcommitBranch magenta none bold -" gitcommitNoBranch -> gitcommitBranch -" gitcommitdiscardedtype red none -" gitcommitselectedtype green none -" gitcommitHeader base01 none -" gitcommitUntrackedFile cyan none bold -" gitcommitDiscardedFile red none bold -" gitcommitSelectedFile green none bold -" gitcommitUnmergedFile yellow none bold -" gitcommitFile base0 none bold -" gitcommitDiscardedArrow -> gitcommitDiscardedFile -" gitcommitSelectedArrow -> gitcommitSelectedFile -" gitcommitUnmergedArrow -> gitcommitUnmergedFile -" htmlTag base01 none -" htmlEndTag base01 none -" htmlTagN base1 none bold -" htmlTagName blue none bold -" htmlSpecialTagName blue none italic -" htmlArg base00 none -" javaScript yellow none -" jsFuncCall -> Function -" perlHereDoc base1 back -" perlVarPlain yellow back -" perlStatementFileDesc cyan back -" texstatement cyan back -" texmathzonex yellow back -" texmathmatcher yellow back -" texreflabel yellow back -" rubyDefine base1 back bold -" rubySymbol -> Type -" rubyBoolean magenta back -" cPreCondit orange none -" VarId blue none -" ConId yellow none -" hsImport magenta none -" hsString base00 none -" hsStructure cyan none -" hs_hlFunctionName blue none -" hsStatement cyan none -" hsImportLabel cyan none -" hs_OpFunctionName yellow none -" hs_DeclareFunction orange none -" hsVarSym cyan none -" hsType yellow none -" hsTypedef cyan none -" hsModuleName green none -" hsImportParams -> Delimiter -" hsDelimTypeExport -> Delimiter -" hsModuleStartLabel -> hsStructure -" hsModuleWhereLabel -> hsModuleStartLabel -" hsNiceOperator cyan none -" hsniceoperator cyan none -" let hs_highlight_boolean=1 -" let hs_highlight_delimiters=1 -" pandocTitleBlock blue none -" pandocTitleBlockTitle blue none bold -" pandocTitleComment blue none bold -" pandocComment base01 none italic -" pandocVerbatimBlock yellow none -" pandocVerbatimBlockDeep -> pandocVerbatimBlock -" pandocCodeBlock -> pandocVerbatimBlock -" pandocCodeBlockDelim -> pandocVerbatimBlock -" pandocBlockQuote blue none -" pandocBlockQuoteLeader1 blue none -" pandocBlockQuoteLeader2 cyan none -" pandocBlockQuoteLeader3 yellow none -" pandocBlockQuoteLeader4 red none -" pandocBlockQuoteLeader5 base0 none -" pandocBlockQuoteLeader6 base01 none -" pandocListMarker magenta none -" pandocListReference magenta none -" pandocDefinitionBlock violet none -" pandocDefinitionTerm violet none standout -" pandocDefinitionIndctr violet none bold -" pandocEmphasisDefinition violet none italic -" pandocEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisDefinition violet none bold -" pandocStrongEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisEmphasisDefinition violet none bold -" pandocStrikeoutDefinition violet none reverse -" pandocVerbatimInlineDefinition violet none -" pandocSuperscriptDefinition violet none -" pandocSubscriptDefinition violet none -" pandocTable blue none -" pandocTableStructure blue none -" pandocTableStructureTop -> pandocTableStructre -" pandocTableStructureEnd -> pandocTableStructre -" pandocTableZebraLight blue base03 -" pandocTableZebraDark blue base02 -" pandocEmphasisTable blue none italic -" pandocEmphasisNestedTable blue none bold -" pandocStrongEmphasisTable blue none bold -" pandocStrongEmphasisNestedTable blue none bold -" pandocStrongEmphasisEmphasisTable blue none bold -" pandocStrikeoutTable blue none reverse -" pandocVerbatimInlineTable blue none -" pandocSuperscriptTable blue none -" pandocSubscriptTable blue none -" pandocHeading orange none bold -" pandocHeadingMarker orange none bold -" pandocEmphasisHeading orange none bold -" pandocEmphasisNestedHeading orange none bold -" pandocStrongEmphasisHeading orange none bold -" pandocStrongEmphasisNestedHeading orange none bold -" pandocStrongEmphasisEmphasisHeading orange none bold -" pandocStrikeoutHeading orange none reverse -" pandocVerbatimInlineHeading orange none bold -" pandocSuperscriptHeading orange none bold -" pandocSubscriptHeading orange none bold -" pandocLinkDelim base01 none -" pandocLinkLabel blue none -" pandocLinkText blue none -" pandocLinkURL base00 none -" pandocLinkTitle base00 none -" pandocLinkTitleDelim base01 none s=base00 -" pandocLinkDefinition cyan none s=base00 -" pandocLinkDefinitionID blue none bold -" pandocImageCaption violet none bold -" pandocFootnoteLink green none -" pandocFootnoteDefLink green none bold -" pandocFootnoteInline green none bold -" pandocFootnote green none -" pandocCitationDelim magenta none -" pandocCitation magenta none -" pandocCitationID magenta none -" pandocCitationRef magenta none -" pandocStyleDelim base01 none -" pandocEmphasis base0 none italic -" pandocEmphasisNested base0 none bold -" pandocStrongEmphasis base0 none bold -" pandocStrongEmphasisNested base0 none bold -" pandocStrongEmphasisEmphasis base0 none bold -" pandocStrikeout base01 none reverse -" pandocVerbatimInline yellow none -" pandocSuperscript violet none -" pandocSubscript violet none -" pandocRule blue none bold -" pandocRuleLine blue none bold -" pandocEscapePair red none bold -" pandocCitationRef magenta none -" pandocNonBreakingSpace red none reverse -" pandocEscapedCharacter -> pandocEscapePair -" pandocLineBreak -> pandocEscapePair -" pandocMetadataDelim base01 none -" pandocMetadata blue none -" pandocMetadataKey blue none -" pandocMetadata blue none bold -" pandocMetadataTitle -> pandocMetadata -" unlet s:termtrans " Background: light " Color: base2 #073642 236 0 " Color: red #dc322f 160 1 @@ -2601,399 +2251,5 @@ endif " Color: base03 #fdf6e3 230 15 " Term Colors: base2 red green yellow blue magenta cyan base02 " Term Colors: base3 orange base1 base0 base00 violet base01 base03 -" if s:termtrans -" Normal base0 none -" FoldColumn base0 none -" Folded base0 none bold s=base03 -" LineNr base01 none -" Terminal fg none -" ToolbarButton base1 none bold -" ToolbarLine none none -" else -" Normal base0 back -" FoldColumn base0 base02 -" Folded base0 base02 bold s=base03 -" LineNr base01 base02 -" Terminal fg back -" ToolbarButton base1 base02 bold -" ToolbarLine none base02 -" endif -" if get(g:, '@optionprefix_visibility', '') ==# 'high' -" CursorLineNr red base02 bold -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 red -" endif -" MatchParen base3 none bold,underline -" NonText red none bold -" SpecialKey red none reverse -" SpellBad magenta base02 t=underline,reverse g=undercurl,reverse s=violet -" SpellCap magenta base02 t=underline,reverse g=undercurl,reverse s=violet -" SpellLocal yellow base02 t=underline,reverse g=undercurl,reverse s=orange -" SpellRare cyan base02 t=underline,reverse g=undercurl,reverse s=orange -" Title orange none bold -" elseif get(g:, '@optionprefix_visibility', '') ==# 'low' -" CursorLineNr base01 base02 bold -" if get(g:, '@optionprefix_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 orange -" endif -" MatchParen base3 base02 bold -" NonText base02 none bold -" SpecialKey base02 none bold -" SpellBad magenta none t=underline g=undercurl s=violet -" SpellCap magenta none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title base01 none bold -" else -" CursorLineNr base0 base02 bold -" if get(g:, 'solarized_old_cursor_style', 0) -" Cursor base03 base0 -" else -" Cursor base03 orange -" endif -" MatchParen base3 base02 bold -" NonText base00 none bold -" SpecialKey base00 base02 bold -" SpellBad magenta none t=underline g=undercurl s=violet -" SpellCap magenta none t=underline g=undercurl s=violet -" SpellLocal yellow none t=underline g=undercurl s=yellow -" SpellRare cyan none t=underline g=undercurl s=cyan -" Title orange none bold -" endif -" Variant: gui -" if s:termtrans -" hi CursorLineNr guibg=NONE -" endif -" Variant: 256 16 -" if s:termtrans -" hi CursorLineNr ctermbg=NONE -" endif -" Variant: gui 256 16 -" if get(g:, '@optionprefix_diffmode', '') ==# 'high' -" DiffAdd green none reverse -" DiffChange yellow none reverse -" DiffDelete red none reverse -" DiffText blue none reverse -" elseif get(g:, '@optionprefix_diffmode', '') ==# 'low' -" DiffAdd green none s=green -" DiffChange yellow none s=yellow -" DiffDelete red none bold -" DiffText blue none s=blue -" else " normal diffmode -" DiffAdd green base02 s=green -" DiffChange yellow base02 s=yellow -" DiffDelete red base02 bold -" DiffText blue base02 s=blue -" endif -" if get(g:, '@optionprefix_statusline', '') ==# 'low' -" StatusLine base01 base02 reverse -" StatusLineNC base01 base1 reverse -" TabLine base01 base1 reverse -" TabLineFill base01 base1 reverse -" TabLineSel base01 base02 reverse -" VertSplit base1 base01 -" WildMenu base0 base02 reverse -" elseif get(g:, '@optionprefix_statusline', '') ==# 'flat' -" StatusLine base03 base2 reverse -" StatusLineNC base03 base1 reverse -" TabLineSel base2 base03 -" TabLine base01 base03 -" TabLineFill base01 base03 -" VertSplit base01 base03 -" WildMenu base01 base03 reverse -" else -" StatusLine base1 base02 reverse -" StatusLineNC base00 base02 reverse -" TabLine base00 base02 reverse -" TabLineFill base00 base02 reverse -" TabLineSel base1 base02 reverse -" VertSplit base1 base01 -" WildMenu base00 base02 reverse -" endif -" ColorColumn base02 base01 -" Conceal blue none -" CursorColumn base02 base01 -" CursorLine none none underline s=base00 -" Directory blue none -" EndOfBuffer none none -" ErrorMsg red base03 reverse -" IncSearch orange none standout -" ModeMsg blue none -" MoreMsg blue none -" Pmenu base03 base01 -" PmenuSbar none base0 -" PmenuSel base03 base00 -" PmenuThumb none base00 -" Question cyan none bold -" Search yellow none reverse -" SignColumn base0 none -" Visual base01 base03 reverse -" VisualNOS none base02 reverse -" WarningMsg orange none bold -" Comment base01 none italic -" Constant cyan none -" CursorIM none fg -" Error red base03 bold,reverse -" Identifier blue none -" Ignore none none -" PreProc orange none -" Special orange none -" Statement green none -" Todo magenta none bold -" Type yellow none -" Underlined violet none -" NormalMode base1 base03 reverse -" InsertMode cyan base03 reverse -" ReplaceMode orange base03 reverse -" VisualMode magenta base03 reverse -" CommandMode magenta base03 reverse -" TermCursor -> Cursor -" TermCursorNC base03 base01 -" if !get(g:, '@optionprefix_extra_hi_groups', 0) -" unlet s:t_Co s:italics s:termtrans -" finish -" endif -" vimVar -> Identifier -" vimFunc -> Function -" vimUserFunc -> Function -" helpSpecial -> Special -" vimSet -> Normal -" vimSetEqual -> Normal -" vimCommentString violet none -" vimCommand yellow none -" vimCmdSep blue none bold -" helpExample base1 none -" helpOption cyan none -" helpNote magenta none -" helpVim magenta none -" helpHyperTextJump blue none -" helpHyperTextEntry green none -" vimIsCommand base00 none -" vimSynMtchOpt yellow none -" vimSynType cyan none -" vimHiLink blue none -" vimHiGroup blue none -" vimGroup blue none bold -" diffAdded -> Statement -" diffLine -> Identifier -" gitcommitComment base01 none italic -" gitcommitUntracked -> gitcommitComment -" gitcommitDiscarded -> gitcommitComment -" gitcommitSelected -> gitcommitComment -" gitcommitUnmerged green none bold -" gitcommitOnBranch base01 none bold -" gitcommitBranch magenta none bold -" gitcommitNoBranch -> gitcommitBranch -" gitcommitdiscardedtype red none -" gitcommitselectedtype green none -" gitcommitHeader base01 none -" gitcommitUntrackedFile cyan none bold -" gitcommitDiscardedFile red none bold -" gitcommitSelectedFile green none bold -" gitcommitUnmergedFile yellow none bold -" gitcommitFile base0 none bold -" gitcommitDiscardedArrow -> gitcommitDiscardedFile -" gitcommitSelectedArrow -> gitcommitSelectedFile -" gitcommitUnmergedArrow -> gitcommitUnmergedFile -" htmlTag base01 none -" htmlEndTag base01 none -" htmlTagN base1 none bold -" htmlTagName blue none bold -" htmlSpecialTagName blue none italic -" htmlArg base00 none -" javaScript yellow none -" jsFuncCall -> Function -" perlHereDoc base1 back -" perlVarPlain yellow back -" perlStatementFileDesc cyan back -" texstatement cyan back -" texmathzonex yellow back -" texmathmatcher yellow back -" texreflabel yellow back -" rubyDefine base1 back bold -" rubySymbol -> Type -" rubyBoolean magenta back -" cPreCondit orange none -" VarId blue none -" ConId yellow none -" hsImport magenta none -" hsString base00 none -" hsStructure cyan none -" hs_hlFunctionName blue none -" hsStatement cyan none -" hsImportLabel cyan none -" hs_OpFunctionName yellow none -" hs_DeclareFunction orange none -" hsVarSym cyan none -" hsType yellow none -" hsTypedef cyan none -" hsModuleName green none -" hsImportParams -> Delimiter -" hsDelimTypeExport -> Delimiter -" hsModuleStartLabel -> hsStructure -" hsModuleWhereLabel -> hsModuleStartLabel -" hsNiceOperator cyan none -" hsniceoperator cyan none -" let hs_highlight_boolean=1 -" let hs_highlight_delimiters=1 -" pandocTitleBlock blue none -" pandocTitleBlockTitle blue none bold -" pandocTitleComment blue none bold -" pandocComment base01 none italic -" pandocVerbatimBlock yellow none -" pandocVerbatimBlockDeep -> pandocVerbatimBlock -" pandocCodeBlock -> pandocVerbatimBlock -" pandocCodeBlockDelim -> pandocVerbatimBlock -" pandocBlockQuote blue none -" pandocBlockQuoteLeader1 blue none -" pandocBlockQuoteLeader2 cyan none -" pandocBlockQuoteLeader3 yellow none -" pandocBlockQuoteLeader4 red none -" pandocBlockQuoteLeader5 base0 none -" pandocBlockQuoteLeader6 base01 none -" pandocListMarker magenta none -" pandocListReference magenta none -" pandocDefinitionBlock violet none -" pandocDefinitionTerm violet none standout -" pandocDefinitionIndctr violet none bold -" pandocEmphasisDefinition violet none italic -" pandocEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisDefinition violet none bold -" pandocStrongEmphasisNestedDefinition violet none bold -" pandocStrongEmphasisEmphasisDefinition violet none bold -" pandocStrikeoutDefinition violet none reverse -" pandocVerbatimInlineDefinition violet none -" pandocSuperscriptDefinition violet none -" pandocSubscriptDefinition violet none -" pandocTable blue none -" pandocTableStructure blue none -" pandocTableStructureTop -> pandocTableStructre -" pandocTableStructureEnd -> pandocTableStructre -" pandocTableZebraLight blue base03 -" pandocTableZebraDark blue base02 -" pandocEmphasisTable blue none italic -" pandocEmphasisNestedTable blue none bold -" pandocStrongEmphasisTable blue none bold -" pandocStrongEmphasisNestedTable blue none bold -" pandocStrongEmphasisEmphasisTable blue none bold -" pandocStrikeoutTable blue none reverse -" pandocVerbatimInlineTable blue none -" pandocSuperscriptTable blue none -" pandocSubscriptTable blue none -" pandocHeading orange none bold -" pandocHeadingMarker orange none bold -" pandocEmphasisHeading orange none bold -" pandocEmphasisNestedHeading orange none bold -" pandocStrongEmphasisHeading orange none bold -" pandocStrongEmphasisNestedHeading orange none bold -" pandocStrongEmphasisEmphasisHeading orange none bold -" pandocStrikeoutHeading orange none reverse -" pandocVerbatimInlineHeading orange none bold -" pandocSuperscriptHeading orange none bold -" pandocSubscriptHeading orange none bold -" pandocLinkDelim base01 none -" pandocLinkLabel blue none -" pandocLinkText blue none -" pandocLinkURL base00 none -" pandocLinkTitle base00 none -" pandocLinkTitleDelim base01 none s=base00 -" pandocLinkDefinition cyan none s=base00 -" pandocLinkDefinitionID blue none bold -" pandocImageCaption violet none bold -" pandocFootnoteLink green none -" pandocFootnoteDefLink green none bold -" pandocFootnoteInline green none bold -" pandocFootnote green none -" pandocCitationDelim magenta none -" pandocCitation magenta none -" pandocCitationID magenta none -" pandocCitationRef magenta none -" pandocStyleDelim base01 none -" pandocEmphasis base0 none italic -" pandocEmphasisNested base0 none bold -" pandocStrongEmphasis base0 none bold -" pandocStrongEmphasisNested base0 none bold -" pandocStrongEmphasisEmphasis base0 none bold -" pandocStrikeout base01 none reverse -" pandocVerbatimInline yellow none -" pandocSuperscript violet none -" pandocSubscript violet none -" pandocRule blue none bold -" pandocRuleLine blue none bold -" pandocEscapePair red none bold -" pandocCitationRef magenta none -" pandocNonBreakingSpace red none reverse -" pandocEscapedCharacter -> pandocEscapePair -" pandocLineBreak -> pandocEscapePair -" pandocMetadataDelim base01 none -" pandocMetadata blue none -" pandocMetadataKey blue none -" pandocMetadata blue none bold -" pandocMetadataTitle -> pandocMetadata -" unlet s:termtrans " Background: any -" Variant: 2 -" Normal omit omit -" ColorColumn omit omit reverse -" Conceal omit omit -" Cursor omit omit -" CursorColumn omit omit reverse -" CursorLine omit omit underline -" CursorLineNr omit omit reverse,italic,bold,underline -" DiffAdd omit omit reverse,underline -" DiffChange omit omit reverse,underline -" DiffDelete omit omit reverse,underline -" DiffText omit omit bold,reverse,underline -" Directory omit omit -" EndOfBuffer omit omit -" ErrorMsg omit omit bold,reverse,italic -" FoldColumn omit omit reverse -" Folded omit omit italic,reverse,underline -" IncSearch omit omit reverse,bold,italic -" LineNr omit omit reverse -" MatchParen omit omit bold,underline -" ModeMsg omit omit -" MoreMsg omit omit -" NonText omit omit -" Pmenu omit omit reverse -" PmenuSbar omit omit -" PmenuSel omit omit -" PmenuThumb omit omit -" Question omit omit standout -" Search omit omit underline,italic -" SignColumn omit omit reverse -" SpecialKey omit omit bold -" SpellBad omit omit underline,italic -" SpellCap omit omit underline,italic -" SpellLocal omit omit underline,italic -" SpellRare omit omit underline,italic -" StatusLine omit omit reverse,bold -" StatusLineNC omit omit reverse -" TabLine omit omit reverse,underline,italic -" TabLineFill omit omit reverse,underline -" TabLineSel omit omit bold -" Title omit omit bold -" VertSplit omit omit reverse -" Visual omit omit reverse -" VisualNOS omit omit -" WarningMsg omit omit standout -" WildMenu omit omit bold -" Comment omit omit italic -" Constant omit omit bold,italic -" Error omit omit reverse -" Identifier omit omit italic -" Ignore omit omit -" PreProc omit omit italic -" Special omit omit bold,italic -" Statement omit omit bold -" Todo omit omit bold,underline -" Type omit omit bold -" Underlined omit omit underline -" CursorIM omit omit -" ToolbarLine omit omit reverse -" ToolbarButton omit omit bold,reverse -" unlet s:termtrans +" vim: et ts=2 sw=2 diff --git a/doc/solarized8.txt b/doc/solarized8.txt index 835f432..304afcf 100644 --- a/doc/solarized8.txt +++ b/doc/solarized8.txt @@ -1,4 +1,4 @@ -*solarized8.txt* For Vim version 8.1 Last change: 2019 Jun 29 +*solarized8.txt* For Vim version 8.1 Last change: 2019 Jul 14 Solarized 8 color scheme