Skip to content

Commit

Permalink
Add italic for TODO group
Browse files Browse the repository at this point in the history
  • Loading branch information
Jezeniel Zapanta committed Sep 3, 2015
1 parent 2a5a99e commit 6ea0aff
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 6ea0aff

Please sign in to comment.