viz1090/sdl1090/monokai.h
Nathan aa8e3dca4b status boxes on map layout
Former-commit-id: 0ef788b2ddd092a1d30bdcc6d83bc0e972d5e229
Former-commit-id: 733d714f10f3ea03cf011aa4226c62a7784b2a36
2017-10-05 22:25:30 -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;