Files
tiles-and-such/Solaris & CDE/solaris-raw-bitmaps/Squares.pm
2017-09-21 14:31:03 -04:00

44 lines
1.5 KiB
Perl

/* XPM */
/*********************************************************************
* (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
**********************************************************************/
static char * Squares_pm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"32 32 2 1 0 0",
/* colors */
" s bottomShadowColor m black c #636363636363",
". s selectColor m white c #737373737373",
/* pixels */
" . . ",
" . ...... . ",
"... . . ...",
" . . ",
" . . ",
" ...... . . ",
" . . ...... ",
" . . ",
" . . ",
" . . ...... ",
" ...... . . ",
" . . ",
" . . ",
" ...... . . ",
" . . ...... ",
" . . ",
" . . ",
" ...... . . ",
" . . ...... ",
" . . ",
" . . ",
" . . ...... ",
" ...... . . ",
" . . ",
" . . ",
" ...... . . ",
" . . ...... ",
" . . ",
" . . ",
"... . . ...",
" . ...... . ",
" . . "};