Changed the transparency of the topbar

This commit is contained in:
_N0x 2021-10-17 14:55:21 +02:00
parent fd81dd28e8
commit 103d657e33

View File

@ -21,6 +21,7 @@ static const char dmenupromt[] = "Run:";
/* colors */
static const char col_gray1[] = "#222222";
//static const char col_gray1[] = "#3b4252";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
@ -32,7 +33,7 @@ static const char *colors[][3] = {
};
/* alpha */
static const unsigned int baralpha = 0xd0;
static const unsigned int baralpha = 0xa0;
static const unsigned int borderalpha = OPAQUE;
static const unsigned int alphas[][3] = {
/* fg bg border */