Skip to content

Instantly share code, notes, and snippets.

@brb
Created October 22, 2012 15:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brb/3932117 to your computer and use it in GitHub Desktop.
Save brb/3932117 to your computer and use it in GitHub Desktop.
LTU flag in XPM
static char * lt15_xpm[] = {
"15 15 4 1",
" c None",
". c #FFFF00",
"+ c #1AA302",
"@ c #FC0000",
"...............",
"...............",
"...............",
"...............",
"...............",
"+++++++++++++++",
"+++++++++++++++",
"+++++++++++++++",
"+++++++++++++++",
"+++++++++++++++",
"@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@",
"@@@@@@@@@@@@@@@"};
@yfyf
Copy link

yfyf commented Oct 23, 2012

:]]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment