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

Add cterm, term', and gui` to g:jellybeans_override #38

Closed
docwhat opened this issue Mar 19, 2015 · 4 comments
Closed

Add cterm, term', and gui` to g:jellybeans_override #38

docwhat opened this issue Mar 19, 2015 · 4 comments

Comments

@docwhat
Copy link

docwhat commented Mar 19, 2015

Add the missing highlight attributes cterm, term, and gui to g:jellybeans_override.

You could also modify the override to look at attributes and set whatever the attributes that exist, looking for a 256 prefixed version for things that begin with `c.

This would work best when you have done #32 and #37.

This code may be helpful: How to modify existing highlight group in vim?

@nanotech
Copy link
Owner

g:jellybeans_overrides will already set both gui and cterm from an attr key, as in the readme example. Is that enough to suit your use case?

@docwhat
Copy link
Author

docwhat commented Mar 19, 2015

Unless I read the code wrong it only works for the fg and bg versions. Can you set italic or bold with those?

@nanotech
Copy link
Owner

Yep. Before:

before

After:

after

@docwhat
Copy link
Author

docwhat commented Mar 20, 2015

attr? Sigh, can't anything with terminals be simpler?

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