|
|
|
@ -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 */
|
|
|
|
|