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

Background transparency #66

Closed
justUmen opened this issue Oct 11, 2017 · 6 comments
Closed

Background transparency #66

justUmen opened this issue Oct 11, 2017 · 6 comments

Comments

@justUmen
Copy link

justUmen commented Oct 11, 2017

Is it possible to achieve full background transparency ? (See the OS desktop instead of colored background of the terminal)
I already have a very simple custom css :
*{background:rgba(0,0,0,0) !important;}

But --enable-transparent-visuals is not recognized as a parameter by extraterm.

@justUmen justUmen changed the title Full transparency Background transparency Oct 11, 2017
@sedwards2009
Copy link
Owner

The platform Extraterm is built on (Electron) doesn't support transparent windows very well at the moment, not without a bunch of limitations and bugs on the different operating systems. So, I'm hesitant to spend time on this issue at the moment, but I will keep it here in case the situation in Electron improves.

@jwhipp
Copy link

jwhipp commented Jan 7, 2019

Just wanted to add to this, it's a requested feature of Hyper as well. While they also don't support it put of the box, it can be added via a plugin which I'll link here. I am wondering if something similar to what this plugin is doing for Hyper could be done here.

https://www.npmjs.com/package/hyper-opacity

@sedwards2009
Copy link
Owner

@jwhipp It looks like that plugin actually changes the opacity for the whole window, text included.

@jwhipp
Copy link

jwhipp commented Jan 11, 2019

This is true, which I think on Windows is the standard method. Personally I think it's fine depending on your theme. Here's a screen shot of Hyper with it in action.

image

@ackstorm23
Copy link

It seems an essential feature of a good terminal to support transparency. I can think of few successful terminals (beyond the default terminal of operating systems, which terminal enthusiasts rarely use) that don't have this feature.

@sedwards2009
Copy link
Owner

This was added for Window 10 in Extraterm 0.47.0.

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