Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
70
cde/programs/icons/Dtpaint.m.pm
Normal file
70
cde/programs/icons/Dtpaint.m.pm
Normal file
@@ -0,0 +1,70 @@
|
||||
/* XPM */
|
||||
/* $XConsortium: Dtpaint.m.pm /main/3 1995/07/18 16:46:14 drk $ */
|
||||
/*********************************************************************
|
||||
* (c) Copyright 1993, 1994 Hewlett-Packard Company
|
||||
* (c) Copyright 1993, 1994 International Business Machines Corp.
|
||||
* (c) Copyright 1993, 1994 Sun Microsystems, Inc.
|
||||
* (c) Copyright 1993, 1994 Unix System Labs, Inc., a subsidiary of
|
||||
* Novell, Inc.
|
||||
**********************************************************************/
|
||||
|
||||
/* Designed by the User Interaction Design Group, Hewlett-Packard */
|
||||
static char *paint32[]={
|
||||
/* width height ncolors cpp [x_hot y_hot] */
|
||||
"32 32 21 1 0 0",
|
||||
/* colors */
|
||||
" c none m none s none",
|
||||
"$ s topShadowColor m white c #bdbdbdbdbdbd",
|
||||
"& s background m black c #949494949494",
|
||||
"( s selectColor m white c #737373737373",
|
||||
"* s bottomShadowColor m black c #636363636363",
|
||||
". s iconColor1 c black m black",
|
||||
"B s iconColor2 c white m white",
|
||||
"4 s iconColor3 c red m black",
|
||||
"6 s iconColor4 c green m white",
|
||||
"8 s iconColor5 c blue m black",
|
||||
"2 s iconColor6 c yellow m white",
|
||||
": s iconColor7 c cyan m white",
|
||||
"0 s iconColor8 c magenta m black",
|
||||
"< s iconGray1 m white c #dededededede",
|
||||
"> s iconGray2 m white c #bdbdbdbdbdbd",
|
||||
"@ s iconGray3 m white c #adadadadadad",
|
||||
"D s iconGray4 m white c #949494949494",
|
||||
"F s iconGray5 m black c #737373737373",
|
||||
"H s iconGray6 m black c #636363636363",
|
||||
"J s iconGray7 m black c #424242424242",
|
||||
"L s iconGray8 m black c #212121212121",
|
||||
/* pixels */
|
||||
" ",
|
||||
" BBBBBB. ",
|
||||
" B......B. ",
|
||||
" B. BB. ",
|
||||
" B. B. ",
|
||||
" B. BBB> B. ",
|
||||
" B.BHJJHB B. ",
|
||||
" B.HJJHHJBB. ",
|
||||
" BB.JJHHJJJB. ",
|
||||
" B.B.B.822466D. ",
|
||||
" BB.B.B.8824466. ",
|
||||
" BB>....>.8824466. ",
|
||||
" BB>>F...J>.822446. ",
|
||||
" BB>>F>J>J>JJ.82446. ",
|
||||
" B>>F>J>J>JJJJ82446. ",
|
||||
" B>F>J>J>JJJJJ82446. ",
|
||||
" BF>J>J>JJJJJ>822466. ",
|
||||
" BFJ>J>JJJJJ>.882466. ",
|
||||
" .FJ>JJJJJ>. 882446. ",
|
||||
" .FJJJJJ>. 882446. ",
|
||||
" .FJJJ>. 882246. ",
|
||||
" ..... 8822466. ",
|
||||
" 88822446. .. ",
|
||||
" 88222446666.. ",
|
||||
" 8888222244666666.. ",
|
||||
" .88822B44.44..B66. ",
|
||||
" ..B8.22B.4B4..4B.6BB.. ",
|
||||
" ..8B..B2..4B..BB..BB.. ",
|
||||
" ..BB..BB..BB..BB.. ",
|
||||
" ..BB..BB..BB..BB.. ",
|
||||
" .. ",
|
||||
" .. "
|
||||
};
|
||||
Reference in New Issue
Block a user