mirror of
https://github.com/morhetz/gruvbox.git
synced 2025-11-08 11:23:46 -05:00
Merge pull request #70 from jezenielzapanta/patch-1
Add italic for Todo highlight group
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user