diff options
| author | stkhan <personal@slickd.xyz> | 2021-05-27 03:25:32 +0000 |
|---|---|---|
| committer | stkhan <personal@slickd.xyz> | 2021-05-27 03:25:32 +0000 |
| commit | 755e66c21ba5d96caf0f63131a95b98289c70bcd (patch) | |
| tree | 4282a7cbe1b667bb3eeb6b95c199170cd9a9391b /themes | |
| parent | 95cb811fc970e64c31d3b09a348b1cbe0bc8773c (diff) | |
Added emoji font
Diffstat (limited to 'themes')
| -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 f4ad3e3..b2df992 100644 --- a/themes/theme.h +++ b/themes/theme.h @@ -6,11 +6,11 @@ /* primary color */ -static const char col_cyan[] = "#6272a4"; +static const char col_cyan[] = "#00731f"; /* secondary colors */ -static const char col_gray1[] = "#282a36"; +static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; |