From 483b197eb542e340222aa56e64b852e881f8f4c9 Mon Sep 17 00:00:00 2001 From: TiynGER Date: Thu, 2 Apr 2020 01:23:47 +0200 Subject: [PATCH] new color --- config.def.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index 532f8dc..415e688 100644 --- a/config.def.h +++ b/config.def.h @@ -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 */