diff options
| -rw-r--r-- | theme/snowy_mountain/colors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/snowy_mountain/colors.h b/theme/snowy_mountain/colors.h index 9c38fbc..9bb0587 100644 --- a/theme/snowy_mountain/colors.h +++ b/theme/snowy_mountain/colors.h @@ -6,7 +6,7 @@ /* primary color */ -static const char col_cyan[] = "#3a4e8c"; +static const char col_cyan[] = "#778692"; /* secondary colors */ |