shithub: dpaint

Download patch

ref: 2861e51512408309718fbf5cc100ee3c6213128f
parent: f585b0a86cdefdc185e562d284bebde7e7d71bd7
author: thedaemon <thedaemon@void>
date: Sat Feb 17 16:09:03 EST 2024

e

--- a/dpaint.c
+++ b/dpaint.c
@@ -25,6 +25,7 @@
 
 int arne[] = {		/* arne's 32 color palette */
 	0x000000,
+	0xffffff,
 	0x493c2b,
 	0xbe2633,
 	0xe06f8b,
@@ -31,7 +32,6 @@
 	0xa46422,
 	0xeb8931,
 	0xf7e26b,
-	0xffffff,
 	0x9d9d9d,
 	0x2f484e,
 	0x1b2632,