gruvbox-community / gruvbox

Retro groove color scheme for Vim - community maintained edition
MIT License
801 stars 62 forks source link

Add 'Bold' and 'BoldItalic' markdown styles #161

Closed ghost closed 3 years ago

ghost commented 3 years ago

This adds markdownBold and markdownBoldItalic markdown styles.

rbong commented 3 years ago

LGTM... I am not personally a fan of bold/italic fonts in VIM but it can be disabled like anything else.

ghost commented 3 years ago

@rbong Thanks for merging. I should have included that without the added styles, the background of bold and bolditalic text of .md files breaks g:gruvbox_transparent_bg = '1' resulting in an opaque bg for the formatted text even when g:gruvbox_bold = '0' and g:gruvbox_italic = '0'.