ghifarit53 / tokyonight-vim

A clean, dark vim colorscheme that celebrates the lights of downtown Tokyo at night, based on a VSCode theme by @enkia with the same name [Archived because I'm no longer using this]
MIT License
557 stars 48 forks source link

Disable italics except for comments #10

Closed monsonjeremy closed 3 years ago

monsonjeremy commented 3 years ago

Is it possible to disable italics for everything except the comments?

monsonjeremy commented 3 years ago

Nevermind it looks like let g:tokyonight_enable_italic = 0 disables keyword italics but keeps comments italicized.