Created
November 13, 2013 07:29
-
-
Save ckoparkar/42d2af722d7bee3b23c0 to your computer and use it in GitHub Desktop.
modified outerspace.xpm for nyan cat mode
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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