hyper-transparent
hyper-transparent copied to clipboard
[Bug] Text selection has too much transparency
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']
},