diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-19 17:18:07 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-19 17:18:07 -0500 |
| commit | 60f1e650a996c95ab937627096300503cfd90292 (patch) | |
| tree | b547509fe650947fa2627dcec46ab4a202d0e221 /themes/theme.h | |
| parent | 412fa23b2db9d2a74097a3c3cb8ba885dbc3e1a0 (diff) | |
Made installation script quiet, and added purple theme
Diffstat (limited to 'themes/theme.h')
| -rw-r--r-- | themes/theme.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/theme.h b/themes/theme.h index dfca57e..162087c 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,7 +6,7 @@ /* primary color */ -static const char col_cyan[] = "#0a0063"; +static const char col_cyan[] = "#8c0180"; /* secondary colors */ |