Skip to content

Commit

Permalink
Merge pull request #70 from jezenielzapanta/patch-1
Browse files Browse the repository at this point in the history
Add italic for Todo highlight group
  • Loading branch information
morhetz committed Sep 3, 2015
2 parents 2a5a99e + 6ea0aff commit deb11e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/gruvbox.vim
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ if g:gruvbox_italicize_comments == 0
else
call s:HL('Comment', 'medium', 'none', 'italic')
endif
call s:HL('Todo', 'fg', 'bg', 'bold')
call s:HL('Todo', 'fg', 'bg', 'bold,italic')
call s:HL('Error', 'bg', 'red', 'bold')

" Generic statement
Expand Down

0 comments on commit deb11e6

Please sign in to comment.