remove OG. didn't see that.

This commit is contained in:
Z8Griz 2025-01-27 07:59:14 -07:00
parent 4cec3e7495
commit 7139d23aba
2 changed files with 2 additions and 2 deletions
src/Home/PaletteEditor/Palettes

View file

@ -1,4 +1,4 @@
// OG Credit: bubstance -- Modified and changed name for reasons: Z8Griz
// Credit: bubstance -- Modified and changed name for reasons: Z8Griz
public CBGR24 gr_palette_kindle[COLORS_NUM] = {
0xC2C2B0, 0x808080, 0xADADAD, 0xCCCCCC, 0x5F5F87, 0xA8A8A8, 0xE6E6E6, 0x4D4D4D, 0xBFBFBF, 0x808080, 0x424242, 0xCCCCCC, 0x5F5F87, 0xA8A8A8, 0x666666, 0x1C1C1C
};

View file

@ -1,4 +1,4 @@
// OG Credit: bubstance -- Modified: Z8Griz
// Credit: bubstance -- Modified: Z8Griz
public CBGR24 gr_palette_Rosepine[COLORS_NUM] = {
0xE0DEF4, 0x286983, 0x9CCFD8, 0xEBBCBA, 0xEB6F92, 0x907AA9, 0xB4637A, 0x393552, 0x6E6A86, 0x9893A5, 0x56949F, 0xEA9A97, 0xD7827E, 0xC4A7E7, 0xF6C177, 0x191724
};