diff options
| author | stkhan <personal@slickd.xyz> | 2021-04-17 19:35:35 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-04-17 19:35:35 +0000 |
| commit | 168bece0de9c226f490c0dd462bfbce6de9854e2 (patch) | |
| tree | 37451cfccb6f44dc77a1d4ac75fb60524f19ce34 /dwm-6.2/config.h | |
| parent | 058b23aca28b95f93b2300664beebb6404f1d4b8 (diff) | |
Added green
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 5eae90e..7d90872 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[] = "#bf0d00"; +static const char col_cyan[] = "#00731f"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, |