diff options
| author | stkhan <personal@slickd.xyz> | 2021-06-23 21:21:08 -0500 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-06-23 21:21:08 -0500 |
| commit | d23e1969acfdb5d6212e3e796b33963d47e01c08 (patch) | |
| tree | f0fa005a5c118ad00f23c4c68fe64d0712a2a285 /themes/default | |
| parent | 7ee7c74831b87a60291db335a272ed4ba3c27496 (diff) | |
sarc 1.0.0
Former-commit-id: 0154c723c80f3fec789ad09e43749cdffd0f6503
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 */ |