diff options
Diffstat (limited to 'color.h')
-rw-r--r-- | color.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -0,0 +1,4 @@ +#include <SDL2/SDL.h> + +const SDL_Color COLOR_BG = { 0x1C, 0x1C, 0x1C, 0xFF }; +const SDL_Color COLOR_FG = { 0xEB, 0xDB, 0xB2, 0xFF }; |