summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstanley lieber <stanley.lieber@gmail.com>2013-11-20 18:40:51 -0500
committerstanley lieber <stanley.lieber@gmail.com>2013-11-20 18:40:51 -0500
commit66fea232bca25bcf07d2f70c4ee45d2c82f6f5e7 (patch)
tree06ebf812b3eb513b9a9fff78cd732c57484c4fff
parent51137ada1afe040c34ce0b8ad06d0f228f7271d7 (diff)
downloadplan9front-66fea232bca25bcf07d2f70c4ee45d2c82f6f5e7.tar.xz
rio -b: make lighttitlecol darker
-rw-r--r--sys/src/cmd/rio/data.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/rio/data.c b/sys/src/cmd/rio/data.c
index 45c233857..f9b9cfad0 100644
--- a/sys/src/cmd/rio/data.c
+++ b/sys/src/cmd/rio/data.c
@@ -189,7 +189,7 @@ iconinit(void)
} 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);