Mouse Pointer Colour
Alan Robertson (52) 420 posts |
Maybe a stupid question, but are there technical reasons why the default Mouse Pointer must remain the same hideous blue and green colour from the 1980’s? Yes, I know there are plenty of other things that people could be working on, but I’m amazed it hasn’t been ‘fixed’ yet. Don’t shoot the messenger ;-) |
Rick Murray (539) 13840 posts |
Ugh! The bog standard black and white pointer has barely evolved from GEM and Windows 3.1 (etc). |
David Pitt (102) 743 posts |
This is from my Iyonix from wayback, to give a black & white pointer.
REM Joe Taylor [iyonix-support] Re: Mouse pointer colour DIM palette% 80 END |
Steve Pampling (1551) 8170 posts |
This being a total negative of the default ‘other OS’ colouring people might want to swap the values thus palette%!68=0 : REM pointer edge palette%!72=&FFFFFF00 : REM pointer body or for something less harsh edged: palette%!68=&55555500 : REM pointer edge palette%!72=&FFFFFF00 : REM pointer body Those values are &BBGGRRSS as per the documentation |