This commit is contained in:
tavo-wasd 2023-04-22 12:55:11 -06:00
parent a4d532620d
commit 9483c0ea05

View file

@ -16,7 +16,7 @@ static const char col_gray3[] = "#bbbbbb";
static const char col_gray4[] = "#eeeeee"; static const char col_gray4[] = "#eeeeee";
static const char col_cyan[] = "#005577"; static const char col_cyan[] = "#005577";
/* custom colors */ /* custom colors */
static const char col_main[] = "#83a598"; static const char col_main[] = "#d3869b";
static const char col_second[] = "#121212"; static const char col_second[] = "#121212";
static const char *colors[][3] = { static const char *colors[][3] = {
/* --------------- */ /* --------------- */