From d23e1969acfdb5d6212e3e796b33963d47e01c08 Mon Sep 17 00:00:00 2001 From: stkhan Date: Wed, 23 Jun 2021 21:21:08 -0500 Subject: sarc 1.0.0 Former-commit-id: 0154c723c80f3fec789ad09e43749cdffd0f6503 --- themes/default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'themes/default') 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 */ -- cgit v1.2.3