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 a option to set the background opacity #18

Open
luco opened this issue Aug 10, 2018 · 3 comments
Open

Add a option to set the background opacity #18

luco opened this issue Aug 10, 2018 · 3 comments

Comments

@luco
Copy link

luco commented Aug 10, 2018

Hey, nice theme.
Would be great to have an option the set the background transparency and the color as well.

@lmcl90
Copy link

lmcl90 commented Mar 26, 2019

You can set the opacity in .hyper.js like this

verminal: {
      fontSize: 15,
      backgroundColor: 'rgba(0, 0, 0, 1)'
    }

@vernondegoede
Copy link
Collaborator

Feel free to submit a PR and add an option to configure the opacity through verminal config. 🥇

@mil1i
Copy link

mil1i commented May 10, 2019

Also just a note on this.

On Windows, you must set the backgroundColor: 'rgba(0, 0, 0, 0.X)' option under the verminal config stated above to adjust the focus opacity. If you have hyper-opacity installed, the focus opacity gets ignored with verminal active. However, if you set the blur: 0.X (bg window) option with hyper-opacity that is still honored on Windows with verminal theme.

On Mac, hyper-opacity settings overrule verminal settings.

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

No branches or pull requests

4 participants