diff options
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 */ |