-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v9 - Hanekawa, Shima Rin, Nagatoro, Yumeko, & Yuno (#16)
* v9 - Hanekawa, Shima Rin, Nagatoro, Yumeko, & Yuno * Updated changelog
- Loading branch information
1 parent
0b782ed
commit 2ba441d
Showing
135 changed files
with
3,908 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
if gasai_yuno#should_abort() | ||
finish | ||
endif | ||
|
||
" Fzf: | ||
if exists('g:loaded_fzf') && ! exists('g:fzf_colors') | ||
let g:fzf_colors = { | ||
\ 'fg': ['fg', 'Normal'], | ||
\ 'bg': ['bg', 'Normal'], | ||
\ 'hl': ['fg', 'Search'], | ||
\ 'fg+': ['fg', 'Normal'], | ||
\ 'bg+': ['bg', 'Normal'], | ||
\ 'hl+': ['fg', 'GasaiYunoParameter'], | ||
\ 'info': ['fg', 'GasaiYunoConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'GasaiYunoClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError GasaiYunoErrorLine | ||
hi! link ALEWarning GasaiYunoWarnLine | ||
hi! link ALEInfo GasaiYunoInfoLine | ||
|
||
hi! link ALEErrorSign GasaiYunoRed | ||
hi! link ALEWarningSign GasaiYunoParameter | ||
hi! link ALEInfoSign GasaiYunoKeyColor | ||
|
||
hi! link ALEVirtualTextError Comment | ||
hi! link ALEVirtualTextWarning Comment | ||
endif | ||
" }}} | ||
" CtrlP: | ||
if exists('g:loaded_ctrlp') | ||
hi! link CtrlPMatch IncSearch | ||
hi! link CtrlPBufferHid Normal | ||
endif | ||
" }}} | ||
|
||
" vim: fdm=marker ts=2 sts=2 sw=2 fdl=0: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
if hanekawa_tsubasa#should_abort() | ||
finish | ||
endif | ||
|
||
" Fzf: | ||
if exists('g:loaded_fzf') && ! exists('g:fzf_colors') | ||
let g:fzf_colors = { | ||
\ 'fg': ['fg', 'Normal'], | ||
\ 'bg': ['bg', 'Normal'], | ||
\ 'hl': ['fg', 'Search'], | ||
\ 'fg+': ['fg', 'Normal'], | ||
\ 'bg+': ['bg', 'Normal'], | ||
\ 'hl+': ['fg', 'HanekawaTsubasaParameter'], | ||
\ 'info': ['fg', 'HanekawaTsubasaConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'HanekawaTsubasaClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError HanekawaTsubasaErrorLine | ||
hi! link ALEWarning HanekawaTsubasaWarnLine | ||
hi! link ALEInfo HanekawaTsubasaInfoLine | ||
|
||
hi! link ALEErrorSign HanekawaTsubasaRed | ||
hi! link ALEWarningSign HanekawaTsubasaParameter | ||
hi! link ALEInfoSign HanekawaTsubasaKeyColor | ||
|
||
hi! link ALEVirtualTextError Comment | ||
hi! link ALEVirtualTextWarning Comment | ||
endif | ||
" }}} | ||
" CtrlP: | ||
if exists('g:loaded_ctrlp') | ||
hi! link CtrlPMatch IncSearch | ||
hi! link CtrlPBufferHid Normal | ||
endif | ||
" }}} | ||
|
||
" vim: fdm=marker ts=2 sts=2 sw=2 fdl=0: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
if hayase_nagatoro#should_abort() | ||
finish | ||
endif | ||
|
||
" Fzf: | ||
if exists('g:loaded_fzf') && ! exists('g:fzf_colors') | ||
let g:fzf_colors = { | ||
\ 'fg': ['fg', 'Normal'], | ||
\ 'bg': ['bg', 'Normal'], | ||
\ 'hl': ['fg', 'Search'], | ||
\ 'fg+': ['fg', 'Normal'], | ||
\ 'bg+': ['bg', 'Normal'], | ||
\ 'hl+': ['fg', 'HayaseNagatoroParameter'], | ||
\ 'info': ['fg', 'HayaseNagatoroConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'HayaseNagatoroClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError HayaseNagatoroErrorLine | ||
hi! link ALEWarning HayaseNagatoroWarnLine | ||
hi! link ALEInfo HayaseNagatoroInfoLine | ||
|
||
hi! link ALEErrorSign HayaseNagatoroRed | ||
hi! link ALEWarningSign HayaseNagatoroParameter | ||
hi! link ALEInfoSign HayaseNagatoroKeyColor | ||
|
||
hi! link ALEVirtualTextError Comment | ||
hi! link ALEVirtualTextWarning Comment | ||
endif | ||
" }}} | ||
" CtrlP: | ||
if exists('g:loaded_ctrlp') | ||
hi! link CtrlPMatch IncSearch | ||
hi! link CtrlPBufferHid Normal | ||
endif | ||
" }}} | ||
|
||
" vim: fdm=marker ts=2 sts=2 sw=2 fdl=0: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
if jabami_yumeko#should_abort() | ||
finish | ||
endif | ||
|
||
" Fzf: | ||
if exists('g:loaded_fzf') && ! exists('g:fzf_colors') | ||
let g:fzf_colors = { | ||
\ 'fg': ['fg', 'Normal'], | ||
\ 'bg': ['bg', 'Normal'], | ||
\ 'hl': ['fg', 'Search'], | ||
\ 'fg+': ['fg', 'Normal'], | ||
\ 'bg+': ['bg', 'Normal'], | ||
\ 'hl+': ['fg', 'JabamiYumekoParameter'], | ||
\ 'info': ['fg', 'JabamiYumekoConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'JabamiYumekoClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError JabamiYumekoErrorLine | ||
hi! link ALEWarning JabamiYumekoWarnLine | ||
hi! link ALEInfo JabamiYumekoInfoLine | ||
|
||
hi! link ALEErrorSign JabamiYumekoRed | ||
hi! link ALEWarningSign JabamiYumekoParameter | ||
hi! link ALEInfoSign JabamiYumekoKeyColor | ||
|
||
hi! link ALEVirtualTextError Comment | ||
hi! link ALEVirtualTextWarning Comment | ||
endif | ||
" }}} | ||
" CtrlP: | ||
if exists('g:loaded_ctrlp') | ||
hi! link CtrlPMatch IncSearch | ||
hi! link CtrlPBufferHid Normal | ||
endif | ||
" }}} | ||
|
||
" vim: fdm=marker ts=2 sts=2 sw=2 fdl=0: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
if shima_rin#should_abort() | ||
finish | ||
endif | ||
|
||
" Fzf: | ||
if exists('g:loaded_fzf') && ! exists('g:fzf_colors') | ||
let g:fzf_colors = { | ||
\ 'fg': ['fg', 'Normal'], | ||
\ 'bg': ['bg', 'Normal'], | ||
\ 'hl': ['fg', 'Search'], | ||
\ 'fg+': ['fg', 'Normal'], | ||
\ 'bg+': ['bg', 'Normal'], | ||
\ 'hl+': ['fg', 'ShimaRinParameter'], | ||
\ 'info': ['fg', 'ShimaRinConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'ShimaRinClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError ShimaRinErrorLine | ||
hi! link ALEWarning ShimaRinWarnLine | ||
hi! link ALEInfo ShimaRinInfoLine | ||
|
||
hi! link ALEErrorSign ShimaRinRed | ||
hi! link ALEWarningSign ShimaRinParameter | ||
hi! link ALEInfoSign ShimaRinKeyColor | ||
|
||
hi! link ALEVirtualTextError Comment | ||
hi! link ALEVirtualTextWarning Comment | ||
endif | ||
" }}} | ||
" CtrlP: | ||
if exists('g:loaded_ctrlp') | ||
hi! link CtrlPMatch IncSearch | ||
hi! link CtrlPBufferHid Normal | ||
endif | ||
" }}} | ||
|
||
" vim: fdm=marker ts=2 sts=2 sw=2 fdl=0: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
if gasai_yuno#should_abort('css') | ||
finish | ||
endif | ||
|
||
hi! link cssAttrComma Delimiter | ||
hi! link cssAttrRegion GasaiYunoKeyword | ||
hi! link cssAttributeSelector GasaiYunoClassNameItalic | ||
hi! link cssBraces Delimiter | ||
hi! link cssFunctionComma Delimiter | ||
hi! link cssNoise GasaiYunoKeyword | ||
hi! link cssProp GasaiYunoKeyColor | ||
hi! link cssPseudoClass GasaiYunoKeyword | ||
hi! link cssPseudoClassId GasaiYunoClassNameItalic | ||
hi! link cssUnitDecorators GasaiYunoKeyword | ||
hi! link cssVendor GasaiYunoClassNameItalic |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
if gasai_yuno#should_abort('gitcommit') | ||
finish | ||
endif | ||
|
||
" The following two are misnomers. Colors are correct. | ||
hi! link diffFile GasaiYunoClassName | ||
hi! link diffNewFile GasaiYunoRed | ||
|
||
hi! link diffAdded GasaiYunoClassName | ||
hi! link diffLine GasaiYunoKeyColorItalic | ||
hi! link diffRemoved GasaiYunoRed | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
if gasai_yuno#should_abort('html') | ||
finish | ||
endif | ||
|
||
hi! link htmlTag GasaiYunoFg | ||
hi! link htmlArg GasaiYunoClassNameItalic | ||
hi! link htmlTitle GasaiYunoFg | ||
hi! link htmlH1 GasaiYunoFg | ||
hi! link htmlSpecialChar GasaiYunoConstants |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
if gasai_yuno#should_abort('javascript') | ||
finish | ||
endif | ||
|
||
hi! link javaScriptBraces Delimiter | ||
hi! link javaScriptNumber Constant | ||
hi! link javaScriptNull Constant | ||
hi! link javaScriptFunction Keyword | ||
|
||
" pangloss/vim-javascript | ||
|
||
hi! link jsArrowFunction Operator | ||
hi! link jsClassMethodType Keyword | ||
hi! link jsDestructuringAssignment GasaiYunoParameterItalic | ||
hi! link jsDocParam GasaiYunoParameterItalic | ||
hi! link jsDocTags Keyword | ||
hi! link jsDocType Type | ||
hi! link jsDocTypeBrackets GasaiYunoKeyColor | ||
hi! link jsFuncArgOperator Operator | ||
hi! link jsFunction Keyword | ||
hi! link jsTemplateBraces Special | ||
|
||
"}}} | ||
|
||
" vim: fdm=marker ts=2 sts=2 sw=2 fdl=0: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
if gasai_yuno#should_abort('json') | ||
finish | ||
endif | ||
|
||
hi! link jsonKeyword GasaiYunoKeyColor | ||
hi! link jsonKeywordMatch GasaiYunoKeyword |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
if gasai_yuno#should_abort('lua') | ||
finish | ||
endif | ||
|
||
hi! link luaFunc GasaiYunoKeyColor | ||
hi! link luaTable GasaiYunoFg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
if gasai_yuno#should_abort('markdown', 'mkd') | ||
finish | ||
endif | ||
|
||
if b:current_syntax ==# 'mkd' | ||
" plasticboy/vim-markdown | ||
hi! link htmlBold GasaiYunoParameterBold | ||
hi! link htmlBoldItalic GasaiYunoParameterBoldItalic | ||
hi! link htmlH1 GasaiYunoConstantsBold | ||
hi! link htmlItalic GasaiYunoStringColorItalic | ||
hi! link mkdBlockquote GasaiYunoStringColorItalic | ||
hi! link mkdBold GasaiYunoParameterBold | ||
hi! link mkdBoldItalic GasaiYunoParameterBoldItalic | ||
hi! link mkdCode GasaiYunoClassName | ||
hi! link mkdCodeEnd GasaiYunoClassName | ||
hi! link mkdCodeStart GasaiYunoClassName | ||
hi! link mkdHeading GasaiYunoConstantsBold | ||
hi! link mkdInlineUrl GasaiYunoLink | ||
hi! link mkdItalic GasaiYunoStringColorItalic | ||
hi! link mkdLink GasaiYunoKeyword | ||
hi! link mkdListItem GasaiYunoKeyColor | ||
hi! link mkdRule GasaiYunoComment | ||
hi! link mkdUrl GasaiYunoLink | ||
"}}}1 | ||
elseif b:current_syntax ==# 'markdown' | ||
" Builtin: | ||
hi! link markdownBlockquote GasaiYunoKeyColor | ||
hi! link markdownBold GasaiYunoParameterBold | ||
hi! link markdownBoldItalic GasaiYunoParameterBoldItalic | ||
hi! link markdownCodeBlock GasaiYunoClassName | ||
hi! link markdownCode GasaiYunoClassName | ||
hi! link markdownCodeDelimiter GasaiYunoClassName | ||
hi! link markdownH1 GasaiYunoConstantsBold | ||
hi! link markdownH2 markdownH1 | ||
hi! link markdownH3 markdownH1 | ||
hi! link markdownH4 markdownH1 | ||
hi! link markdownH5 markdownH1 | ||
hi! link markdownH6 markdownH1 | ||
hi! link markdownHeadingDelimiter markdownH1 | ||
hi! link markdownHeadingRule markdownH1 | ||
hi! link markdownItalic GasaiYunoStringColorItalic | ||
hi! link markdownLinkText GasaiYunoKeyword | ||
hi! link markdownListMarker GasaiYunoKeyColor | ||
hi! link markdownOrderedListMarker GasaiYunoKeyColor | ||
hi! link markdownRule GasaiYunoComment | ||
hi! link markdownUrl GasaiYunoLink | ||
"}}} | ||
endif | ||
|
||
" vim: fdm=marker ts=2 sts=2 sw=2 fdl=0: |
Oops, something went wrong.