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,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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user