hyper-transparent icon indicating copy to clipboard operation
hyper-transparent copied to clipboard

[Bug] Text selection has too much transparency

Open LostInCompilation opened this issue 2 years ago • 0 comments

When I enable the plugin the selection color for selecting text in the terminal has a very low opacity value. The selection is very dim. My config file has set the selection color with no opacity. But when enabling the plugin, this gets ignored. Is there a way to disable opacity for selection or is this just a bug? Would be really nice if this could be fixed, since this is the only thing than hinders me from using hyper-transparent.

My config file

cursorColor: 'rgba(248,28,229,0.8)',
selectionColor: 'rgba(248,28,229,1)',

// ...

hyperTransparent: {
            backgroundColor: '#212329',
            opacity: 0.685,
            vibrancy: 'dark' // ['', 'dark', 'medium-light', 'ultra-dark']
        },

Disabled hyper-transparent

Screenshot 2023-05-14 at 08 32 19

Enabled hyper-transparent

Screenshot 2023-05-14 at 08 39 28

LostInCompilation avatar May 14 '23 06:05 LostInCompilation