add alphas to scheme hid - fix tranparency issues
This commit is contained in:
parent
f90eea39df
commit
66e12ff91d
@ -31,6 +31,7 @@ static const unsigned int alphas[][3] = {
|
|||||||
/* fg bg border*/
|
/* fg bg border*/
|
||||||
[SchemeNorm] = { OPAQUE, baralpha, borderalpha },
|
[SchemeNorm] = { OPAQUE, baralpha, borderalpha },
|
||||||
[SchemeSel] = { OPAQUE, baralpha, borderalpha },
|
[SchemeSel] = { OPAQUE, baralpha, borderalpha },
|
||||||
|
[SchemeHid] = { OPAQUE, baralpha, borderalpha },
|
||||||
};
|
};
|
||||||
|
|
||||||
/* tagging */
|
/* tagging */
|
||||||
|
Loading…
Reference in New Issue
Block a user