Skip to content

Commit 6179f2a

Browse files
committed
lighten HTML tags
1 parent 3ed6a54 commit 6179f2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

colors/one.vim

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -530,8 +530,8 @@ if has('gui_running') || &t_Co == 88 || &t_Co == 256
530530
call <sid>X('htmlTagName', s:hue_5, '', '')
531531
call <sid>X('htmlTagN', s:hue_5, '', '')
532532
call <sid>X('htmlSpecialTagName', s:hue_5, '', '')
533-
call <sid>X('htmlTag', s:mono_3, '', '')
534-
call <sid>X('htmlEndTag', s:mono_3, '', '')
533+
call <sid>X('htmlTag', s:mono_2, '', '')
534+
call <sid>X('htmlEndTag', s:mono_2, '', '')
535535

536536
call <sid>X('MatchTag', s:hue_5, s:syntax_cursor, 'underline,bold')
537537
" }}}

0 commit comments

Comments
 (0)