diff --git a/colors/codedark.vim b/colors/codedark.vim index 5e89687..c22b26e 100644 --- a/colors/codedark.vim +++ b/colors/codedark.vim @@ -256,6 +256,11 @@ call hi('jsDestructuringBlock', s:cdLightBlue, {}, 'none', {}) call hi('jsObjectKey', s:cdLightBlue, {}, 'none', {}) call hi('jsGlobalObjects', s:cdBlueGreen, {}, 'none', {}) +" XML: +call hi('xmlTag', s:cdBlueGreen, {}, 'none', {}) +call hi('xmlTagName', s:cdBlueGreen, {}, 'none', {}) +call hi('xmlEndTag', s:cdBlueGreen, {}, 'none', {}) + " Ruby: call hi('rubyClassNameTag', s:cdBlueGreen, {}, 'none', {}) call hi('rubyClassName', s:cdBlueGreen, {}, 'none', {})