viz1090/monokai.h
nathan 8cd0fa2a9d directory cleanup of old hw stuff (retained in subdir
Former-commit-id: 03042b53b1c453e267695262a6b801ee9569ada5
Former-commit-id: 96eb24339b9ec6e7b8740a562c5869fe3b0b7de7
2019-09-08 15:06:42 -05:00

14 lines
230 B
C

#include "structs.h"
SDL_Color pink;
SDL_Color purple;
SDL_Color blue;
SDL_Color green;
SDL_Color yellow;
SDL_Color orange;
SDL_Color lightGrey;
SDL_Color grey;
SDL_Color darkGrey;
SDL_Color black;
SDL_Color white;
SDL_Color red;