Skip to content

Commit

Permalink
Add italic for TODO group #70
Browse files Browse the repository at this point in the history
  • Loading branch information
morhetz committed Sep 3, 2015
1 parent c385577 commit e389a51
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 @@ -537,7 +537,7 @@ else
endif

call s:HL('Comment', s:gray, 'NONE', s:italicize_comments)
call s:HL('Todo', 'fg', 'bg', s:bold)
call s:HL('Todo', 'fg', 'bg', s:bold . s:italic)
call s:HL('Error', s:red, 'bg', s:bold . s:inverse)

" Generic statement
Expand Down

0 comments on commit e389a51

Please sign in to comment.