mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Use new comment symbols for templates.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
# vim: ft=colortemplate fdm=marker cc=22
|
||||
; vim: ft=colortemplate fdm=marker cc=22
|
||||
|
||||
# Template for black & white terminals
|
||||
; Template for black & white terminals
|
||||
Variant: 2
|
||||
|
||||
# Default highlight groups {{{
|
||||
# Group Unused Unused Term attributes
|
||||
; Default highlight groups {{{
|
||||
; Group Unused Unused Term attributes
|
||||
Normal omit omit
|
||||
ColorColumn omit omit reverse
|
||||
Conceal omit omit
|
||||
@@ -50,7 +50,7 @@ Visual omit omit reverse
|
||||
VisualNOS omit omit
|
||||
WarningMsg omit omit standout
|
||||
WildMenu omit omit bold
|
||||
# Other conventional group names (see `:help group-name`)
|
||||
; Other conventional group names (see `:help group-name`)
|
||||
Comment omit omit italic
|
||||
Constant omit omit bold,italic
|
||||
Error omit omit reverse
|
||||
@@ -65,5 +65,5 @@ Underlined omit omit underline
|
||||
CursorIM omit omit
|
||||
ToolbarLine omit omit reverse
|
||||
ToolbarButton omit omit bold,reverse
|
||||
# }}}
|
||||
; }}}
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
#unlet s:termtrans
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
Term Colors: base02 red green yellow blue magenta cyan base2
|
||||
Term Colors: base03 orange base01 base00 base0 violet base1 base3
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
# Filetype specific highlight groups {{{
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
; Filetype specific highlight groups {{{
|
||||
verbatim
|
||||
if !get(g:, '@optionprefix_extra_hi_groups', 0)
|
||||
unlet s:t_Co s:italics s:termtrans
|
||||
finish
|
||||
endif
|
||||
endverbatim
|
||||
# vim {{{
|
||||
; vim {{{
|
||||
vimVar -> Identifier
|
||||
vimFunc -> Function
|
||||
vimUserFunc -> Function
|
||||
@@ -28,12 +28,12 @@ vimSynType cyan none
|
||||
vimHiLink blue none
|
||||
vimHiGroup blue none
|
||||
vimGroup blue none bold
|
||||
# }}}
|
||||
# diff {{{
|
||||
; }}}
|
||||
; diff {{{
|
||||
diffAdded -> Statement
|
||||
diffLine -> Identifier
|
||||
# }}}
|
||||
# git {{{
|
||||
; }}}
|
||||
; git {{{
|
||||
gitcommitComment base01 none italic
|
||||
gitcommitUntracked -> gitcommitComment
|
||||
gitcommitDiscarded -> gitcommitComment
|
||||
@@ -53,8 +53,8 @@ gitcommitFile base0 none bold
|
||||
gitcommitDiscardedArrow -> gitcommitDiscardedFile
|
||||
gitcommitSelectedArrow -> gitcommitSelectedFile
|
||||
gitcommitUnmergedArrow -> gitcommitUnmergedFile
|
||||
# }}}
|
||||
# html {{{
|
||||
; }}}
|
||||
; html {{{
|
||||
htmlTag base01 none
|
||||
htmlEndTag base01 none
|
||||
htmlTagN base1 none bold
|
||||
@@ -62,34 +62,34 @@ htmlTagName blue none bold
|
||||
htmlSpecialTagName blue none italic
|
||||
htmlArg base00 none
|
||||
javaScript yellow none
|
||||
# }}}
|
||||
# javascript {{{
|
||||
; }}}
|
||||
; javascript {{{
|
||||
jsFuncCall -> Function
|
||||
# }}}
|
||||
# perl {{{
|
||||
; }}}
|
||||
; perl {{{
|
||||
perlHereDoc base1 back
|
||||
perlVarPlain yellow back
|
||||
perlStatementFileDesc cyan back
|
||||
# }}}
|
||||
# tex {{{
|
||||
; }}}
|
||||
; tex {{{
|
||||
texstatement cyan back
|
||||
texmathzonex yellow back
|
||||
texmathmatcher yellow back
|
||||
texreflabel yellow back
|
||||
# }}}
|
||||
# ruby {{{
|
||||
; }}}
|
||||
; ruby {{{
|
||||
rubyDefine base1 back bold
|
||||
rubySymbol -> Type
|
||||
rubyBoolean magenta back
|
||||
# }}}
|
||||
# haskell {{{
|
||||
# For use with syntax/haskell.vim : Haskell Syntax File
|
||||
# http://www.vim.org/scripts/script.php?script_id=3034
|
||||
# See also Steffen Siering's github repository:
|
||||
# http://github.com/urso/dotrc/blob/master/vim/syntax/haskell.vim
|
||||
#
|
||||
# Treat True and False and highlight delims specially, see the plugin
|
||||
# referenced above.
|
||||
; }}}
|
||||
; haskell {{{
|
||||
; For use with syntax/haskell.vim : Haskell Syntax File
|
||||
; http://www.vim.org/scripts/script.php?script_id=3034
|
||||
; See also Steffen Siering's github repository:
|
||||
; http://github.com/urso/dotrc/blob/master/vim/syntax/haskell.vim
|
||||
;
|
||||
; Treat True and False and highlight delims specially, see the plugin
|
||||
; referenced above.
|
||||
cPreCondit orange none
|
||||
VarId blue none
|
||||
ConId yellow none
|
||||
@@ -109,14 +109,14 @@ hsImportParams -> Delimiter
|
||||
hsDelimTypeExport -> Delimiter
|
||||
hsModuleStartLabel -> hsStructure
|
||||
hsModuleWhereLabel -> hsModuleStartLabel
|
||||
# following is for the haskell-conceal plugin
|
||||
# the first two items don't have an impact, but better safe
|
||||
; following is for the haskell-conceal plugin
|
||||
; the first two items don't have an impact, but better safe
|
||||
hsNiceOperator cyan none
|
||||
hsniceoperator cyan none
|
||||
#let hs_highlight_boolean=1
|
||||
#let hs_highlight_delimiters=1
|
||||
# }}}
|
||||
# pandoc {{{
|
||||
; }}}
|
||||
; pandoc {{{
|
||||
pandocTitleBlock blue none
|
||||
pandocTitleBlockTitle blue none bold
|
||||
pandocTitleComment blue none bold
|
||||
@@ -134,7 +134,7 @@ pandocBlockQuoteLeader5 base0 none
|
||||
pandocBlockQuoteLeader6 base01 none
|
||||
pandocListMarker magenta none
|
||||
pandocListReference magenta none
|
||||
# Definitions
|
||||
; Definitions
|
||||
pandocDefinitionBlock violet none
|
||||
pandocDefinitionTerm violet none standout
|
||||
pandocDefinitionIndctr violet none bold
|
||||
@@ -147,10 +147,10 @@ pandocStrikeoutDefinition violet none reverse
|
||||
pandocVerbatimInlineDefinition violet none
|
||||
pandocSuperscriptDefinition violet none
|
||||
pandocSubscriptDefinition violet none
|
||||
# Tables
|
||||
; Tables
|
||||
pandocTable blue none
|
||||
pandocTableStructure blue none
|
||||
# Sic in the original Solarized:
|
||||
; Sic in the original Solarized:
|
||||
pandocTableStructureTop -> pandocTableStructre
|
||||
pandocTableStructureEnd -> pandocTableStructre
|
||||
pandocTableZebraLight blue base03
|
||||
@@ -164,7 +164,7 @@ pandocStrikeoutTable blue none reverse
|
||||
pandocVerbatimInlineTable blue none
|
||||
pandocSuperscriptTable blue none
|
||||
pandocSubscriptTable blue none
|
||||
# Headings
|
||||
; Headings
|
||||
pandocHeading orange none bold
|
||||
pandocHeadingMarker orange none bold
|
||||
pandocEmphasisHeading orange none bold
|
||||
@@ -176,7 +176,7 @@ pandocStrikeoutHeading orange none reverse
|
||||
pandocVerbatimInlineHeading orange none bold
|
||||
pandocSuperscriptHeading orange none bold
|
||||
pandocSubscriptHeading orange none bold
|
||||
# Links
|
||||
; Links
|
||||
pandocLinkDelim base01 none
|
||||
pandocLinkLabel blue none
|
||||
pandocLinkText blue none
|
||||
@@ -194,7 +194,7 @@ pandocCitationDelim magenta none
|
||||
pandocCitation magenta none
|
||||
pandocCitationID magenta none
|
||||
pandocCitationRef magenta none
|
||||
# Main Styles
|
||||
; Main Styles
|
||||
pandocStyleDelim base01 none
|
||||
pandocEmphasis base0 none italic
|
||||
pandocEmphasisNested base0 none bold
|
||||
@@ -212,14 +212,14 @@ pandocCitationRef magenta none
|
||||
pandocNonBreakingSpace red none reverse
|
||||
pandocEscapedCharacter -> pandocEscapePair
|
||||
pandocLineBreak -> pandocEscapePair
|
||||
# Embedded code
|
||||
; Embedded code
|
||||
pandocMetadataDelim base01 none
|
||||
pandocMetadata blue none
|
||||
pandocMetadataKey blue none
|
||||
pandocMetadata blue none bold
|
||||
pandocMetadataTitle -> pandocMetadata
|
||||
# }}}
|
||||
# ale {{{
|
||||
; }}}
|
||||
; ale {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'flat'
|
||||
ALEErrorSign red none bold
|
||||
ALEInfoSign cyan none bold
|
||||
@@ -255,5 +255,5 @@ ALEStyleErrorSignLineNr -> ALEErrorSignLineNr
|
||||
ALEStyleWarning -> ALEWarning
|
||||
ALEStyleWarningSign -> ALEWarningSign
|
||||
ALEStyleWarningSignLineNr -> ALEWarningSignLineNr
|
||||
# }}}
|
||||
# }}}
|
||||
; }}}
|
||||
; }}}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
auxfile scripts/@shortname.sh
|
||||
#!/bin/sh
|
||||
# Modify 256-color palette in supported terminals
|
||||
# Script adapted from https://github.com/chriskempson/base16-shell
|
||||
; Modify 256-color palette in supported terminals
|
||||
; Script adapted from https://github.com/chriskempson/base16-shell
|
||||
set -o errexit
|
||||
|
||||
hex2rgb() {
|
||||
@@ -51,21 +51,21 @@ printf $printf_template @term256blue $(hex2rgb "@guiblue")
|
||||
printf $printf_template @term256cyan $(hex2rgb "@guicyan")
|
||||
printf $printf_template @term256green $(hex2rgb "@guigreen")
|
||||
|
||||
# foreground / background / cursor color
|
||||
# if [ -n "$ITERM_SESSION_ID" ]; then
|
||||
# # iTerm2 proprietary escape codes
|
||||
# printf $printf_template_custom Pg 93a1a1 # forground
|
||||
# printf $printf_template_custom Ph 002b36 # background
|
||||
# printf $printf_template_custom Pi 93a1a1 # bold color
|
||||
# printf $printf_template_custom Pj 586e75 # selection color
|
||||
# printf $printf_template_custom Pk 93a1a1 # selected text color
|
||||
# printf $printf_template_custom Pl 93a1a1 # cursor
|
||||
# printf $printf_template_custom Pm 002b36 # cursor text
|
||||
# else
|
||||
# printf $printf_template_var 10 $color_foreground
|
||||
# printf $printf_template_var 11 $color_background
|
||||
# printf $printf_template_var 12 $color_cursor
|
||||
# fi
|
||||
; foreground / background / cursor color
|
||||
; if [ -n "$ITERM_SESSION_ID" ]; then
|
||||
; # iTerm2 proprietary escape codes
|
||||
; printf $printf_template_custom Pg 93a1a1 # forground
|
||||
; printf $printf_template_custom Ph 002b36 # background
|
||||
; printf $printf_template_custom Pi 93a1a1 # bold color
|
||||
; printf $printf_template_custom Pj 586e75 # selection color
|
||||
; printf $printf_template_custom Pk 93a1a1 # selected text color
|
||||
; printf $printf_template_custom Pl 93a1a1 # cursor
|
||||
; printf $printf_template_custom Pm 002b36 # cursor text
|
||||
; else
|
||||
; printf $printf_template_var 10 $color_foreground
|
||||
; printf $printf_template_var 11 $color_background
|
||||
; printf $printf_template_var 12 $color_cursor
|
||||
; fi
|
||||
|
||||
unset printf_template
|
||||
unset printf_template_var
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
#let s:t_Co = get(g:, '@optionprefix_use16', 0) ? 16 : s:t_Co
|
||||
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
||||
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
||||
|
||||
@@ -92,5 +92,5 @@ SOFTWARE.
|
||||
|
||||
enddocumentation
|
||||
|
||||
# vim: ft=colortemplate fdm=marker ts=8 tw=78
|
||||
; vim: ft=colortemplate fdm=marker ts=8 tw=78
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
Author: Ethan Schoonover
|
||||
Maintainer: Lifepillar <lifepillar@lifepillar.me>
|
||||
Website: https://github.com/lifepillar/vim-solarized8
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
Term Colors: base2 red green yellow blue magenta cyan base02
|
||||
Term Colors: base3 orange base1 base0 base00 violet base01 base03
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
Boolean -> Constant
|
||||
Character -> Constant
|
||||
Conditional -> Statement
|
||||
|
||||
@@ -1,25 +1,25 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
|
||||
# Information {{{
|
||||
; Information {{{
|
||||
Full name: Solarized 8
|
||||
Short name: solarized8
|
||||
Include: _info.colortemplate
|
||||
# }}}
|
||||
# Documentation {{{
|
||||
; }}}
|
||||
; Documentation {{{
|
||||
Include: _help.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
|
||||
Include: _global.colortemplate
|
||||
|
||||
Variant: gui 256 16
|
||||
|
||||
Background: dark
|
||||
# Dark color palette {{{
|
||||
# Color name GUI Base256 Base16
|
||||
; Dark color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
Color: base02 #073642 236 0
|
||||
Color: red #dc322f 160 1
|
||||
Color: green #859900 106 2
|
||||
#Color:green #719e07 ~ 2
|
||||
;Color:green #719e07 ~ 2
|
||||
Color: yellow #b58900 136 3
|
||||
Color: blue #268bd2 32 4
|
||||
Color: magenta #d33682 162 5
|
||||
@@ -36,12 +36,12 @@ Color: base1 #93a1a1 247 14
|
||||
Color: base3 #fdf6e3 230 15
|
||||
|
||||
Include: _dark_terminal.colortemplate
|
||||
# }}}
|
||||
# Fix 256-color palette in supported terminals (dark) {{{
|
||||
; }}}
|
||||
; Fix 256-color palette in supported terminals (dark) {{{
|
||||
Include: _fix-256-palette.colortemplate
|
||||
# }}}
|
||||
# Default highlight groups (dark) {{{
|
||||
# Transparency (dark) {{{
|
||||
; }}}
|
||||
; Default highlight groups (dark) {{{
|
||||
; Transparency (dark) {{{
|
||||
#if s:termtrans
|
||||
Normal base1 none
|
||||
FoldColumn fg none
|
||||
@@ -57,8 +57,8 @@ Include: _fix-256-palette.colortemplate
|
||||
ToolbarButton base1 base02 bold
|
||||
ToolbarLine none base02
|
||||
#endif
|
||||
# }}}
|
||||
# Visibility (dark) {{{
|
||||
; }}}
|
||||
; Visibility (dark) {{{
|
||||
#if get(g:, '@optionprefix_visibility', '') ==# 'high'
|
||||
CursorLineNr orange base02 bold
|
||||
LineNr base0 base02
|
||||
@@ -90,8 +90,8 @@ Include: _fix-256-palette.colortemplate
|
||||
SpellRare cyan none t=underline g=undercurl s=cyan
|
||||
Title orange none bold
|
||||
#endif
|
||||
# }}}
|
||||
# [Cursor]LineNr transparency (dark) {{{
|
||||
; }}}
|
||||
; [Cursor]LineNr transparency (dark) {{{
|
||||
Variant: gui
|
||||
verbatim
|
||||
if s:termtrans
|
||||
@@ -107,15 +107,15 @@ if s:termtrans
|
||||
endif
|
||||
endverbatim
|
||||
Variant: gui 256 16
|
||||
# }}}
|
||||
# Cursor style (dark) {{{
|
||||
; }}}
|
||||
; Cursor style (dark) {{{
|
||||
#if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
Cursor base03 base0
|
||||
#else
|
||||
Cursor base3 blue
|
||||
#endif
|
||||
# }}}
|
||||
# Diff mode (dark) {{{
|
||||
; }}}
|
||||
; Diff mode (dark) {{{
|
||||
#if get(g:, '@optionprefix_diffmode', '') ==# 'high'
|
||||
DiffAdd green none reverse
|
||||
DiffChange yellow none reverse
|
||||
@@ -132,8 +132,8 @@ Variant: gui 256 16
|
||||
DiffDelete red base02 bold
|
||||
DiffText blue base02 s=blue
|
||||
#endif
|
||||
# }}}
|
||||
# Structural elements (dark) {{{
|
||||
; }}}
|
||||
; Structural elements (dark) {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'low'
|
||||
StatusLine base01 base2 reverse
|
||||
StatusLineNC base01 base02 reverse
|
||||
@@ -156,8 +156,8 @@ Variant: gui 256 16
|
||||
TabLineSel base0 base02 reverse
|
||||
VertSplit base02 base01
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (dark) {{{
|
||||
; }}}
|
||||
; Base groups (dark) {{{
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
@@ -180,8 +180,8 @@ Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
WildMenu base2 base02 reverse
|
||||
# }}}
|
||||
# Other conventional groups (dark) {{{
|
||||
; }}}
|
||||
; Other conventional groups (dark) {{{
|
||||
Comment base01 none italic
|
||||
Constant cyan none
|
||||
CursorIM none fg
|
||||
@@ -194,31 +194,31 @@ Statement green none
|
||||
Todo magenta none bold
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
# }}}
|
||||
# }}}
|
||||
# Additional highlight groups (dark) {{{
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (dark) {{{
|
||||
NormalMode base0 base3 reverse
|
||||
InsertMode cyan base3 reverse
|
||||
ReplaceMode orange base3 reverse
|
||||
VisualMode magenta base3 reverse
|
||||
CommandMode magenta base3 reverse
|
||||
# }}}
|
||||
# Neovim (dark) {{{
|
||||
; }}}
|
||||
; Neovim (dark) {{{
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
# }}}
|
||||
# Extra stuff (dark) {{{
|
||||
; }}}
|
||||
; Extra stuff (dark) {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
Background: light
|
||||
# Light color palette {{{
|
||||
# Color name GUI Base256 Base16
|
||||
; Light color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
Color: base2 #073642 236 0
|
||||
Color: red #dc322f 160 1
|
||||
Color: green #859900 106 2
|
||||
#Color:green #719e07 ~ 2
|
||||
;Color:green #719e07 ~ 2
|
||||
Color: yellow #b58900 136 3
|
||||
Color: blue #268bd2 32 4
|
||||
Color: magenta #d33682 162 5
|
||||
@@ -235,9 +235,9 @@ Color: base03 #fdf6e3 230 15
|
||||
Color: back #fdf6e3 230 15
|
||||
|
||||
Include: _light_terminal.colortemplate
|
||||
# }}}
|
||||
# Default highlight groups (dark) {{{
|
||||
# Transparency (light) {{{
|
||||
; }}}
|
||||
; Default highlight groups (dark) {{{
|
||||
; Transparency (light) {{{
|
||||
#if s:termtrans
|
||||
Normal base1 none
|
||||
FoldColumn base0 none
|
||||
@@ -253,8 +253,8 @@ Include: _light_terminal.colortemplate
|
||||
ToolbarButton base1 base02 bold
|
||||
ToolbarLine none base02
|
||||
#endif
|
||||
# }}}
|
||||
# Visibility and cursor style (light) {{{
|
||||
; }}}
|
||||
; Visibility and cursor style (light) {{{
|
||||
#if get(g:, '@optionprefix_visibility', '') ==# 'high'
|
||||
#if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
Cursor base03 base0
|
||||
@@ -304,8 +304,8 @@ Include: _light_terminal.colortemplate
|
||||
SpellRare cyan none t=underline g=undercurl s=cyan
|
||||
Title orange none bold
|
||||
#endif
|
||||
# }}}
|
||||
# [Cursor]LineNr transparency (light) {{{
|
||||
; }}}
|
||||
; [Cursor]LineNr transparency (light) {{{
|
||||
Variant: gui
|
||||
verbatim
|
||||
if s:termtrans
|
||||
@@ -321,8 +321,8 @@ if s:termtrans
|
||||
endif
|
||||
endverbatim
|
||||
Variant: gui 256 16
|
||||
# }}}
|
||||
# Diff mode (light) {{{
|
||||
; }}}
|
||||
; Diff mode (light) {{{
|
||||
#if get(g:, '@optionprefix_diffmode', '') ==# 'high'
|
||||
DiffAdd green none reverse
|
||||
DiffChange yellow none reverse
|
||||
@@ -339,8 +339,8 @@ Variant: gui 256 16
|
||||
DiffDelete red base02 bold
|
||||
DiffText blue base02 s=blue
|
||||
#endif
|
||||
# }}}
|
||||
# Structural elements (light) {{{
|
||||
; }}}
|
||||
; Structural elements (light) {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'low'
|
||||
StatusLine base01 base03 reverse
|
||||
StatusLineNC base01 base1 reverse
|
||||
@@ -366,8 +366,8 @@ Variant: gui 256 16
|
||||
VertSplit base1 base01
|
||||
WildMenu base2 base02 reverse
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (light) {{{
|
||||
; }}}
|
||||
; Base groups (light) {{{
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
@@ -388,8 +388,8 @@ SignColumn base0 none
|
||||
Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
# }}}
|
||||
# Other conventional groups (light) {{{
|
||||
; }}}
|
||||
; Other conventional groups (light) {{{
|
||||
Comment base01 none italic
|
||||
Constant cyan none
|
||||
CursorIM none fg
|
||||
@@ -402,27 +402,27 @@ Statement green none
|
||||
Todo magenta none bold
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
# }}}
|
||||
# }}}
|
||||
# Additional highlight groups (light) {{{
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (light) {{{
|
||||
NormalMode base1 base03 reverse
|
||||
InsertMode cyan base03 reverse
|
||||
ReplaceMode orange base03 reverse
|
||||
VisualMode magenta base03 reverse
|
||||
CommandMode magenta base03 reverse
|
||||
# }}}
|
||||
# Neovim (light) {{{
|
||||
; }}}
|
||||
; Neovim (light) {{{
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
# }}}
|
||||
# Extra stuff (light) {{{
|
||||
; }}}
|
||||
; Extra stuff (light) {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
Background: any
|
||||
# B&W variant {{{
|
||||
; B&W variant {{{
|
||||
Include: _bw.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
|
||||
# Information {{{
|
||||
; Information {{{
|
||||
Full name: Solarized 8 Flat
|
||||
Short name: solarized8_flat
|
||||
Include: _info.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
|
||||
Include: _global.colortemplate
|
||||
|
||||
Variant: gui 256 16
|
||||
|
||||
Background: dark
|
||||
# Dark color palette {{{
|
||||
# Color name GUI Base256 Base16
|
||||
; Dark color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
Color: base02 #073642 236 0
|
||||
Color: red #dc322f 160 1
|
||||
Color: green #859900 106 2
|
||||
#Color:green #719e07 ~ 2
|
||||
;Color:green #719e07 ~ 2
|
||||
Color: yellow #b58900 136 3
|
||||
Color: blue #268bd2 32 4
|
||||
Color: magenta #d33682 162 5
|
||||
@@ -33,9 +33,9 @@ Color: base1 #93a1a1 247 14
|
||||
Color: base3 #fdf6e3 230 15
|
||||
|
||||
Include: _dark_terminal.colortemplate
|
||||
# }}}
|
||||
# Default highlight groups (dark) {{{
|
||||
# Transparency (dark) {{{
|
||||
; }}}
|
||||
; Default highlight groups (dark) {{{
|
||||
; Transparency (dark) {{{
|
||||
#if s:termtrans
|
||||
Normal base0 none
|
||||
CursorLine none none underline s=base01
|
||||
@@ -49,8 +49,8 @@ Include: _dark_terminal.colortemplate
|
||||
ToolbarButton base1 base02 bold
|
||||
ToolbarLine none base02
|
||||
#endif
|
||||
# }}}
|
||||
# Visibility (dark) {{{
|
||||
; }}}
|
||||
; Visibility (dark) {{{
|
||||
#if get(g:, '@optionprefix_visibility', '') ==# 'high'
|
||||
CursorLineNr orange none bold
|
||||
NonText orange none bold
|
||||
@@ -79,15 +79,15 @@ Include: _dark_terminal.colortemplate
|
||||
SpellRare cyan none t=underline g=undercurl s=cyan
|
||||
Title orange none bold
|
||||
#endif
|
||||
# }}}
|
||||
# Cursor style (dark) {{{
|
||||
; }}}
|
||||
; Cursor style (dark) {{{
|
||||
#if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
Cursor base03 base0
|
||||
#else
|
||||
Cursor base3 blue
|
||||
#endif
|
||||
# }}}
|
||||
# Diff mode (dark) {{{
|
||||
; }}}
|
||||
; Diff mode (dark) {{{
|
||||
#if get(g:, '@optionprefix_diffmode', '') ==# 'high'
|
||||
DiffAdd green none reverse
|
||||
DiffChange yellow none reverse
|
||||
@@ -104,8 +104,8 @@ Include: _dark_terminal.colortemplate
|
||||
DiffDelete red base02 bold
|
||||
DiffText blue base02 s=blue
|
||||
#endif
|
||||
# }}}
|
||||
# Structural elements (dark) {{{
|
||||
; }}}
|
||||
; Structural elements (dark) {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'low'
|
||||
StatusLine base02 base1 bold,reverse
|
||||
StatusLineNC base02 base01 reverse
|
||||
@@ -117,8 +117,8 @@ Include: _dark_terminal.colortemplate
|
||||
TabLineSel base2 base02
|
||||
NormalMode base02 base2 reverse
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (dark) {{{
|
||||
; }}}
|
||||
; Base groups (dark) {{{
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
@@ -146,8 +146,8 @@ Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
WildMenu base00 base2 reverse
|
||||
# }}}
|
||||
# Other conventional groups {{{
|
||||
; }}}
|
||||
; Other conventional groups {{{
|
||||
Comment base01 none italic
|
||||
Constant cyan none
|
||||
CursorIM none fg
|
||||
@@ -160,31 +160,31 @@ Statement green none
|
||||
Todo magenta none bold
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
# }}}
|
||||
# }}}
|
||||
# Additional highlight groups (dark) {{{
|
||||
# Normal is defined in the "Structural elements" section
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (dark) {{{
|
||||
; Normal is defined in the "Structural elements" section
|
||||
InsertMode base02 cyan bold,reverse
|
||||
ReplaceMode base02 orange bold,reverse
|
||||
VisualMode base02 magenta bold,reverse
|
||||
CommandMode base02 magenta bold,reverse
|
||||
# }}}
|
||||
# Neovim (dark) {{{
|
||||
; }}}
|
||||
; Neovim (dark) {{{
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
# }}}
|
||||
# Extra stuff (light) {{{
|
||||
; }}}
|
||||
; Extra stuff (light) {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
Background: light
|
||||
# Light color palette {{{
|
||||
# Color name GUI Base256 Base16
|
||||
; Light color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
Color: base2 #073642 236 0
|
||||
Color: red #dc322f 160 1
|
||||
Color: green #859900 106 2
|
||||
#Color:green #719e07 ~ 2
|
||||
;Color:green #719e07 ~ 2
|
||||
Color: yellow #b58900 136 3
|
||||
Color: blue #268bd2 32 4
|
||||
Color: magenta #d33682 162 5
|
||||
@@ -201,9 +201,9 @@ Color: base03 #fdf6e3 230 15
|
||||
Color: back #fdf6e3 230 15
|
||||
|
||||
Include: _light_terminal.colortemplate
|
||||
# }}}
|
||||
# Default highlight groups (light) {{{
|
||||
# Transparency (light) {{{
|
||||
; }}}
|
||||
; Default highlight groups (light) {{{
|
||||
; Transparency (light) {{{
|
||||
#if s:termtrans
|
||||
Normal base0 none
|
||||
CursorLine none none underline s=base01
|
||||
@@ -217,8 +217,8 @@ Include: _light_terminal.colortemplate
|
||||
ToolbarButton base1 base02 bold
|
||||
ToolbarLine none base02
|
||||
#endif
|
||||
# }}}
|
||||
# Visibility and cursor style (light) {{{
|
||||
; }}}
|
||||
; Visibility and cursor style (light) {{{
|
||||
#if get(g:, '@optionprefix_visibility', '') ==# 'high'
|
||||
#if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
Cursor base03 base0
|
||||
@@ -265,8 +265,8 @@ Include: _light_terminal.colortemplate
|
||||
SpellRare cyan none t=underline g=undercurl s=cyan
|
||||
Title orange none bold
|
||||
#endif
|
||||
# }}}
|
||||
# Diff mode (light) {{{
|
||||
; }}}
|
||||
; Diff mode (light) {{{
|
||||
#if get(g:, '@optionprefix_diffmode', '') ==# 'high'
|
||||
DiffAdd green none reverse
|
||||
DiffChange yellow none reverse
|
||||
@@ -283,8 +283,8 @@ Include: _light_terminal.colortemplate
|
||||
DiffDelete red base02 bold
|
||||
DiffText blue base02 s=blue
|
||||
#endif
|
||||
# }}}
|
||||
# Structural elements (light) {{{
|
||||
; }}}
|
||||
; Structural elements (light) {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'low'
|
||||
StatusLine base02 base1 bold,reverse
|
||||
StatusLineNC base02 base01 reverse
|
||||
@@ -296,8 +296,8 @@ Include: _light_terminal.colortemplate
|
||||
TabLineSel base2 base02
|
||||
NormalMode base02 base2 reverse
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (light) {{{
|
||||
; }}}
|
||||
; Base groups (light) {{{
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
@@ -324,8 +324,8 @@ Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
WildMenu base01 base03 reverse
|
||||
# }}}
|
||||
# Other conventional groups {{{
|
||||
; }}}
|
||||
; Other conventional groups {{{
|
||||
Comment base01 none italic
|
||||
Constant cyan none
|
||||
CursorIM none fg
|
||||
@@ -338,27 +338,27 @@ Statement green none
|
||||
Todo magenta none bold
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
# }}}
|
||||
# }}}
|
||||
# Additional highlight groups (light) {{{
|
||||
# Normal is defined in the "Structural elements" section
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (light) {{{
|
||||
; Normal is defined in the "Structural elements" section
|
||||
InsertMode base02 cyan bold,reverse
|
||||
ReplaceMode base02 orange bold,reverse
|
||||
VisualMode base02 magenta bold,reverse
|
||||
CommandMode base02 magenta bold,reverse
|
||||
# }}}
|
||||
# Neovim (light) {{{
|
||||
; }}}
|
||||
; Neovim (light) {{{
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
# }}}
|
||||
# Extra stuff (light) {{{
|
||||
; }}}
|
||||
; Extra stuff (light) {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
Background: any
|
||||
# B&W variant {{{
|
||||
; B&W variant {{{
|
||||
Include: _bw.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
|
||||
@@ -1,22 +1,22 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
|
||||
# Information {{{
|
||||
; Information {{{
|
||||
Full name: Solarized 8 High Contrast
|
||||
Short name: solarized8_high
|
||||
Include: _info.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
|
||||
Include: _global.colortemplate
|
||||
|
||||
Variant: gui 256 16
|
||||
|
||||
Background: dark
|
||||
# Dark color palette {{{
|
||||
# Color name GUI Base256 Base16
|
||||
; Dark color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
Color: base02 #073642 236 0
|
||||
Color: red #dc322f 160 1
|
||||
Color: green #859900 106 2
|
||||
#Color:green #719e07 ~ 2
|
||||
;Color:green #719e07 ~ 2
|
||||
Color: yellow #b58900 136 3
|
||||
Color: blue #268bd2 32 4
|
||||
Color: magenta #d33682 162 5
|
||||
@@ -33,9 +33,9 @@ Color: base2 #fdf6e3 230 15
|
||||
Color: base3 #fdf6e3 230 15
|
||||
|
||||
Include: _dark_terminal.colortemplate
|
||||
# }}}
|
||||
# Default highlight groups (dark) {{{
|
||||
# Transparency (dark) {{{
|
||||
; }}}
|
||||
; Default highlight groups (dark) {{{
|
||||
; Transparency (dark) {{{
|
||||
#if s:termtrans
|
||||
Normal base1 none
|
||||
FoldColumn fg none
|
||||
@@ -49,8 +49,8 @@ Include: _dark_terminal.colortemplate
|
||||
LineNr base01 base02
|
||||
Terminal fg back
|
||||
#endif
|
||||
# }}}
|
||||
# Visibility (dark) {{{
|
||||
; }}}
|
||||
; Visibility (dark) {{{
|
||||
#if get(g:, '@optionprefix_visibility', '') ==# 'high'
|
||||
CursorLineNr orange base02 bold
|
||||
NonText orange none bold
|
||||
@@ -79,8 +79,8 @@ Include: _dark_terminal.colortemplate
|
||||
SpellRare cyan none t=underline g=undercurl s=cyan
|
||||
Title orange none bold
|
||||
#endif
|
||||
# }}}
|
||||
# CursorLineNr transparency (dark) {{{
|
||||
; }}}
|
||||
; CursorLineNr transparency (dark) {{{
|
||||
Variant: gui
|
||||
verbatim
|
||||
if s:termtrans
|
||||
@@ -94,15 +94,15 @@ if s:termtrans
|
||||
endif
|
||||
endverbatim
|
||||
Variant: gui 256 16
|
||||
# }}}
|
||||
# Cursor style (dark) {{{
|
||||
; }}}
|
||||
; Cursor style (dark) {{{
|
||||
#if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
Cursor base03 base0
|
||||
#else
|
||||
Cursor base3 blue
|
||||
#endif
|
||||
# }}}
|
||||
# Diff mode (dark) {{{
|
||||
; }}}
|
||||
; Diff mode (dark) {{{
|
||||
#if get(g:, '@optionprefix_diffmode', '') ==# 'high'
|
||||
DiffAdd green none reverse
|
||||
DiffChange yellow none reverse
|
||||
@@ -119,8 +119,8 @@ Variant: gui 256 16
|
||||
DiffDelete red base02 bold
|
||||
DiffText blue base02 s=blue
|
||||
#endif
|
||||
# }}}
|
||||
# Structural elements (dark) {{{
|
||||
; }}}
|
||||
; Structural elements (dark) {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'low'
|
||||
StatusLine base01 base2 reverse
|
||||
StatusLineNC base01 base02 reverse
|
||||
@@ -143,8 +143,8 @@ Variant: gui 256 16
|
||||
TabLineSel base0 base02 reverse
|
||||
VertSplit base02 base01
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (dark) {{{
|
||||
; }}}
|
||||
; Base groups (dark) {{{
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
@@ -167,8 +167,8 @@ Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
WildMenu base2 base02 reverse
|
||||
# }}}
|
||||
# Other conventional groups (dark) {{{
|
||||
; }}}
|
||||
; Other conventional groups (dark) {{{
|
||||
Comment base00 none italic
|
||||
Constant cyan none
|
||||
Error red base3 bold,reverse
|
||||
@@ -180,37 +180,37 @@ Statement green none
|
||||
Todo magenta none bold
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
# See `:help lCursor`
|
||||
# See `:help CursorIM`
|
||||
; See `:help lCursor`
|
||||
; See `:help CursorIM`
|
||||
CursorIM none fg
|
||||
# See `:help window-toolbar`
|
||||
; See `:help window-toolbar`
|
||||
ToolbarLine none base02
|
||||
ToolbarButton base1 base02 bold
|
||||
# }}}
|
||||
# }}}
|
||||
# Additional highlight groups (dark) {{{
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (dark) {{{
|
||||
NormalMode base0 base3 reverse
|
||||
InsertMode cyan base3 reverse
|
||||
ReplaceMode orange base3 reverse
|
||||
VisualMode magenta base3 reverse
|
||||
CommandMode magenta base3 reverse
|
||||
# }}}
|
||||
# Neovim (dark) {{{
|
||||
; }}}
|
||||
; Neovim (dark) {{{
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
# }}}
|
||||
# Extra stuff (dark) {{{
|
||||
; }}}
|
||||
; Extra stuff (dark) {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
Background: light
|
||||
# Light color palette {{{
|
||||
# Color name GUI Base256 Base16
|
||||
; Light color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
Color: base1 #073642 236 0
|
||||
Color: red #dc322f 160 1
|
||||
Color: green #859900 106 2
|
||||
#Color:green #719e07 ~ 2
|
||||
;Color:green #719e07 ~ 2
|
||||
Color: yellow #b58900 136 3
|
||||
Color: blue #268bd2 32 4
|
||||
Color: magenta #d33682 162 5
|
||||
@@ -227,9 +227,9 @@ Color: base03 #fdf6e3 230 15
|
||||
Color: back #fdf6e3 230 15
|
||||
|
||||
Include: _light_terminal.colortemplate
|
||||
# }}}
|
||||
# Default highlight groups (light) {{{
|
||||
# Transparency (light) {{{
|
||||
; }}}
|
||||
; Default highlight groups (light) {{{
|
||||
; Transparency (light) {{{
|
||||
#if s:termtrans
|
||||
Normal base1 none
|
||||
FoldColumn base0 none
|
||||
@@ -243,8 +243,8 @@ Include: _light_terminal.colortemplate
|
||||
LineNr base01 base02
|
||||
Terminal fg back
|
||||
#endif
|
||||
# }}}
|
||||
# Visibility and cursor style (light) {{{
|
||||
; }}}
|
||||
; Visibility and cursor style (light) {{{
|
||||
#if get(g:, '@optionprefix_visibility', '') ==# 'high'
|
||||
CursorLineNr red base02 bold
|
||||
#if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
@@ -291,8 +291,8 @@ Include: _light_terminal.colortemplate
|
||||
SpellRare cyan none t=underline g=undercurl s=cyan
|
||||
Title orange none bold
|
||||
#endif
|
||||
# }}}
|
||||
# CursorLineNr transparency (light) {{{
|
||||
; }}}
|
||||
; CursorLineNr transparency (light) {{{
|
||||
Variant: gui
|
||||
verbatim
|
||||
if s:termtrans
|
||||
@@ -306,8 +306,8 @@ if s:termtrans
|
||||
endif
|
||||
endverbatim
|
||||
Variant: gui 256 16
|
||||
# }}}
|
||||
# Diff mode (light) {{{
|
||||
; }}}
|
||||
; Diff mode (light) {{{
|
||||
#if get(g:, '@optionprefix_diffmode', '') ==# 'high'
|
||||
DiffAdd green none reverse
|
||||
DiffChange yellow none reverse
|
||||
@@ -324,8 +324,8 @@ Variant: gui 256 16
|
||||
DiffDelete red base02 bold
|
||||
DiffText blue base02 s=blue
|
||||
#endif
|
||||
# }}}
|
||||
# Structural elements (light) {{{
|
||||
; }}}
|
||||
; Structural elements (light) {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'low'
|
||||
StatusLine base01 base03 reverse
|
||||
StatusLineNC base01 base1 reverse
|
||||
@@ -351,8 +351,8 @@ Variant: gui 256 16
|
||||
VertSplit base1 base01
|
||||
WildMenu base00 base03 reverse
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (light) {{{
|
||||
; }}}
|
||||
; Base groups (light) {{{
|
||||
ColorColumn none base02
|
||||
Conceal blue none
|
||||
CursorColumn none base02
|
||||
@@ -373,8 +373,8 @@ SignColumn base0 none
|
||||
Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
# }}}
|
||||
# Other conventional groups (light) {{{
|
||||
; }}}
|
||||
; Other conventional groups (light) {{{
|
||||
Comment base00 none italic
|
||||
Constant cyan none
|
||||
CursorIM none fg
|
||||
@@ -389,27 +389,27 @@ ToolbarButton base1 base02 bold
|
||||
ToolbarLine none base02
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
# }}}
|
||||
# }}}
|
||||
# Additional highlight groups (light) {{{
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (light) {{{
|
||||
NormalMode base1 base03 reverse
|
||||
InsertMode cyan base03 reverse
|
||||
ReplaceMode orange base03 reverse
|
||||
VisualMode magenta base03 reverse
|
||||
CommandMode magenta base03 reverse
|
||||
# }}}
|
||||
# Neovim (light) {{{
|
||||
; }}}
|
||||
; Neovim (light) {{{
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
# }}}
|
||||
# Extra stuff (light) {{{
|
||||
; }}}
|
||||
; Extra stuff (light) {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
Background: any
|
||||
# B&W variant {{{
|
||||
; B&W variant {{{
|
||||
Include: _bw.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
|
||||
@@ -1,23 +1,23 @@
|
||||
# vim: ft=colortemplate fdm=marker
|
||||
; vim: ft=colortemplate fdm=marker
|
||||
|
||||
# Information {{{
|
||||
; Information {{{
|
||||
Full name: Solarized 8 Low Contrast
|
||||
Short name: solarized8_low
|
||||
Include: _info.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
|
||||
Include: _global.colortemplate
|
||||
|
||||
Variant: gui 256 16
|
||||
|
||||
Background: dark
|
||||
# Dark color palette {{{
|
||||
# Color name GUI Base256 Base16
|
||||
; Dark color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
Color: base02 #073642 239 0
|
||||
Color: back #073642 236 0
|
||||
Color: red #dc322f 160 1
|
||||
Color: green #859900 106 2
|
||||
#Color:green #719e07 ~ 2
|
||||
;Color:green #719e07 ~ 2
|
||||
Color: yellow #b58900 136 3
|
||||
Color: blue #268bd2 32 4
|
||||
Color: magenta #d33682 162 5
|
||||
@@ -33,9 +33,9 @@ Color: base1 #93a1a1 247 14
|
||||
Color: base3 #fdf6e3 230 15
|
||||
|
||||
Include: _dark_terminal.colortemplate
|
||||
# }}}
|
||||
# Default highlight groups (dark) {{{
|
||||
# Transparency (dark) {{{
|
||||
; }}}
|
||||
; Default highlight groups (dark) {{{
|
||||
; Transparency (dark) {{{
|
||||
#if s:termtrans
|
||||
Normal base0 none
|
||||
FoldColumn fg none
|
||||
@@ -53,8 +53,8 @@ Include: _dark_terminal.colortemplate
|
||||
ToolbarButton base1 base02 bold
|
||||
ToolbarLine none base02
|
||||
#endif
|
||||
# }}}
|
||||
# Visibility (dark) {{{
|
||||
; }}}
|
||||
; Visibility (dark) {{{
|
||||
#if get(g:, '@optionprefix_visibility', '') ==# 'high'
|
||||
CursorLineNr orange base02 bold
|
||||
NonText orange none bold
|
||||
@@ -83,8 +83,8 @@ Include: _dark_terminal.colortemplate
|
||||
SpellRare cyan none t=underline g=undercurl s=cyan
|
||||
Title orange none bold
|
||||
#endif
|
||||
# }}}
|
||||
# CursorLineNr transparency (dark) {{{
|
||||
; }}}
|
||||
; CursorLineNr transparency (dark) {{{
|
||||
Variant: gui
|
||||
verbatim
|
||||
if s:termtrans
|
||||
@@ -98,15 +98,15 @@ if s:termtrans
|
||||
endif
|
||||
endverbatim
|
||||
Variant: gui 256 16
|
||||
# }}}
|
||||
# Cursor style (dark) {{{
|
||||
; }}}
|
||||
; Cursor style (dark) {{{
|
||||
#if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
Cursor base03 base0
|
||||
#else
|
||||
Cursor base3 blue
|
||||
#endif
|
||||
# }}}
|
||||
# Diff mode (dark) {{{
|
||||
; }}}
|
||||
; Diff mode (dark) {{{
|
||||
#if get(g:, '@optionprefix_diffmode', '') ==# 'high'
|
||||
DiffAdd green none reverse
|
||||
DiffChange yellow none reverse
|
||||
@@ -123,8 +123,8 @@ Variant: gui 256 16
|
||||
DiffDelete red base02 bold
|
||||
DiffText blue base02 s=blue
|
||||
#endif
|
||||
# }}}
|
||||
# Structural elements (dark) {{{
|
||||
; }}}
|
||||
; Structural elements (dark) {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'low'
|
||||
StatusLine base01 base2 reverse
|
||||
StatusLineNC base01 base1 reverse
|
||||
@@ -147,8 +147,8 @@ Variant: gui 256 16
|
||||
TabLineSel base0 base02 reverse
|
||||
VertSplit base1 base01
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (dark) {{{
|
||||
; }}}
|
||||
; Base groups (dark) {{{
|
||||
ColorColumn none base01
|
||||
Conceal blue none
|
||||
CursorColumn none base01
|
||||
@@ -171,8 +171,8 @@ Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
WildMenu base2 base02 reverse
|
||||
# }}}
|
||||
# Other conventional groups (dark) {{{
|
||||
; }}}
|
||||
; Other conventional groups (dark) {{{
|
||||
Comment base01 none italic
|
||||
Constant cyan none
|
||||
CursorIM none fg
|
||||
@@ -185,27 +185,27 @@ Statement green none
|
||||
Todo magenta none bold
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
# }}}
|
||||
# }}}
|
||||
# Additional highlight groups (dark) {{{
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (dark) {{{
|
||||
NormalMode base0 base3 reverse
|
||||
InsertMode cyan base3 reverse
|
||||
ReplaceMode orange base3 reverse
|
||||
VisualMode magenta base3 reverse
|
||||
CommandMode magenta base3 reverse
|
||||
# }}}
|
||||
# Extra stuff (dark) {{{
|
||||
; }}}
|
||||
; Extra stuff (dark) {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
Background: light
|
||||
# Light color palette {{{
|
||||
# Color name GUI Base256 Base16
|
||||
; Light color palette {{{
|
||||
; Color name GUI Base256 Base16
|
||||
Color: base2 #073642 236 0
|
||||
Color: red #dc322f 160 1
|
||||
Color: green #859900 106 2
|
||||
#Color:green #719e07 ~ 2
|
||||
;Color:green #719e07 ~ 2
|
||||
Color: yellow #b58900 136 3
|
||||
Color: blue #268bd2 32 4
|
||||
Color: magenta #d33682 162 5
|
||||
@@ -222,9 +222,9 @@ Color: base01 #93a1a1 247 14
|
||||
Color: base03 #fdf6e3 230 15
|
||||
|
||||
Include: _light_terminal.colortemplate
|
||||
# }}}
|
||||
# Default highlight groups (light) {{{
|
||||
# Transparency (light) {{{
|
||||
; }}}
|
||||
; Default highlight groups (light) {{{
|
||||
; Transparency (light) {{{
|
||||
#if s:termtrans
|
||||
Normal base0 none
|
||||
FoldColumn base0 none
|
||||
@@ -242,8 +242,8 @@ Include: _light_terminal.colortemplate
|
||||
ToolbarButton base1 base02 bold
|
||||
ToolbarLine none base02
|
||||
#endif
|
||||
# }}}
|
||||
# Visibility and cursor style (light) {{{
|
||||
; }}}
|
||||
; Visibility and cursor style (light) {{{
|
||||
#if get(g:, '@optionprefix_visibility', '') ==# 'high'
|
||||
CursorLineNr red base02 bold
|
||||
#if get(g:, '@optionprefix_old_cursor_style', 0)
|
||||
@@ -290,8 +290,8 @@ Include: _light_terminal.colortemplate
|
||||
SpellRare cyan none t=underline g=undercurl s=cyan
|
||||
Title orange none bold
|
||||
#endif
|
||||
# }}}
|
||||
# CursorLineNr transparency (light) {{{
|
||||
; }}}
|
||||
; CursorLineNr transparency (light) {{{
|
||||
Variant: gui
|
||||
verbatim
|
||||
if s:termtrans
|
||||
@@ -305,8 +305,8 @@ if s:termtrans
|
||||
endif
|
||||
endverbatim
|
||||
Variant: gui 256 16
|
||||
# }}}
|
||||
# Diff mode (light) {{{
|
||||
; }}}
|
||||
; Diff mode (light) {{{
|
||||
#if get(g:, '@optionprefix_diffmode', '') ==# 'high'
|
||||
DiffAdd green none reverse
|
||||
DiffChange yellow none reverse
|
||||
@@ -323,8 +323,8 @@ Variant: gui 256 16
|
||||
DiffDelete red base02 bold
|
||||
DiffText blue base02 s=blue
|
||||
#endif
|
||||
# }}}
|
||||
# Structural elements (light) {{{
|
||||
; }}}
|
||||
; Structural elements (light) {{{
|
||||
#if get(g:, '@optionprefix_statusline', '') ==# 'low'
|
||||
StatusLine base01 base02 reverse
|
||||
StatusLineNC base01 base1 reverse
|
||||
@@ -350,8 +350,8 @@ Variant: gui 256 16
|
||||
VertSplit base1 base01
|
||||
WildMenu base00 base02 reverse
|
||||
#endif
|
||||
# }}}
|
||||
# Base groups (light) {{{
|
||||
; }}}
|
||||
; Base groups (light) {{{
|
||||
ColorColumn base02 base01
|
||||
Conceal blue none
|
||||
CursorColumn base02 base01
|
||||
@@ -372,8 +372,8 @@ SignColumn base0 none
|
||||
Visual base01 base03 reverse
|
||||
VisualNOS none base02 reverse
|
||||
WarningMsg orange none bold
|
||||
# }}}
|
||||
# Other conventional groups (light) {{{
|
||||
; }}}
|
||||
; Other conventional groups (light) {{{
|
||||
Comment base01 none italic
|
||||
Constant cyan none
|
||||
CursorIM none fg
|
||||
@@ -386,27 +386,27 @@ Statement green none
|
||||
Todo magenta none bold
|
||||
Type yellow none
|
||||
Underlined violet none
|
||||
# }}}
|
||||
# }}}
|
||||
# Additional highlight groups (light) {{{
|
||||
; }}}
|
||||
; }}}
|
||||
; Additional highlight groups (light) {{{
|
||||
NormalMode base1 base03 reverse
|
||||
InsertMode cyan base03 reverse
|
||||
ReplaceMode orange base03 reverse
|
||||
VisualMode magenta base03 reverse
|
||||
CommandMode magenta base03 reverse
|
||||
# }}}
|
||||
# Neovim (light) {{{
|
||||
; }}}
|
||||
; Neovim (light) {{{
|
||||
TermCursor -> Cursor
|
||||
TermCursorNC base03 base01
|
||||
# }}}
|
||||
# Extra stuff (light) {{{
|
||||
; }}}
|
||||
; Extra stuff (light) {{{
|
||||
Include: _extra.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
Background: any
|
||||
# B&W variant {{{
|
||||
; B&W variant {{{
|
||||
Include: _bw.colortemplate
|
||||
# }}}
|
||||
; }}}
|
||||
Include: _cleanup.colortemplate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user