diff options
Diffstat (limited to 'themes/default')
| -rw-r--r-- | themes/default | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/themes/default b/themes/default index b81f7bd..c7f07c9 100644 --- a/themes/default +++ b/themes/default @@ -6,14 +6,14 @@ /* primary color */ -static const char col_cyan[] = "#0a0063"; +static const char col_cyan[] = "#005577"; */ -/* secondary colors */ +/* Secondary color */ static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; -static const char col_gray4[] = "#005577"; +static const char col_gray4[] = "#eeeeee"; /* st config */ |