X-Git-Url: https://git.danieliu.xyz/?p=taskasaur.git;a=blobdiff_plain;f=config.h;fp=config.h;h=61f5bf0ec46ca86a0f2c6140a0dc82d4668f358e;hp=bffbcea3f8a6ed25f26c934f75409e32a29dccfb;hb=cc7da4297912fa4cacc4b13ebc59223df415a116;hpb=66d3a8f071cbf459f6799581146d4a34ca6e2c7b diff --git a/config.h b/config.h index bffbcea..61f5bf0 100644 --- a/config.h +++ b/config.h @@ -23,6 +23,10 @@ static int selected_color = COLOR_MAGENTA; static int non_selected_color = COLOR_WHITE; static int menu_selected_color = COLOR_CYAN; static int menu_non_selected_color = COLOR_GREEN; +static int item_count_color = COLOR_YELLOW; +static int due_faraway_color = COLOR_GREEN; +static int due_soon_color = COLOR_YELLOW; +static int due_urgent_color = COLOR_RED; /* KEYS */ #define BINDING_QUIT 'q'