summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-06-02 18:35:29 +0000
committerstkhan <personal@slickd.xyz>2021-06-02 18:35:29 +0000
commiteb94b846da358fac9022d9bedbfb34b5db1279ba (patch)
tree22612e87905b446444a8bf6d5d0ef765a0a4781f /themes
parent601c30fe95ae58f409fb415e09c671417bac721e (diff)
Typo
Diffstat (limited to 'themes')
-rw-r--r--themes/theme.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/theme.h b/themes/theme.h
index 162087c..ae77542 100644
--- a/themes/theme.h
+++ b/themes/theme.h
@@ -6,11 +6,11 @@
/* primary color */
-static const char col_cyan[] = "#8c0180";
+static const char col_cyan[] = "#5e81ac";
/* secondary colors */
-static const char col_gray1[] = "#222222";
+static const char col_gray1[] = "#2e3440";
static const char col_gray2[] = "#444444";
static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee";