Browse Source

new color

config
TiynGER 9 months ago
parent
commit
483b197eb5
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      config.def.h

+ 2
- 1
config.def.h

@ -16,7 +16,7 @@ static const unsigned int baralpha = 0xd0;
static const unsigned int borderalpha = OPAQUE; static const unsigned int borderalpha = OPAQUE;
static const char col_gray3[] = "#f7f7f7"; static const char col_gray3[] = "#f7f7f7";
static const char col_gray4[] = "#000000"; static const char col_gray4[] = "#000000";
static const char col_cyan[] = "#ffa500";
static const char col_cyan[] = "#a62238";
static const char *colors[][3] = { static const char *colors[][3] = {
/* fg bg border */ /* fg bg border */
[SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, [SchemeNorm] = { col_gray3, col_gray1, col_gray2 },
@ -52,6 +52,7 @@ static const Layout layouts[] = {
{ "[]=", tile }, /* first entry is default */ { "[]=", tile }, /* first entry is default */
{ "><>", NULL }, /* no layout function means floating behavior */ { "><>", NULL }, /* no layout function means floating behavior */
{ "[M]", monocle }, { "[M]", monocle },
{ "[D]", deck },
}; };
/* key definitions */ /* key definitions */

Loading…
Cancel
Save