diff --git a/Zenith-latest-2020-04-21-16_17_48.iso b/Zenith-latest-2020-04-21-18_57_55.iso similarity index 99% rename from Zenith-latest-2020-04-21-16_17_48.iso rename to Zenith-latest-2020-04-21-18_57_55.iso index 4ab7e869..5003f175 100755 Binary files a/Zenith-latest-2020-04-21-16_17_48.iso and b/Zenith-latest-2020-04-21-18_57_55.iso differ diff --git a/src/Doc/ChangeLog.DD b/src/Doc/ChangeLog.DD index 38bdbb77..db076cdc 100755 --- a/src/Doc/ChangeLog.DD +++ b/src/Doc/ChangeLog.DD @@ -1,5 +1,8 @@ $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. $IV,1$ ----04/13/20 13:48:15----$IV,0$ diff --git a/src/Zenith/Gr/GrPalette.CC b/src/Zenith/Gr/GrPalette.CC index 08464ade..0c80841e 100755 --- a/src/Zenith/Gr/GrPalette.CC +++ b/src/Zenith/Gr/GrPalette.CC @@ -161,7 +161,7 @@ public U0 PaletteSetNight(Bool persistent=TRUE) } //******************************************************************************** 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 }; @@ -175,7 +175,7 @@ public U0 PaletteSetTom(Bool persistent=TRUE) //******************************************************************************** public CBGR24 gr_palette_tom_light[COLORS_NUM]= { 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)