diff options
| author | @syxhe <https://t.me/syxhe> | 2024-07-28 00:35:41 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2024-07-28 00:35:41 -0500 |
| commit | 21c242d0316a296fcd27072fb6dd46ccc6a76bd1 (patch) | |
| tree | 290e45e17adc89ece7ea3fdb36a4040c5c33d435 /src/screen.h | |
| parent | 78d7f29b532705c5997e565539d9c250449cd061 (diff) | |
Scroll through colors when spinning
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 12 |
1 files changed, 11 insertions, 1 deletions
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 { | |||
| 39 | CC_PURPLE, // RGB: 155, 0, 255 | 39 | CC_PURPLE, // RGB: 155, 0, 255 |
| 40 | CC_MAGENTA, // RGB: 255, 0, 255 | 40 | CC_MAGENTA, // RGB: 255, 0, 255 |
| 41 | CC_WHITE, // RGB: 255, 255, 255 | 41 | CC_WHITE, // RGB: 255, 255, 255 |
| 42 | CC_BLACK, // RGB: 0, 0, 0 | ||
| 42 | 43 | ||
| 43 | // This isn't actually a color, even if you try to use it as one | 44 | // This isn't actually a color, even if you try to use it as one |
| 44 | CC_TOOBIG | 45 | CC_TOOBIG |
| @@ -47,8 +48,17 @@ enum custom_colors { | |||
| 47 | enum customcolor_pairs { | 48 | enum customcolor_pairs { |
| 48 | CCP_UNDEFINED, | 49 | CCP_UNDEFINED, |
| 49 | 50 | ||
| 50 | CCP_BANNER, | ||
| 51 | CCP_TESTING, | 51 | CCP_TESTING, |
| 52 | CCP_BANNER, | ||
| 53 | |||
| 54 | CCP_RED, | ||
| 55 | CCP_ORANGE, | ||
| 56 | CCP_YELLOW, | ||
| 57 | CCP_GREEN, | ||
| 58 | CCP_BLUE, | ||
| 59 | CCP_PURPLE, | ||
| 60 | CCP_MAGENTA, | ||
| 61 | CCP_WHITE, | ||
| 52 | 62 | ||
| 53 | CCP_TOOBIG | 63 | CCP_TOOBIG |
| 54 | }; | 64 | }; |
