verminal icon indicating copy to clipboard operation
verminal copied to clipboard

Add a option to set the background opacity

Open luco opened this issue 6 years ago • 3 comments

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

luco avatar Aug 10 '18 21:08 luco

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

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

lmcl90 avatar Mar 26 '19 14:03 lmcl90

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

vernondegoede avatar Apr 25 '19 20:04 vernondegoede

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.

mil1i avatar May 10 '19 16:05 mil1i