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

[Feature Request] Custom background transparency #53

Open
YunYouJun opened this issue Feb 18, 2020 · 1 comment
Open

[Feature Request] Custom background transparency #53

YunYouJun opened this issue Feb 18, 2020 · 1 comment

Comments

@YunYouJun
Copy link

Is your feature request related to a problem? Please describe.
No.

Describe the solution you'd like
I want a translucent effect like iTerm.
How about adding a configuration to custom opacity?

Additional context
Add any other context or screenshots about the feature request here.

image
image

@YunYouJun
Copy link
Author

Maybe we just need add opacity property for here?

.terms_terms {
  background: url("file://${imagePath}") center;
  background-size: cover;
  opacity: ${opacity}
}

https://github.com/klaussinani/hyper-pokemon/blob/98abad0879922743d07c0f2c6f97d9c0aa04f5c3/index.js#L128

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

1 participant