add alphas to scheme hid - fix tranparency issues

This commit is contained in:
Jakub 2024-05-19 08:57:30 -04:00
parent f90eea39df
commit 66e12ff91d

View File

@ -31,6 +31,7 @@ static const unsigned int alphas[][3] = {
/* fg bg border*/
[SchemeNorm] = { OPAQUE, baralpha, borderalpha },
[SchemeSel] = { OPAQUE, baralpha, borderalpha },
[SchemeHid] = { OPAQUE, baralpha, borderalpha },
};
/* tagging */