(Zarch) Better pad highlighting color

This commit is contained in:
twinaphex 2015-10-24 21:11:07 +02:00
parent 8cf458a7dc
commit 56b43f3b6f

View File

@ -88,10 +88,10 @@ const GLfloat ZUI_BG_HILITE[] = {
};
const GLfloat ZUI_BG_PAD_HILITE[] = {
0.22, 0.60, 0.44, 1,
0.22, 0.60, 0.44, 1,
0.22, 0.60, 0.44, 1,
0.22, 0.60, 0.44, 1,
0.30, 0.76, 0.93, 1,
0.30, 0.76, 0.93, 1,
0.30, 0.76, 0.93, 1,
0.30, 0.76, 0.93, 1,
};