question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Extend the Transparency slider

See original GitHub issue

The transparency - even when on max value (I guess it controls window opacity) - is too transparent.

This makes some color themes hardly readable (eg. MaterialDark) when the underlying window is bright. terminus-too-transparent In comparison, here is a dark bg: terminus-too-transparent-dark-bg

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
wtdcodecommented, Feb 28, 2019

@Eugeny So how about another slider for the background opacity?

1reaction
Eugenycommented, Dec 6, 2018

The slider controls the opacity of the window as a whole. If you’re looking to adjust the background transparency alone, it can be done via CSS, e.g.:

body { background: rgba(0, 0, 0, .9) !important; }
Read more comments on GitHub >

github_iconTop Results From Across the Web

Google Slides: How to Increase the Transparency of an Image
Right-click on it and choose Format Options. Format options Google Slides. Once in Format Option, you should see the Transparency slider. Here ...
Read more >
How to Increase the Transparency of an Image in Google Slides
Step 4: Drag the slider under Transparency to the right to increase transparency in the image, or drag it to the left to...
Read more >
How to enable the opacity slider in the Turn Off the ... - YouTube
How to enable the opacity slider in the Turn Off the Lights browser extension ? 1,739 views1.7K views. Mar 1, 2020.
Read more >
Apply transparency to a shape - Microsoft Support
Right-click, and on the context menu, select Format Shape. In the Format Shape pane, set the Transparency slider to the percentage of transparency...
Read more >
Slider with transparency - css - Stack Overflow
With use the css: .name_slider { background: rgba(0, 0, 0, 0.2); }. the last value (0.2) is the opacity : 1 is black,...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found