tangled
alpha
login
or
join now
oppi.li
/
vim-colors-plain
0
fork
atom
a duotonic color scheme
0
fork
atom
overview
issues
pulls
pipelines
Highloght xmlTag as constant
Andrey Popp
7 years ago
264febeb
97e5b980
+1
-1
1 changed file
expand all
collapse all
unified
split
colors
plain.vim
+1
-1
colors/plain.vim
···
226
hi link jsArrowFunction Noise
227
hi link StorageClass Statement
228
229
-
call s:h("xmlTag", {"bg": s:bg, "fg": s:dark_blue, "gui": "italic"})
230
hi link xmlTagName xmlTag
231
hi link xmlEndTag xmlTag
232
hi link xmlAttrib xmlTag
···
226
hi link jsArrowFunction Noise
227
hi link StorageClass Statement
228
229
+
call s:h("xmlTag", {"bg": s:bg, "fg": s:constant})
230
hi link xmlTagName xmlTag
231
hi link xmlEndTag xmlTag
232
hi link xmlAttrib xmlTag