diff --git a/src/Home/PaletteEditor/Palettes/Amicus.ZC b/src/Home/PaletteEditor/Palettes/Amicus.ZC new file mode 100755 index 00000000..6825c6dc --- /dev/null +++ b/src/Home/PaletteEditor/Palettes/Amicus.ZC @@ -0,0 +1,10 @@ +public CBGR24 gr_palette_amicus[COLORS_NUM] = { +0x0, 0x1A4883, 0x8D2E75, 0xFFA995, 0xA10000, 0xE5B3FF, 0x8B5858, 0xB2B6AF, 0x555753, 0xB7AA, 0x82BC49, 0x8ABEE1, 0xDF2100, 0xD138D1, 0xFFFFFF, 0x969696 +}; +public U0 PaletteSetAmicus(Bool persistent=TRUE) +{ + GrPaletteSet(gr_palette_amicus); + LFBFlush; + if (persistent) + fp_set_std_palette = &PaletteSetAmicus; +} \ No newline at end of file diff --git a/src/Home/PaletteEditor/Palettes/Commander.ZC b/src/Home/PaletteEditor/Palettes/Commander.ZC index 1aaa172c..c3cf8775 100755 --- a/src/Home/PaletteEditor/Palettes/Commander.ZC +++ b/src/Home/PaletteEditor/Palettes/Commander.ZC @@ -1,5 +1,5 @@ public CBGR24 gr_palette_commander[COLORS_NUM] = { -0xFFFFFF, 0x867ADE, 0xCC55, 0x5A878B, 0xB80000, 0xCC44CC, 0xDD8855, 0xBBBBBB, 0x777777, 0x88FF, 0xAAFF66, 0xAAFFEE, 0xFF7777, 0xCA94E8, 0xEEEE77, 0x483AAA +0xFFFFFF, 0x867ADE, 0xCC55, 0x5A878B, 0xEE0000, 0xCC44CC, 0xDD8855, 0xBBBBBB, 0x777777, 0x9BFF, 0xAAFF66, 0xAAFFEE, 0xFF7777, 0xCA94E8, 0xEEEE77, 0x483AAA }; public U0 PaletteSetCommander(Bool persistent=TRUE) { diff --git a/src/Home/PaletteEditor/Palettes/Green.ZC b/src/Home/PaletteEditor/Palettes/Green.ZC deleted file mode 100755 index a6e33810..00000000 --- a/src/Home/PaletteEditor/Palettes/Green.ZC +++ /dev/null @@ -1,10 +0,0 @@ -public CBGR24 gr_palette_green[COLORS_NUM] = { -0xEEFCD7, 0x79824F, 0x336019, 0x297582, 0xB34F4B, 0x8F49, 0xA24D1B, 0x444444, 0x6D6D6D, 0x94BFDE, 0xA1CE97, 0x6DB4BE, 0xE88E88, 0xCA94E8, 0xD4B475, 0x142223 -}; -public U0 PaletteSetGreen(Bool persistent=TRUE) -{ - GrPaletteSet(gr_palette_green); - LFBFlush; - if (persistent) - fp_set_std_palette = &PaletteSetGreen; -} \ No newline at end of file diff --git a/src/Home/PaletteEditor/Palettes/Marine.ZC b/src/Home/PaletteEditor/Palettes/Marine.ZC deleted file mode 100755 index 260168c0..00000000 --- a/src/Home/PaletteEditor/Palettes/Marine.ZC +++ /dev/null @@ -1,10 +0,0 @@ -public CBGR24 gr_palette_marine[COLORS_NUM] = { -0xE2E8EB, 0x5BD2D4, 0x496076, 0x307AFF, 0xD86D22, 0xFFD91F, 0xFFEF2F, 0x4F8A97, 0xA161C, 0xE24594, 0xA1CE97, 0x6DB4BE, 0xFF575B, 0xB1AA9E, 0xD53368, 0xE2331 -}; -public U0 PaletteSetMarine(Bool persistent=TRUE) -{ - GrPaletteSet(gr_palette_marine); - LFBFlush; - if (persistent) - fp_set_std_palette = &PaletteSetMarine; -} \ No newline at end of file diff --git a/src/Home/PaletteEditor/Palettes/Vapor.ZC b/src/Home/PaletteEditor/Palettes/Vapor.ZC new file mode 100755 index 00000000..e812554a --- /dev/null +++ b/src/Home/PaletteEditor/Palettes/Vapor.ZC @@ -0,0 +1,10 @@ +public CBGR24 gr_palette_vapor[COLORS_NUM] = { +0xE3E3E3, 0x3284F0, 0x55587C, 0xBF3584, 0xB34F4B, 0x9EE9EF, 0xD2865B, 0x444444, 0x6D6D6D, 0x8BD2B7, 0xA1CE97, 0xCB99CD, 0xE88E88, 0xFDBEA4, 0xFF8F9D, 0x2A1B39 +}; +public U0 PaletteSetVapor(Bool persistent=TRUE) +{ + GrPaletteSet(gr_palette_vapor); + LFBFlush; + if (persistent) + fp_set_std_palette = &PaletteSetVapor; +} \ No newline at end of file diff --git a/src/System/Gr/GrPalette.ZC b/src/System/Gr/GrPalette.ZC index 93b31fcf..84310bdb 100755 --- a/src/System/Gr/GrPalette.ZC +++ b/src/System/Gr/GrPalette.ZC @@ -80,8 +80,8 @@ public U0 PaletteSetSlate(Bool persistent=TRUE) } //******************************************************************************** public CBGR24 gr_palette_commander[COLORS_NUM] = { - 0xFFFFFF, 0x867ADE, 0x00CC55, 0x5A878B, 0xB80000, 0xCC44CC, 0xDD8855, 0xBBBBBB, - 0x777777, 0x0088FF, 0xAAFF66, 0xAAFFEE, 0xFF7777, 0xCA94E8, 0xEEEE77, 0x483AAA + 0xFFFFFF, 0x867ADE, 0x00CC55, 0x5A878B, 0xEE0000, 0xCC44CC, 0xDD8855, 0xBBBBBB, + 0x777777, 0x009BFF, 0xAAFF66, 0xAAFFEE, 0xFF7777, 0xCA94E8, 0xEEEE77, 0x483AAA }; public U0 PaletteSetCommander(Bool persistent=TRUE) {//Activate Slate palette.