viz1090/monokai.h
nathan 1efbc59320 directory cleanup of old hw stuff (retained in subdir
Former-commit-id: 43a73a7b2dbb7be398f79f40602e3527d42f0e1a
Former-commit-id: d49dd4b7d39d708518a7244f16be37db47027ac7
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;