diff options
| author | philw <dscr@duck.com> | 2025-03-17 16:59:20 +0100 |
|---|---|---|
| committer | philw <dscr@duck.com> | 2025-03-17 16:59:20 +0100 |
| commit | 515b7f3b4f048b29325e3e38f0f4a2ef898e8daa (patch) | |
| tree | 48290d42e1d7b50e2be120826b549fefa9216ffb /config.h | |
| parent | 88e4e232df671f2f268708f09613d3412756cf8c (diff) | |
| download | dwm-515b7f3b4f048b29325e3e38f0f4a2ef898e8daa.tar.gz dwm-515b7f3b4f048b29325e3e38f0f4a2ef898e8daa.zip | |
Tweak the colorscheme
Diffstat (limited to '')
| -rw-r--r-- | config.h | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -23,16 +23,16 @@ static const char col_gray2[] = "#444444"; | |||
| 23 | static const char col_gray3[] = "#bbbbbb"; | 23 | static const char col_gray3[] = "#bbbbbb"; |
| 24 | static const char col_gray4[] = "#eeeeee"; | 24 | static const char col_gray4[] = "#eeeeee"; |
| 25 | static const char col_cyan[] = "#005577"; | 25 | static const char col_cyan[] = "#005577"; |
| 26 | static const char norm_fg[] = "#ddbb88"; | 26 | static const char norm_fg[] = "#383a42"; |
| 27 | static const char norm_bg[] = "#000c18"; | 27 | static const char norm_bg[] = "#e1e3ea"; |
| 28 | static const char norm_border[] = "#3f3f40"; | 28 | static const char norm_border[] = "#3f3f40"; |
| 29 | 29 | ||
| 30 | static const char sel_fg[] = "#ddbb88"; | 30 | static const char sel_fg[] = "#383a42"; |
| 31 | static const char sel_bg[] = "#000c18"; | 31 | static const char sel_bg[] = "#e1e3ea"; |
| 32 | static const char sel_border[] = "#225588"; | 32 | static const char sel_border[] = "#225588"; |
| 33 | 33 | ||
| 34 | static const char urg_fg[] = "#225588"; | 34 | static const char urg_fg[] = "#225588"; |
| 35 | static const char urg_bg[] = "#000c18"; | 35 | static const char urg_bg[] = "#e1e3ea"; |
| 36 | static const char urg_border[] = "#000c18"; | 36 | static const char urg_border[] = "#000c18"; |
| 37 | 37 | ||
| 38 | static const char *colors[][3] = { | 38 | static const char *colors[][3] = { |
