1
0
mirror of https://github.com/tiyn/dwm.git synced 2025-04-19 15:57:45 +02:00

make opaque

This commit is contained in:
tiyn 2023-10-22 05:47:46 +02:00
parent eef5c85efb
commit 920f45062d
2 changed files with 2 additions and 7 deletions

View File

@ -20,12 +20,7 @@ static const char normfgcolor[] = "#dfdfdf";
static const char selfgcolor[] = "#eeeeee"; static const char selfgcolor[] = "#eeeeee";
static const char selbordercolor[] = "#555a63"; static const char selbordercolor[] = "#555a63";
static const char selbgcolor[] = "#282828"; static const char selbgcolor[] = "#282828";
static const char col_gray1[] = "#222222"; static const unsigned int baralpha = 0xff;
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577";
static const unsigned int baralpha = 0xd0;
static const unsigned int borderalpha = OPAQUE; static const unsigned int borderalpha = OPAQUE;
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */

View File

@ -20,7 +20,7 @@ static const char normfgcolor[] = "#dfdfdf";
static const char selfgcolor[] = "#eeeeee"; static const char selfgcolor[] = "#eeeeee";
static const char selbordercolor[] = "#555a63"; static const char selbordercolor[] = "#555a63";
static const char selbgcolor[] = "#282828"; static const char selbgcolor[] = "#282828";
static const unsigned int baralpha = 0xd0; static const unsigned int baralpha = 0xff;
static const unsigned int borderalpha = OPAQUE; static const unsigned int borderalpha = OPAQUE;
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */