mirror of
https://github.com/tiyn/dwm.git
synced 2025-04-30 20:57:51 +02:00
new color
This commit is contained in:
parent
da3b3a372c
commit
483b197eb5
@ -16,7 +16,7 @@ static const unsigned int baralpha = 0xd0;
|
||||
static const unsigned int borderalpha = OPAQUE;
|
||||
static const char col_gray3[] = "#f7f7f7";
|
||||
static const char col_gray4[] = "#000000";
|
||||
static const char col_cyan[] = "#ffa500";
|
||||
static const char col_cyan[] = "#a62238";
|
||||
static const char *colors[][3] = {
|
||||
/* fg bg border */
|
||||
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
|
||||
@ -52,6 +52,7 @@ static const Layout layouts[] = {
|
||||
{ "[]=", tile }, /* first entry is default */
|
||||
{ "><>", NULL }, /* no layout function means floating behavior */
|
||||
{ "[M]", monocle },
|
||||
{ "[D]", deck },
|
||||
};
|
||||
|
||||
/* key definitions */
|
||||
|
Loading…
x
Reference in New Issue
Block a user