mirror of
https://github.com/Zeal-Operating-System/ZealOS.git
synced 2024-12-25 23:10:32 +00:00
themes
This commit is contained in:
parent
56fc4020ac
commit
ccb1240f60
2 changed files with 11 additions and 1 deletions
10
src/Home/PaletteEditor/Palettes/DarkTemple.ZC
Normal file
10
src/Home/PaletteEditor/Palettes/DarkTemple.ZC
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
public CBGR24 gr_palette_darktemple[COLORS_NUM] = {
|
||||||
|
0xFFFFFF, 0xAA, 0xAA00, 0xAAAA, 0xAA0000, 0xAA00AA, 0xAA5500, 0xAAAAAA, 0x555555, 0x5555FF, 0x55FF55, 0x55FFFF, 0xFF5555, 0xFF55FF, 0xFFFF55, 0x0
|
||||||
|
};
|
||||||
|
public U0 PaletteSetDarkTemple(Bool persistent=TRUE)
|
||||||
|
{
|
||||||
|
GrPaletteSet(gr_palette_darktemple);
|
||||||
|
LFBFlush;
|
||||||
|
if (persistent)
|
||||||
|
fp_set_std_palette = &PaletteSetDarkTemple;
|
||||||
|
}
|
|
@ -1,5 +1,5 @@
|
||||||
public CBGR24 gr_palette_zsnes[COLORS_NUM] = {
|
public CBGR24 gr_palette_zsnes[COLORS_NUM] = {
|
||||||
0xE8E8E9, 0x374B88, 0x6C84FC, 0x297582, 0x63D64E, 0x397AFF, 0xB7822F, 0x25256E, 0x712, 0xFF2A76, 0xA1CE97, 0x6DB4BE, 0x9FA6FF, 0xCA94E8, 0xFFCC00, 0x132C
|
0xE8E8E9, 0x374B88, 0x6C84FC, 0x297582, 0x63D64E, 0x397AFF, 0xB7822F, 0x7F7A7C, 0x66696E, 0xFF2A76, 0xA1CE97, 0x6DB4BE, 0x9FA6FF, 0xCA94E8, 0xFFCC00, 0x132C
|
||||||
};
|
};
|
||||||
public U0 PaletteSetZsnes(Bool persistent=TRUE)
|
public U0 PaletteSetZsnes(Bool persistent=TRUE)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue