Skip to content

Commit deb11e6

Browse files
committed
Merge pull request #70 from jezenielzapanta/patch-1
Add italic for Todo highlight group
2 parents 2a5a99e + 6ea0aff commit deb11e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

colors/gruvbox.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -474,7 +474,7 @@ if g:gruvbox_italicize_comments == 0
474474
else
475475
call s:HL('Comment', 'medium', 'none', 'italic')
476476
endif
477-
call s:HL('Todo', 'fg', 'bg', 'bold')
477+
call s:HL('Todo', 'fg', 'bg', 'bold,italic')
478478
call s:HL('Error', 'bg', 'red', 'bold')
479479

480480
" Generic statement

0 commit comments

Comments
 (0)