diff options
Diffstat (limited to 'icons/mini/5floppy_supermount.xpm')
-rw-r--r-- | icons/mini/5floppy_supermount.xpm | 80 |
1 files changed, 42 insertions, 38 deletions
diff --git a/icons/mini/5floppy_supermount.xpm b/icons/mini/5floppy_supermount.xpm index abefff9..eeda489 100644 --- a/icons/mini/5floppy_supermount.xpm +++ b/icons/mini/5floppy_supermount.xpm @@ -1,39 +1,43 @@ /* XPM */ -static char*floppy_supermount[]={ -"16 16 20 1", -"a c #424242", -". c None", -"b c #d6d6d6", -"k c #626262", -"# c #2c2c2c", -"r c #7ed87e", -"d c #828282", -"h c #4c4c4c", -"l c #5c5c5c", -"n c #7e8f7e", -"c c #6c6c6c", -"p c #7ec07e", -"g c #363636", -"i c #000000", -"j c #565656", -"o c #7e9f7e", -"q c #7ed07e", -"m c #7e877e", -"f c #585858", -"e c #ffffff", -"................", -".......#........", -"......abbc......", -".....adbeebc....", -"....afffdbeeda..", -"...afffa#fddfffg", -"..affff..#ffffg.", -".afffffahffffg..", -"#ffffdifffffj...", -".jkfliaffffj....", -"...jkaffffj.....", -".....jkffj......", -".......jj..mnno.", -"...........nppq.", -"...........nqqr.", -"................"}; +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"16 16 21 1", +" c Gray0", +". c #2c2c2c", +"X c Gray21", +"o c Gray26", +"O c #4c4c4c", +"+ c #565656", +"@ c #585858", +"# c Gray36", +"$ c #626262", +"% c #6c6c6c", +"& c #7e877e", +"* c #7e8f7e", +"= c #7e9f7e", +"- c #7ec07e", +"; c #7ed07e", +": c #7ed87e", +"> c Gray51", +", c Gray74", +"< c Gray84", +"1 c Gray100", +"2 c None", +/* pixels */ +"2222222222222222", +"2222222.22222222", +"222222o<<%222222", +"22222o><11<%2222", +"2222o@@@><11>o22", +"222o@@@o.@>>@@@X", +"22o@@@@22.@@@@X2", +"2o@@@@@oO@@@@X22", +".@@@@> @@@@@+222", +"2+$@# o@@@@+2222", +"222+$o@@@@+22222", +"22222+$@@+222222", +"2222222++22&**=2", +"22222222222*--;2", +"22222222222*;;:2", +"2222222222222222" +}; |