shithub: pplay

Download patch

ref: dbaac92cf534e42ee7e5a7b291a354f7b81bd835
parent: ccebe45fe754f1484f104e17a22e627bd1553d02
author: qwx <qwx@sciops.net>
date: Fri Sep 6 21:23:54 EDT 2024

draw: make waveform more visible on btheme

--- a/draw.c
+++ b/draw.c
@@ -510,7 +510,7 @@
 		col[Cchunk] = eallocimage(Rect(0,0,1,1), 1, DRed);
 	}else{
 		col[Cbg] = display->black;
-		col[Csamp] = eallocimage(Rect(0,0,1,1), 1, 0x2A2A2AFF);
+		col[Csamp] = eallocimage(Rect(0,0,1,1), 1, 0x777777FF);
 		col[Ctext] = eallocimage(Rect(0,0,1,1), 1, 0xBBBBBBFF);
 		col[Cline] = eallocimage(Rect(0,0,1,1), 1, 0xEEA000FF);
 		col[Cins] = eallocimage(Rect(0,0,1,1), 1, 0x509A9AFF);