diff options
| author | Chris Sobczak <chris@sobczak.family> | 2026-06-30 20:11:33 -0700 |
|---|---|---|
| committer | Chris Sobczak <chris@sobczak.family> | 2026-06-30 20:11:33 -0700 |
| commit | ba7c1ddd863d409a301870b12fae99a6491444d0 (patch) | |
| tree | 9b188c1fd3cdd7d0c71ef616aa59448ea9857c81 | |
| parent | 5d13503ded6942bf1e5a805a602cf6f5aaf7ac8b (diff) | |
match colors from dwm
| -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 }; |
