NLKNguyen / papercolor-theme

:art: Light & Dark Vim color schemes inspired by Google's Material Design
MIT License
2.72k stars 239 forks source link

Set cterm font features in MODE_GUI_COLOR. #114

Closed adamatom closed 6 years ago

adamatom commented 6 years ago

If the user is using a terminal but has termguicolors enabled, vim will use the guifg and guibg for colors, but cterm for features. PaperColor detects termguicolors and moves forward in MODE_GUI_COLOR, but doesn't set cterm, so the 24bit color terminal user doesn't get the benefit of bold and italic features.

NLKNguyen commented 6 years ago

I see. Thanks :)