Skip to content

Instantly share code, notes, and snippets.

@ckoparkar
Created November 13, 2013 07:29
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 ckoparkar/42d2af722d7bee3b23c0 to your computer and use it in GitHub Desktop.
Save ckoparkar/42d2af722d7bee3b23c0 to your computer and use it in GitHub Desktop.
modified outerspace.xpm for nyan cat mode
/* XPM */
static char * outerspace_xpm[] = {
"8 15 2 1",
" c None",
". c #333333",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........"};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment