You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
609 B
28 lines
609 B
15 years ago
|
/* XPM */
|
||
|
static char * basis_6_xpm[] = {
|
||
|
"22 18 6 1",
|
||
|
" c None",
|
||
|
"# c black",
|
||
|
"+ c #242724",
|
||
|
"@ c #4D4E4D",
|
||
|
"- c #6B6D6B",
|
||
|
". c #848484",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ### ",
|
||
|
" #. -@ ",
|
||
|
" # #@ ",
|
||
|
" ##- ## # +# # ",
|
||
|
" +.#. # -# #- #@ ",
|
||
|
" ++ # # #- +- # ",
|
||
|
" # # #-# # +@ ",
|
||
|
" #. #- #+. # .#+ ",
|
||
|
" .##@ # .## +# ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" "};
|