diff options
Diffstat (limited to 'themes/theme.h')
| -rw-r--r-- | themes/theme.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/theme.h b/themes/theme.h index ae77542..f4ad3e3 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,11 +6,11 @@ /* primary color */ -static const char col_cyan[] = "#5e81ac"; +static const char col_cyan[] = "#6272a4"; /* secondary colors */ -static const char col_gray1[] = "#2e3440"; +static const char col_gray1[] = "#282a36"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; |