After the new update, overtime the alpha value is changed to be less than 1, the hyper terminal displays the new color value correctly once the .hyper.js is saved, but once hyper is quit and reopened, the terminal displays a much more transparent alpha. This was never an issue in the previous version.
I think I might be experiencing this same problem with Verminal theme. Terminal background in this theme is partly transparent with glass effect, but the transparency is reasonable only after installing the theme. After I open new Hyper window or restart the app, the transparency freaks out.
Screenshot: http://files.tmv.st/qxVV (top one is a new window, bottom is right after installing the theme)
One thing I noticed when checking for console errors (there are none), after I open and close the console, background transparency switches back to normal. What is going on?
I'm on Mac OS 10.13.4 with freshly updated Hyper 2.0
Interesting, thanks for reporting this and that image helps a lot.
The issue also happens when loading the config file but it resets back to normal by opening and closing the dev tools: https://github.com/defringe/verminal/issues/6.
I'm getting reports of this too from users of my theme
EDIT: Looks like maybe the selector gets overridden? On the xterm-viewport class I'm seeing this CSS:
.xterm .xterm-viewport {
background-color: rgba(0, 0, 0, 0.8);
...
}
which is being overridden by inline styling - style="background-color: transparent;". It isn't the full window, but it's the only area I'm able to see the background-color attribute applied
I'm having this same issue on OSX 10.13.5, using the Hyper Material Theme.