Skip to content

Instantly share code, notes, and snippets.

@thedavesims
thedavesims / palette.h
Last active October 21, 2022 16:25
Palette Previewer
struct palette {
int palette[4];
char name[255];
char author[255];
};
// Sampled from: https://lospec.com/palette-list
// Colors rearranged from lightest to darkest for consistency
struct palette lospec_palettes[] = {
{