diff options
Diffstat (limited to 'data/pixmaps/toolbar/time-musical.xpm')
-rw-r--r-- | data/pixmaps/toolbar/time-musical.xpm | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/time-musical.xpm b/data/pixmaps/toolbar/time-musical.xpm new file mode 100644 index 0000000..8053513 --- /dev/null +++ b/data/pixmaps/toolbar/time-musical.xpm @@ -0,0 +1,51 @@ +/* XPM */ +static char *time_musical[] = { +/* width height num_colors chars_per_pixel */ +" 20 19 25 1", +/* colors */ +". c None", +"# c #d7d7d7", +"a c #8e8e8e", +"b c #555555", +"c c #2b2b2b", +"d c #101010", +"e c #020202", +"f c #a4a4a4", +"g c #373737", +"h c #000000", +"i c #cecece", +"j c #383838", +"k c #a6a6a6", +"l c #212121", +"m c #757575", +"n c #b3b3b3", +"o c #dcdcdc", +"p c #b2b2b2", +"q c #4a4a4a", +"r c #151515", +"s c #9f9f9f", +"t c #838383", +"u c #888888", +"v c #313131", +"w c #060606", +/* pixels */ +"....................", +"....................", +".......qhhhhq.......", +"...hh..h....h.......", +"...hh.sv....vs......", +"....htqt....tq......", +".....hh......h......", +".....qh......h......", +".....sht.....vs.....", +".....qqh.....tq.....", +".....h.ht.....h.....", +".....h.fh.....h.....", +"....sv..ht....vs....", +"....qt..fhh...tq....", +"....h....hh....h....", +"...sh..........hs...", +"...hhhhhhhhhhhhhh...", +"....................", +"...................." +}; |