updated Tom Palettes for better visibility (hardware booting, grays were too bright.)

This commit is contained in:
TomAwezome 2020-04-21 18:59:03 -04:00
parent 9949558ccb
commit 32f5753c1a
3 changed files with 6 additions and 3 deletions

View file

@ -1,5 +1,8 @@
$WW,1$$FG,5$$TX+CX,"ChangeLog"$$FG$ $WW,1$$FG,5$$TX+CX,"ChangeLog"$$FG$
$IV,1$----04/21/20 16:13:01----$IV,0$ $IV,1$----04/21/20 18:54:47----$IV,0$
* Altered $LK+PU,"Tom Palettes",A="FF:::/Zenith/Gr/GrPalette.CC,PaletteSetTom"$ for better visibility.$IV,1$
----04/21/20 16:13:01----$IV,0$
* Added start-up intro $LK+PU,"Splash",A="FI:::/ZSplash.CC"$ as a PopUp in $LK+PU,"Once",A="FF:::/Once.CC,PopUpRunFile"$, when booting from disk install. * Added start-up intro $LK+PU,"Splash",A="FI:::/ZSplash.CC"$ as a PopUp in $LK+PU,"Once",A="FF:::/Once.CC,PopUpRunFile"$, when booting from disk install.
$IV,1$ $IV,1$
----04/13/20 13:48:15----$IV,0$ ----04/13/20 13:48:15----$IV,0$

View file

@ -161,7 +161,7 @@ public U0 PaletteSetNight(Bool persistent=TRUE)
} }
//******************************************************************************** //********************************************************************************
public CBGR24 gr_palette_tom[COLORS_NUM]= { public CBGR24 gr_palette_tom[COLORS_NUM]= {
0xC9C9C9, 0x3465A4, 0x4E9A06, 0x06989A, 0xA24444, 0x75507B, 0xCE982F, 0xD3D7CF, 0xFFFFFF, 0x3465A4, 0x4E9A06, 0x06989A, 0xA24444, 0x75507B, 0xCE982F, 0xBCC0B9,
0x555753, 0x729FCF, 0x82BC49, 0x34E2E2, 0xAC3535, 0xAD7FA8, 0xFCE94F, 0x000000 0x555753, 0x729FCF, 0x82BC49, 0x34E2E2, 0xAC3535, 0xAD7FA8, 0xFCE94F, 0x000000
}; };
@ -175,7 +175,7 @@ public U0 PaletteSetTom(Bool persistent=TRUE)
//******************************************************************************** //********************************************************************************
public CBGR24 gr_palette_tom_light[COLORS_NUM]= { public CBGR24 gr_palette_tom_light[COLORS_NUM]= {
0x000000, 0x3465A4, 0x4E9A06, 0x06989A, 0xA24444, 0x75507B, 0xCE982F, 0xD3D7CF, 0x000000, 0x3465A4, 0x4E9A06, 0x06989A, 0xA24444, 0x75507B, 0xCE982F, 0xD3D7CF,
0x555753, 0x729FCF, 0x82BC49, 0x34E2E2, 0xAC3535, 0xAD7FA8, 0xFCF29E, 0xC9C9C9 0x555753, 0x729FCF, 0x82BC49, 0x34E2E2, 0xAC3535, 0xAD7FA8, 0xDDc500, 0xFFFFFF
}; };
public U0 PaletteSetTomLight(Bool persistent=TRUE) public U0 PaletteSetTomLight(Bool persistent=TRUE)