On 2019-09-04 16:01, Jean-Marc Lasgouttes wrote:
Le 04/09/2019 à 15:57, Daniel a écrit :
On 2019-09-03 01:12, Jason Sun wrote:
I tried to use a bigger cursor but the cursor blocks the text if I do
so, making it a bit annoying.. Is there an option to make the cursor
transparent with the current implementation?
I am curious what a transparent cursor would be useful for. How would
you see where the current cursor position is?
Transparent doe snot mean invisible...
JMarc
Strictly speaking true but it does mean fully transparent, at least in
some design context, e.g. CSS:
"The transparent keyword represents a fully transparent color. This
makes the background behind the colored item completely visible.
Technically, transparent is a shortcut for rgba(0,0,0,0)."
(https://developer.mozilla.org/en-US/docs/Web/CSS/color_value)
But I guess Jason means semi-transparent or so. Anyway, I am still a fan
of colour inversion. :)
Daniel