Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #ifdef _UTILS_GFX_CPP
- SDL_Color _gfx_palette_default[32] = {
- //text
- { 36, 36, 36, 255 }, //clr_black
- { 109, 109, 109, 255 }, //clr_dgray
- { 182, 182, 182, 255 }, //clr_lgray
- { 255, 255, 255, 255 }, //clr_white
- { 217, 87, 87, 255 }, //clr_red
- { 153, 229, 80, 255 }, //clr_green
- { 39, 138, 248, 255 }, //clr_blue
- { 79, 242, 255, 255 }, //clr_cyan
- { 242, 16, 248, 255 }, //clr_magenta
- { 251, 242, 54, 255 }, //clr_yellow
- { 165, 99, 33, 255 }, //clr_brown
- { 94, 133, 58, 255 }, //clr_moss
- { 99, 155, 255, 255 }, //clr_lblue
- { 74, 189, 143, 255 }, //clr_teal
- { 143, 61, 218, 255 }, //clr_purple
- { 255, 145, 79, 255 }, //clr_orange
- //background
- { 0, 0, 0, 255 }, //clr_black
- { 73, 73, 73, 255 }, //clr_dgray
- { 146, 146, 146, 255 }, //clr_lgray
- { 219, 219, 219, 255 }, //clr_white
- { 172, 50, 50, 255 }, //clr_red
- { 106, 190, 48, 255 }, //clr_green
- { 55, 75, 253, 255 }, //clr_blue
- { 0, 204, 221, 255 }, //clr_cyan
- { 204, 0, 204, 255 }, //clr_magenta
- { 244, 202, 54, 255 }, //clr_yellow
- { 120, 72, 24, 255 }, //clr_brown
- { 75, 105, 47, 255 }, //clr_moss
- { 91, 110, 225, 255 }, //clr_lblue
- { 55, 148, 110, 255 }, //clr_teal
- { 125, 38, 205, 255 }, //clr_purple
- { 255, 116, 32, 255 }, //clr_orange
- };
- #endif /* _UTILS_GFX_CPP */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement