Skip to content

Commit

Permalink
Added better VIM script support
Browse files Browse the repository at this point in the history
  • Loading branch information
Unthrottled committed Jan 3, 2022
1 parent 6f73e63 commit dc22848
Show file tree
Hide file tree
Showing 72 changed files with 710 additions and 0 deletions.
Binary file not shown.
10 changes: 10 additions & 0 deletions buildSrc/assets/templates/doki-theme.v2.colors.template.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/aqua.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/astolfo.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/asuna_dark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/asuna_light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/azuki.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/beatrice.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/chocola.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/christmas_chocola.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/cinnamon.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/coconut.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/darkness_dark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/darkness_light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/echidna.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/emilia_dark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/emilia_light.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/essex.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/gasai_yuno.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/gray.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/hanekawa_tsubasa.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/hatsune_miku.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/hayase_nagatoro.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
10 changes: 10 additions & 0 deletions colors/ishtar_dark.vim
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ call s:h("xmlCdataStart", { "fg": s:colors.keywordColor})
call s:h("xmlCdataEnd", { "fg": s:colors.keywordColor})
call s:h("xmlCdataCdata", { "fg": s:colors.keywordColor})

" Vim
call s:h("vimOption", { "fg": s:colors.keyColor})
call s:h("vimFuncName", { "fg": s:colors.editorAccentColor})
call s:h("vimUserFunc", { "fg": s:colors.editorAccentColor})
call s:h("vimParenSep", { "fg": s:colors.foregroundColorEditor})
call s:h("vimCommand", { "fg": s:colors.keywordColor})
call s:h("vimLet", { "fg": s:colors.keywordColor})
call s:h("vimNotFunc", { "fg": s:colors.keywordColor})
call s:h("vimIsCommand", { "fg": s:colors.classNameColor})

" HTML
call s:h("htmlTagName", { "fg": s:colors.htmlTagColor})
call s:h("htmlEndTag", { "fg": s:colors.htmlTagColor})
Expand Down
Loading

0 comments on commit dc22848

Please sign in to comment.