mirror of
https://github.com/tiyn/dwm.git
synced 2025-10-30 02:31:15 +01:00
make opaque
This commit is contained in:
@@ -20,12 +20,7 @@ static const char normfgcolor[] = "#dfdfdf";
|
||||
static const char selfgcolor[] = "#eeeeee";
|
||||
static const char selbordercolor[] = "#555a63";
|
||||
static const char selbgcolor[] = "#282828";
|
||||
static const char col_gray1[] = "#222222";
|
||||
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 baralpha = 0xff;
|
||||
static const unsigned int borderalpha = OPAQUE;
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
|
||||
2
config.h
2
config.h
@@ -20,7 +20,7 @@ static const char normfgcolor[] = "#dfdfdf";
|
||||
static const char selfgcolor[] = "#eeeeee";
|
||||
static const char selbordercolor[] = "#555a63";
|
||||
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 char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
|
||||
Reference in New Issue
Block a user