mirror of
https://github.com/lifepillar/vim-solarized8.git
synced 2025-12-10 07:46:58 +00:00
Factor out linked groups.
This commit is contained in:
30
templates/_linked_groups.colortemplate
Normal file
30
templates/_linked_groups.colortemplate
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
# vim: ft=colortemplate fdm=marker
|
||||||
|
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
|
||||||
|
|
||||||
@@ -18,36 +18,7 @@ Include: _help.colortemplate
|
|||||||
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
||||||
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
||||||
|
|
||||||
# Common linked groups {{{
|
Include: _linked_groups.colortemplate
|
||||||
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
|
Variant: gui 256 16
|
||||||
|
|
||||||
|
|||||||
@@ -15,36 +15,7 @@ Neovim: yes
|
|||||||
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
||||||
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
||||||
|
|
||||||
# Common linked groups {{{
|
Include: _linked_groups.colortemplate
|
||||||
QuickFixLine -> Search
|
|
||||||
StatusLineTerm -> StatusLine
|
|
||||||
StatusLineTermNC -> StatusLineNC
|
|
||||||
Boolean -> Constant
|
|
||||||
Character -> Constant
|
|
||||||
Conditional -> Statement
|
|
||||||
Define -> PreProc
|
|
||||||
Debug -> Special
|
|
||||||
Delimiter -> Special
|
|
||||||
Exception -> Statement
|
|
||||||
Float -> Constant
|
|
||||||
Function -> Identifier
|
|
||||||
Include -> PreProc
|
|
||||||
Keyword -> Statement
|
|
||||||
Label -> Statement
|
|
||||||
Macro -> PreProc
|
|
||||||
Number -> Constant
|
|
||||||
Operator -> Statement
|
|
||||||
PreCondit -> PreProc
|
|
||||||
Repeat -> Statement
|
|
||||||
SpecialChar -> Special
|
|
||||||
SpecialComment -> Special
|
|
||||||
StorageClass -> Type
|
|
||||||
String -> Constant
|
|
||||||
Structure -> Type
|
|
||||||
Tag -> Special
|
|
||||||
Typedef -> Type
|
|
||||||
lCursor -> Cursor
|
|
||||||
# }}}
|
|
||||||
|
|
||||||
Variant: gui 256 16
|
Variant: gui 256 16
|
||||||
|
|
||||||
|
|||||||
@@ -14,36 +14,7 @@ License: OSI approved MIT license
|
|||||||
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
||||||
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
||||||
|
|
||||||
# Common linked groups {{{
|
Include: _linked_groups.colortemplate
|
||||||
QuickFixLine -> Search
|
|
||||||
StatusLineTerm -> StatusLine
|
|
||||||
StatusLineTermNC -> StatusLineNC
|
|
||||||
Boolean -> Constant
|
|
||||||
Character -> Constant
|
|
||||||
Conditional -> Statement
|
|
||||||
Define -> PreProc
|
|
||||||
Debug -> Special
|
|
||||||
Delimiter -> Special
|
|
||||||
Exception -> Statement
|
|
||||||
Float -> Constant
|
|
||||||
Function -> Identifier
|
|
||||||
Include -> PreProc
|
|
||||||
Keyword -> Statement
|
|
||||||
Label -> Statement
|
|
||||||
Macro -> PreProc
|
|
||||||
Number -> Constant
|
|
||||||
Operator -> Statement
|
|
||||||
PreCondit -> PreProc
|
|
||||||
Repeat -> Statement
|
|
||||||
SpecialChar -> Special
|
|
||||||
SpecialComment -> Special
|
|
||||||
StorageClass -> Type
|
|
||||||
String -> Constant
|
|
||||||
Structure -> Type
|
|
||||||
Tag -> Special
|
|
||||||
Typedef -> Type
|
|
||||||
lCursor -> Cursor
|
|
||||||
# }}}
|
|
||||||
|
|
||||||
Variant: gui 256 16
|
Variant: gui 256 16
|
||||||
|
|
||||||
|
|||||||
@@ -14,36 +14,7 @@ License: OSI approved MIT license
|
|||||||
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
#let s:italics = s:italics && get(g:, '@optionprefix_italics', 1)
|
||||||
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
#let s:termtrans = get(g:, '@optionprefix_termtrans', 0) && !has('gui_running')
|
||||||
|
|
||||||
# Common linked groups {{{
|
Include: _linked_groups.colortemplate
|
||||||
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: 256 gui 16
|
Variant: 256 gui 16
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user