Okay so for me, I opened up my slate-mine.vim file and did this
:hi Comment gui=italic ctermfg=11 guifg=grey50
I made gui=italic for comments, and it worked. It made the comments appear in italics. If people find that this is not a good way to do it and if there is a better way, please let me know.