From 21c242d0316a296fcd27072fb6dd46ccc6a76bd1 Mon Sep 17 00:00:00 2001 From: "@syxhe" Date: Sun, 28 Jul 2024 00:35:41 -0500 Subject: Scroll through colors when spinning --- src/screen.h | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'src/screen.h') diff --git a/src/screen.h b/src/screen.h index 8b8c8f8..a5f51fd 100644 --- a/src/screen.h +++ b/src/screen.h @@ -39,6 +39,7 @@ enum custom_colors { CC_PURPLE, // RGB: 155, 0, 255 CC_MAGENTA, // RGB: 255, 0, 255 CC_WHITE, // RGB: 255, 255, 255 + CC_BLACK, // RGB: 0, 0, 0 // This isn't actually a color, even if you try to use it as one CC_TOOBIG @@ -47,8 +48,17 @@ enum custom_colors { enum customcolor_pairs { CCP_UNDEFINED, - CCP_BANNER, CCP_TESTING, + CCP_BANNER, + + CCP_RED, + CCP_ORANGE, + CCP_YELLOW, + CCP_GREEN, + CCP_BLUE, + CCP_PURPLE, + CCP_MAGENTA, + CCP_WHITE, CCP_TOOBIG }; -- cgit v1.2.3