Chuck Hines wrote,...
>
> In the spirit of Ludvig's mini icons, here's another one,
> mini.xterm.xpm:
Thanks, very nice indeed!
Here are 3 more:
mini.letter.xpm:
/* XPM */
static char *letter[] = {
/* width height ncolors chars_per_pixel */
"14 10 5 1",
/* colors */
"_at_ c #000000",
"a c #808000",
"d c #C0C000",
". c #FFFFFF",
": c #FFFF00",
/* pixels */
"aaaaaaaaaaaaaa",
"ad..........d_at_",
"a.a::::::::ad_at_",
"a.:a::::::a:d_at_",
"a.::a::::a::d_at_",
"a.::da::ad::d_at_",
"a.:d::aa::d:d_at_",
"a.d::::::::dd_at_",
"adddddddddddd_at_",
"a_at_@@@@@@@@@@@@"
};
mini.cut.xpm:
/* XPM */
static char *cut[] = {
/* width height ncolors chars_per_pixel */
"9 14 3 1",
/* colors */
"_at_ c #000000",
". s none m none c none",
"X c #000080",
/* pixels */
".._at_...@..",
".._at_...@..",
".._at_...@..",
".._at_@.@@..",
"..._at_.@...",
"..._at_@@...",
"...._at_....",
"...X_at_X...",
"...X.XXX.",
".XXX.X..X",
"X..X.X..X",
"X..X.X..X",
"X..X..XX.",
".XX......",
};
mini.checkmark.xpm:
/* XPM */
static char *checkmark[] = {
/* width height ncolors chars_per_pixel */
"11 11 2 1",
/* colors */
"_at_ c #000000",
"_ s none m none c none",
/* pixels */
"___________at_",
"__________at_@",
"_________at_@@",
"________at_@@_",
"__at_@___@@@__",
"_at_@@__@@@___",
"_at_@@_@@@____",
"_at_@@@@@_____",
"_at_@@@@______",
"_at_@@@_______",
"__at_@________"
};
--
| S I E M E N S | Martin.Kraemer_at_mch.sni.de | Siemens Nixdorf
| ------------- | Voice: +49-89-636-46021 | Informationssysteme AG
| N I X D O R F | FAX: +49-89-636-44994 | 81730 Munich, Germany
~~~~~~~~~~~~~~~~ (My opinions only, of course; pgp key available on request)
--
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_hpc.uh.edu.
To report problems, send mail to fvwm-owner_at_hpc.uh.edu.
Received on Wed Oct 18 1995 - 04:45:24 BST