diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/config.def.h b/config.def.h index ba4739d..684a55c 100644 --- a/config.def.h +++ b/config.def.h @@ -25,9 +25,12 @@ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = {"Maple Mono NL:size=12"}; static uint32_t colors[][3] = { /* fg bg border */ - [SchemeNorm] = { 0xbbbbbbff, 0x00000000, 0x444444ff }, - [SchemeSel] = { 0xeeeeeeff, 0x00000000, 0x005577ff }, - [SchemeUrg] = { 0, 0, 0x770000ff }, + [SchemeNorm] = { 0x6d792dff, 0x00000000, 0x00000000 }, + [SchemeSel] = { 0xaebbccff, 0x52453580, 0x00000000 }, + [SchemeUrg] = { 0, 0, 0x00000000 }, +// [SchemeNorm] = { 0xbbbbbbff, 0x00000000, 0x00000000 }, +// [SchemeSel] = { 0xeeeeeeff, 0x00000000, 0x00000000 }, +// [SchemeUrg] = { 0, 0, 0x00000000 }, }; /* tagging */ @@ -152,10 +155,10 @@ static const char *menucmd[] = { "wmenu-run", "-i", "-f", "Maple Mono NL 12", - "-N", "bbbbbbff", - "-n", "000000", - "-S", "eeeeee", - "-s", "000000", + "-N", "bbbbbb00", + "-n", "000000ff", + "-S", "eeeeeeff", + "-s", "00000000", "-p", "Run:", NULL }; |
