w0ng / vim-hybrid

A dark color scheme for Vim
1.48k stars 235 forks source link

Can't get italics working with this color scheme #48

Closed nerdpad closed 7 years ago

nerdpad commented 7 years ago

My terminal etc is configured properly for italics. Don't have any problem getting italics working with any other theme.

I tried putting the following in my .vimrc after the color scheme gets loaded

highlight Comment cterm=italic

Doesn't seem to work. Any pointers?

minijackson commented 7 years ago

Have you tried:

highlight Comment term=italic cterm=italic gui=italic

I had the same problem, and it seems for me that it is the gui part that is taken into account ;-)

nerdpad commented 7 years ago

Yup, that works!