mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
updated Tom Palettes for better visibility (hardware booting, grays were too bright.)
This commit is contained in:
parent
9949558ccb
commit
32f5753c1a
3 changed files with 6 additions and 3 deletions
Binary file not shown.
|
@ -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$
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue