klaudiosinani / hyper-pokemon

Tailor-made Pokémon themes for your Hyper terminal
https://klaussinani.github.io/hyper-pokemon
MIT License
1.04k stars 60 forks source link

[Feature Request] Custom background transparency #53

Open YunYouJun opened 4 years ago

YunYouJun commented 4 years ago

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 commented 4 years ago

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