I use Magnifier which it comes with Windows 10. I enable inversion. The Visual 6502's colors on this browser does not match my sight. I know how to change the colors by modifying rgba's values in expertWires.js and Wires.js.
I am unable to find the rgba's value for background. After Magnifier's color inversion is enabled, the background color is set to white instead of black. The javascript should have background color's variable.
How can I do that?
Take care,
Bryan
How to change background color in Visual 6502?
Re: How to change background color in Visual 6502?
It's possible that changing this line will help, but I haven't tried it:
https://github.com/trebonian/visual6502 ... res.js#L79
https://github.com/trebonian/visual6502 ... res.js#L79
-
Bryan Parkoff
- Posts: 109
- Joined: 25 Dec 2007
Re: How to change background color in Visual 6502?
BigEd wrote:
It's possible that changing this line will help, but I haven't tried it:
https://github.com/trebonian/visual6502 ... res.js#L79
https://github.com/trebonian/visual6502 ... res.js#L79
Take care,
Bryan
Re: How to change background color in Visual 6502?
Phew! Glad I could help.