diff options
| author | stkhan <personal@slickd.xyz> | 2021-04-17 07:32:15 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-04-17 07:32:15 +0000 |
| commit | 058b23aca28b95f93b2300664beebb6404f1d4b8 (patch) | |
| tree | 35ad285fe94726adf17a4a097b0978af4f79bed7 /dwm-6.2/config.h | |
| parent | 1468724e154b65eb62bc029f1928cef525f8289c (diff) | |
Added themes
Diffstat (limited to 'dwm-6.2/config.h')
| -rw-r--r-- | dwm-6.2/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-6.2/config.h b/dwm-6.2/config.h index 05d2e77..5eae90e 100644 --- a/dwm-6.2/config.h +++ b/dwm-6.2/config.h @@ -14,7 +14,7 @@ static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#0a0063"; +static const char col_cyan[] = "#bf0d00"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, |