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.
 
 
 
 
 

25 lines
492 B

/* XPM */
const char *tools_xpm[] = {
/* columns rows colors const chars-per-pixel */
"16 16 5 1",
" c None",
". c #000000",
"+ c #FFFFFF",
"@ c #BFE5FF",
"# c #696969",
"............... ",
".+++++++++++++. ",
".@#@..@....@#@. ",
".+++++++++++++. ",
".@#@..@..@@@#@. ",
".+++++++++++++. ",
".@#@..@....@#@. ",
".+++++++++++++. ",
".@#@..@...@@#@. ",
".+++++++++++++. ",
".@#@..@....@#@. ",
".+++++++++++++. ",
".@#@..@..@..#@. ",
".+++++++++++++. ",
"............... ",
" "};