morhetz / gruvbox

Retro groove color scheme for Vim
13.45k stars 1.1k forks source link

italics not working #362

Open joe23rep opened 3 years ago

joe23rep commented 3 years ago

i found out that in order for italics to work in my terminal of choice i need to set "gui=italic"

is there a way i can somehow add that to gruvbox for all other italic settings like "italicize_strings" for example to work or do i have to go threw the theme and see where italics are set and then simply add them via "highlight groupname gui=italic"

wantyapps commented 3 years ago

IDK... No one actually responds to these issues...

wantyapps commented 3 years ago

This happens to me too

windvalley commented 3 years ago
if has('nvim')
  let g:gruvbox_italic = 1
  let g:gruvbox_italicize_strings = 1
endif

If you use neovim, try this.