kitty icon indicating copy to clipboard operation
kitty copied to clipboard

Make foreground opacity configurable

Open quantum5 opened this issue 5 years ago • 3 comments
trafficstars

This PR adds the configuration option foreground_opacity. It works exactly like the current option background_opacity except it applies to the foreground.

quantum5 avatar Apr 26 '20 17:04 quantum5

Whats the use case for this? Doesn't making text dim make it harder to read?

kovidgoyal avatar Apr 27 '20 02:04 kovidgoyal

My personal use case for this is with #2590 to show transparent console block art in the background, but I am sure there are other uses for this.

quantum5 avatar Apr 27 '20 04:04 quantum5

On Sun, Apr 26, 2020 at 09:38:41PM -0700, Guanzhong Chen wrote:

My personal use case for this is with #2590 to show transparent console block art in the background, but I am sure there are other uses for this.

You can use the SGR dim attribute to do this already and control the dimming via dim_opacity.

kovidgoyal avatar Apr 27 '20 05:04 kovidgoyal