-
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.
v12 - KillLaKill Alt. Themes & Only for Onii-chan (#23)
- Loading branch information
1 parent
db50308
commit f1ef4c0
Showing
219 changed files
with
5,111 additions
and
1,189 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
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 ryuko_dark#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', 'RyukoDarkParameter'], | ||
\ 'info': ['fg', 'RyukoDarkConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'RyukoDarkClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError RyukoDarkErrorLine | ||
hi! link ALEWarning RyukoDarkWarnLine | ||
hi! link ALEInfo RyukoDarkInfoLine | ||
|
||
hi! link ALEErrorSign RyukoDarkRed | ||
hi! link ALEWarningSign RyukoDarkParameter | ||
hi! link ALEInfoSign RyukoDarkKeyColor | ||
|
||
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 ryuko_light#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', 'RyukoLightParameter'], | ||
\ 'info': ['fg', 'RyukoLightConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'RyukoLightClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError RyukoLightErrorLine | ||
hi! link ALEWarning RyukoLightWarnLine | ||
hi! link ALEInfo RyukoLightInfoLine | ||
|
||
hi! link ALEErrorSign RyukoLightRed | ||
hi! link ALEWarningSign RyukoLightParameter | ||
hi! link ALEInfoSign RyukoLightKeyColor | ||
|
||
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
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 satsuki_dark#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', 'SatsukiDarkParameter'], | ||
\ 'info': ['fg', 'SatsukiDarkConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'SatsukiDarkClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError SatsukiDarkErrorLine | ||
hi! link ALEWarning SatsukiDarkWarnLine | ||
hi! link ALEInfo SatsukiDarkInfoLine | ||
|
||
hi! link ALEErrorSign SatsukiDarkRed | ||
hi! link ALEWarningSign SatsukiDarkParameter | ||
hi! link ALEInfoSign SatsukiDarkKeyColor | ||
|
||
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 satsuki_light#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', 'SatsukiLightParameter'], | ||
\ 'info': ['fg', 'SatsukiLightConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'SatsukiLightClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError SatsukiLightErrorLine | ||
hi! link ALEWarning SatsukiLightWarnLine | ||
hi! link ALEInfo SatsukiLightInfoLine | ||
|
||
hi! link ALEErrorSign SatsukiLightRed | ||
hi! link ALEWarningSign SatsukiLightParameter | ||
hi! link ALEInfoSign SatsukiLightKeyColor | ||
|
||
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 shigure#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', 'ShigureParameter'], | ||
\ 'info': ['fg', 'ShigureConstants'], | ||
\ 'border': ['fg', 'Ignore'], | ||
\ 'prompt': ['fg', 'ShigureClassName'], | ||
\ 'pointer': ['fg', 'Exception'], | ||
\ 'marker': ['fg', 'Keyword'], | ||
\ 'spinner': ['fg', 'Label'], | ||
\ 'header': ['fg', 'Comment'], | ||
\} | ||
endif | ||
"}}} | ||
" ALE: | ||
if exists('g:ale_enabled') | ||
hi! link ALEError ShigureErrorLine | ||
hi! link ALEWarning ShigureWarnLine | ||
hi! link ALEInfo ShigureInfoLine | ||
|
||
hi! link ALEErrorSign ShigureRed | ||
hi! link ALEWarningSign ShigureParameter | ||
hi! link ALEInfoSign ShigureKeyColor | ||
|
||
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 kirino#should_abort('css') | ||
finish | ||
endif | ||
|
||
hi! link cssAttrComma Delimiter | ||
hi! link cssAttrRegion KirinoKeyword | ||
hi! link cssAttributeSelector KirinoClassNameItalic | ||
hi! link cssBraces Delimiter | ||
hi! link cssFunctionComma Delimiter | ||
hi! link cssNoise KirinoKeyword | ||
hi! link cssProp KirinoKeyColor | ||
hi! link cssPseudoClass KirinoKeyword | ||
hi! link cssPseudoClassId KirinoClassNameItalic | ||
hi! link cssUnitDecorators KirinoKeyword | ||
hi! link cssVendor KirinoClassNameItalic |
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 kirino#should_abort('gitcommit') | ||
finish | ||
endif | ||
|
||
" The following two are misnomers. Colors are correct. | ||
hi! link diffFile KirinoClassName | ||
hi! link diffNewFile KirinoRed | ||
|
||
hi! link diffAdded KirinoClassName | ||
hi! link diffLine KirinoKeyColorItalic | ||
hi! link diffRemoved KirinoRed | ||
|
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 kirino#should_abort('html') | ||
finish | ||
endif | ||
|
||
hi! link htmlTag KirinoFg | ||
hi! link htmlArg KirinoClassNameItalic | ||
hi! link htmlTitle KirinoFg | ||
hi! link htmlH1 KirinoFg | ||
hi! link htmlSpecialChar KirinoConstants |
Oops, something went wrong.