mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 15:57:02 +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 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user