Skip to content

Commit

Permalink
Merge pull request #90 from iryston/master
Browse files Browse the repository at this point in the history
Modify HTML colors for easier reading
  • Loading branch information
rbong committed May 28, 2019
2 parents 8a613f1 + ffc10a1 commit 86ed268
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -946,19 +946,19 @@ hi! link diffLine GruvboxBlue
" }}}
" Html: {{{

hi! link htmlTag GruvboxBlue
hi! link htmlEndTag GruvboxBlue
hi! link htmlTag GruvboxAquaBold
hi! link htmlEndTag GruvboxAquaBold

hi! link htmlTagName GruvboxAquaBold
hi! link htmlArg GruvboxAqua
hi! link htmlTagName GruvboxBlue
hi! link htmlArg GruvboxOrange

hi! link htmlScriptTag GruvboxPurple
hi! link htmlTagN GruvboxFg1
hi! link htmlSpecialTagName GruvboxAquaBold
hi! link htmlSpecialTagName GruvboxBlue

call s:HL('htmlLink', s:fg4, s:none, s:underline)

hi! link htmlSpecialChar GruvboxOrange
hi! link htmlSpecialChar GruvboxRed

call s:HL('htmlBold', s:vim_fg, s:vim_bg, s:bold)
call s:HL('htmlBoldUnderline', s:vim_fg, s:vim_bg, s:bold . s:underline)
Expand Down

0 comments on commit 86ed268

Please sign in to comment.