git: 9front

Download patch

ref: f5e02d924748303cb1e98ad28e6d1b9b918a72f0
parent: 50dde958dd9edea0abbcaccca0e82f42d9a60d6d
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed Nov 20 13:40:51 EST 2013

rio -b: make lighttitlecol darker

--- a/sys/src/cmd/rio/data.c
+++ b/sys/src/cmd/rio/data.c
@@ -189,7 +189,7 @@
 	} else {
 		cols[HIGH] = allocimage(display, Rect(0,0,1,1), CMAP8, 1, DPurpleblue);
 		titlecol = allocimage(display, Rect(0,0,1,1), CMAP8, 1, DPurpleblue);
-		lighttitlecol = allocimage(display, Rect(0,0,1,1), CMAP8, 1, 0x999999FF);
+		lighttitlecol = allocimage(display, Rect(0,0,1,1), CMAP8, 1, 0x222222FF);
 	}
 	dholdcol = allocimage(display, Rect(0,0,1,1), CMAP8, 1, DMedblue);
 	lightholdcol = allocimage(display, Rect(0,0,1,1), CMAP8, 1, DGreyblue);
--