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

61 lines
2.9 KiB
Perl

/* XPM */
/*********************************************************************
* (c) Copyright 1993, 1994, 1995 Sun Microsystems, Inc.
**********************************************************************/
static char * Dimple_pm[] = {
/* width height ncolors cpp [x_hot y_hot] */
"48 48 3 1 0 0",
/* colors */
" s background m black c #949494949494",
". s topShadowColor m white c #bdbdbdbdbdbd",
"X s bottomShadowColor m black c #636363636363",
/* pixels */
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . ",
" ... ",
" ... ",
" . X ",
" X ",
" XX ",
" XX ",
" XXXX ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" . ",
" ... ",
" ... ",
" . X ",
" X ",
" XX ",
" XX ",
" XXXX ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "};