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

Font opacity too dark on Windows 10 #41

Closed
JulienGrv opened this issue Apr 25, 2018 · 5 comments
Closed

Font opacity too dark on Windows 10 #41

JulienGrv opened this issue Apr 25, 2018 · 5 comments

Comments

@JulienGrv
Copy link

JulienGrv commented Apr 25, 2018

Hi!

I got the same issue with hyper-snazzy as this one here: vercel/hyper#2827

This workaround worked for me: vercel/hyper#2827 (comment)

Hope it helps!

@JulienGrv JulienGrv changed the title Font Opacity broken on Windows 10 Font opacity too dark on Windows 10 Apr 25, 2018
@georgewatts
Copy link

I found the same issue on Mac OS X. The fix was to roll back to version 1.2.2 in the config file as follows:

plugins: ['hyper-snazzy#1.2.2']

Although I couldn't see how this problem came about looking at the diffs from the previous commit.

@Rowno
Copy link
Collaborator

Rowno commented Apr 25, 2018

Looks like the latest release broke the inactive pane opacity feature.

Probably caused by this commit which had been unreleased for 6 months: 880fc78

@Rowno
Copy link
Collaborator

Rowno commented Apr 25, 2018

Adding this custom css to your config file will override the bug:

.terminal, .term_fit:not(.term_term) {
  opacity: 1 !important;
}

@vinkla
Copy link

vinkla commented Apr 27, 2018

I'm having this issue as well in the 2.1.0-canary release.

@senpng
Copy link

senpng commented May 15, 2018

code

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

5 participants