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

comments are reverse-video in xterm #41

Closed
sunaku opened this issue Dec 30, 2014 · 2 comments
Closed

comments are reverse-video in xterm #41

sunaku opened this issue Dec 30, 2014 · 2 comments

Comments

@sunaku
Copy link

sunaku commented Dec 30, 2014

Hello,

Comments are reverse-video in xterm because only term=bold is defined (cterm= is not defined):
problem

The solution is to define cterm= for comments:

highlight Comment cterm=bold

solution

Thanks for creating this wonderful colorscheme! 😺

@morhetz
Copy link
Owner

morhetz commented Dec 30, 2014

Nope. If you refer gruvbox sources you'll mention that term is actually undefined. And cterm for Comment is italic which is handled incorrectly by most of term-emulators.
Please refer wiki first

@morhetz morhetz closed this as completed Dec 30, 2014
@sunaku
Copy link
Author

sunaku commented Dec 31, 2014

Ah, my mistake, thank you! 😅

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