This commit is contained in:
tavo-wasd 2023-04-22 13:00:36 -06:00
parent 9483c0ea05
commit 2e96923baf

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[] = "#d3869b"; static const char col_main[] = "#ebdbb2";
static const char col_second[] = "#121212"; static const char col_second[] = "#121212";
static const char *colors[][3] = { static const char *colors[][3] = {
/* --------------- */ /* --------------- */