diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-02 18:28:34 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-02 18:28:34 +0000 |
| commit | 601c30fe95ae58f409fb415e09c671417bac721e (patch) | |
| tree | f1c00e126c6ad10cf7fbcc5da3df09bfbc8089db /themes | |
| parent | fa75be3fdc444bb0cbcf276ab14d1fb3c040ce6b (diff) | |
Fixed autostart.sh script not running
Diffstat (limited to 'themes')
| -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 b2df992..162087c 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,7 +6,7 @@ /* primary color */ -static const char col_cyan[] = "#00731f"; +static const char col_cyan[] = "#8c0180"; /* secondary colors */ |