Add all colors to config

This commit is contained in:
2024-06-20 23:54:35 -04:00
parent b2c4afdc05
commit 1418c2bc8d
7 changed files with 178 additions and 75 deletions

View File

@@ -35,10 +35,12 @@ typedef u32 Color;
typedef enum {
COLOR_BACKGROUND, //silver-y black
COLOR_ACCENT,
COLOR_WHITE,
COLOR_WHITE_BACKGROUND,
COLOR_WHITE_ACCENT,
COLOR_CURSOR,
COLOR_BLACK,
COLOR_RED,
COLOR_RED_BACKGROUND,
COLOR_RED_ACCENT,
COLOR_YELLOW,
COLOR_AMOUNT,