corelib: improved default palette

- light gray instead of 2x dark gray
- add palette file for paint programs
- new sprite with default palette for graphbench
This commit is contained in:
slederer 2026-02-16 02:40:20 +01:00
parent e8e4b5dd24
commit 6c27b78c4a
4 changed files with 21 additions and 2 deletions

View file

@ -977,7 +977,7 @@ SETPALETTE:
DEFAULT_PALETTE:
.WORD 0, $FFF, $F00, $0F0, $00F, $0FF, $F0F, $FF0
.WORD $777, $777, $700, $070, $007, $077, $707, $770
.WORD $777, $AAA, $700, $070, $007, $077, $707, $770
; set whole video memory to zero
CLEARGRAPHICS: