diff options
| author | Malfurious <m@lfurio.us> | 2024-03-05 13:31:13 -0500 |
|---|---|---|
| committer | Matt Hunter <m@lfurio.us> | 2026-01-17 23:09:29 -0500 |
| commit | 283616c66fc44b805b7dd7c30bd4f61bc5479270 (patch) | |
| tree | ed919a11cdadd12f29b1a2d0ee577d93627de5c3 | |
| parent | 89fefe7e5285f7354d4ed2fb06c0103a071f12cc (diff) | |
| download | dwm-283616c66fc44b805b7dd7c30bd4f61bc5479270.tar.gz dwm-283616c66fc44b805b7dd7c30bd4f61bc5479270.zip | |
config: Set colors
| -rw-r--r-- | config.def.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/config.def.h b/config.def.h index ad48962..d485583 100644 --- a/config.def.h +++ b/config.def.h @@ -7,11 +7,11 @@ static const int showbar = 1; /* 0 means no bar */ static const int topbar = 1; /* 0 means bottom bar */ static const char *fonts[] = { "monospace:size=10" }; static const char dmenufont[] = "monospace:size=10"; -static const char col_gray1[] = "#222222"; -static const char col_gray2[] = "#444444"; +static const char col_gray1[] = "#080808"; +static const char col_gray2[] = "#222222"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#005577"; +static const char col_cyan[] = "#002a3b"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, |
