80 lines
3.5 KiB
Perl
80 lines
3.5 KiB
Perl
/* XPM */
|
|
/* $XConsortium: trash.pm /main/2 1996/07/23 12:56:18 drk $ */
|
|
/* Designed by the User Interaction Design Group, Hewlett-Packard. */
|
|
/* (c) Copyright 1993 Hewlett-Packard Company. */
|
|
static char *trash48[]={
|
|
/* width height ncolors cpp [x_hot y_hot] */
|
|
"48 48 21 1 0 0",
|
|
/* colors */
|
|
" c none m none s none",
|
|
"/ s topShadowColor m white",
|
|
"= s background m black",
|
|
"; s selectColor m white",
|
|
"\ s bottomShadowColor m black",
|
|
"x s iconColor1 c black m black",
|
|
". s iconColor2 c white m white",
|
|
"r s iconColor3 c red m black",
|
|
"g s iconColor4 c green m white",
|
|
"b s iconColor5 c blue m black",
|
|
"y s iconColor6 c yellow m black",
|
|
"c s iconColor7 c cyan m white",
|
|
"m s iconColor8 c magenta m white",
|
|
"1 s iconGray1 c #e1e1e1e1e1e1 m white",
|
|
"2 s iconGray2 c #c8c8c8c8c8c8 m white",
|
|
"3 s iconGray3 c #afafafafafaf m white",
|
|
"4 s iconGray4 c #969696969696 m white",
|
|
"5 s iconGray5 c #7d7d7d7d7d7d m black",
|
|
"6 s iconGray6 c #646464646464 m black",
|
|
"7 s iconGray7 c #4b4b4b4b4b4b m black",
|
|
"8 s iconGray8 c #323232323232 m black",
|
|
/* pixels */
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" \\\\\\\\\\\\\\\\\\\// ",
|
|
" \411111111111111134\\/ ",
|
|
" \14111111111111111114\/ ",
|
|
" \121222222222222222217/ ",
|
|
" \121222222222222222217/ ",
|
|
" \721222222222222222217/ ",
|
|
" \177777777777777777777/ ",
|
|
" \312222222222222222227/ ",
|
|
" \432444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \432444444444444444447/ ",
|
|
" \332444444444444444447/ ",
|
|
" \43244444xxxxxx4444447/ ",
|
|
" /x3244444x111111544447/ ",
|
|
" /x244444xxxxxx5544447/ ",
|
|
" /xxxxxxxxxxxxxxxxxxx/ ",
|
|
" /////// //////// ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
" ",
|
|
};
|