Skip to content

Commit 18c3418

Browse files
committed
palettes: add "Hotdog Stand" palette
created by me around the addition of the palette copy/paste functionality. (un?)fortunately I lost the actual palette because of a bug in the original code that made any and all copies just the default palette.
1 parent 3e89a80 commit 18c3418

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

schism/palettes.c

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,24 @@ struct it_palette palettes[] = {
323323
/* 14 */ {63, 63, 1},
324324
/* 15 */ {13, 12, 11},
325325
}},
326+
{"Hotdog Stand", { /* inspired by the Win3.1 theme of the same name */
327+
/* 0 */ { 0, 0, 0},
328+
/* 1 */ { 0, 0, 0},
329+
/* 2 */ {63, 63, 0},
330+
/* 3 */ {63, 0, 0},
331+
/* 4 */ {63, 63, 0},
332+
/* 5 */ {63, 0, 0},
333+
/* 6 */ {63, 63, 63},
334+
/* 7 */ {22, 22, 22},
335+
/* 8 */ {63, 63, 0},
336+
/* 9 */ {63, 0, 0},
337+
/* 10 */ {63, 63, 0},
338+
/* 11 */ {63, 0, 0},
339+
/* 12 */ {63, 63, 0},
340+
/* 13 */ {63, 0, 0},
341+
/* 14 */ {63, 0, 0},
342+
/* 15 */ { 0, 0, 0},
343+
}},
326344
{"", {{0}}}
327345
};
328346

0 commit comments

Comments
 (0)