embark-theme / vim

An ambitious theme for vim
https://embark-theme.github.io/
MIT License
657 stars 26 forks source link

Fix toggling italics #25

Closed skbolton closed 4 years ago

skbolton commented 4 years ago

Previously the toggling logic for getting rid of italics would only change the cterm group. The gui group also had italics set on it along with other styles.

Added the maybe_italic function that can properly turn off italic styling and also handle if styling has other rules to apply.

skbolton commented 4 years ago

resolves #24