Closed szczys closed 6 years ago
Since 0.29 there is new word color X,Y that sets foreground to color X and background to color Y, with X and Y being in range 0..15 Color palette isn't much optimized by now
Since 0.30 the color palette is now 16-color EGA
Tested and working.
Breaking from your demo code the colors don't reset to default on the prompt. I'm not sure this matters but thought I'd point it out.
Add a word in BASIC to allow simple foreground/background colors. Considering this is a retrocomputer, EGA 16-color palette would be amazing!
COLOR 4,8
would set up characters that were red on a dark gray background