diff options
| author | stkhan <personal@slickd.xyz> | 2023-12-07 06:50:12 -0600 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2023-12-07 06:50:12 -0600 |
| commit | 854bee3a67b82e578fe1963ef8a15ffb9e755449 (patch) | |
| tree | eef56e3ccc21329b7d2896bbd43caaaa33d94d91 /theme | |
| parent | e11cdaf6b2d3d0807f980e0a09e85a0215c79d3d (diff) | |
Change theme color
Diffstat (limited to 'theme')
| -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 */ |