mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
Update Amicus Palette
This commit is contained in:
parent
adb8c4dd33
commit
a8751b020f
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
public CBGR24 gr_palette_amicus[COLORS_NUM] = {
|
||||
0x0, 0x1A4883, 0x8D2E75, 0xFFA995, 0xA10000, 0xFFC0FF, 0x8B5858, 0xB2B6AF, 0x555753, 0xC5A5, 0x82BC49, 0x8ABEE1, 0xDF2100, 0xD138D1, 0xFFFFFF, 0x969696
|
||||
0x0, 0x1A4883, 0x8D2E75, 0xFFA995, 0xA10000, 0xFFC0FF, 0x8B5858, 0xB2B6AF, 0x555753, 0xE4D2, 0x82BC49, 0x8AE0C0, 0xDF2100, 0xD138D1, 0xFFFFFF, 0x969696
|
||||
};
|
||||
public U0 PaletteSetAmicus(Bool persistent=TRUE)
|
||||
{
|
||||
|
@ -7,4 +7,4 @@ public U0 PaletteSetAmicus(Bool persistent=TRUE)
|
|||
LFBFlush;
|
||||
if (persistent)
|
||||
fp_set_std_palette = &PaletteSetAmicus;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue