Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Any plans to support italics? #29

Open
nerdpad opened this issue Apr 10, 2017 · 1 comment
Open

Any plans to support italics? #29

nerdpad opened this issue Apr 10, 2017 · 1 comment

Comments

@nerdpad
Copy link

nerdpad commented Apr 10, 2017

Are there any plans to add support for italic fonts? There are currently few schemes that do it, italics in comments, keyword, etc. would look beautiful on this color scheme.

@VZout
Copy link

VZout commented Apr 13, 2017

It would be a nice option to have. I can create a pull request maybe later this week. You can paste this code in your vimrc in the meantime.

highlight Comment cterm=italic " Italic comments.
highlight Comment gui=italic " Italic comments in gui.
highlight Todo cterm=italic " Italic comments.
highlight Todo gui=italic " Italic comments in gui.
...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants