diff options
Diffstat (limited to 'data/pixmaps/toolbar/trill.xpm')
-rw-r--r-- | data/pixmaps/toolbar/trill.xpm | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/trill.xpm b/data/pixmaps/toolbar/trill.xpm new file mode 100644 index 0000000..c9f14ca --- /dev/null +++ b/data/pixmaps/toolbar/trill.xpm @@ -0,0 +1,25 @@ +/* XPM */ +static char *magick[] = { +/* columns rows colors chars-per-pixel */ +"13 11 8 1", +" c #090909", +". c #2d2d2d", +"X c #494949", +"o c #626262", +"O c Gray55", +"+ c #afafaf", +"@ c #d0d0d0", +"# c None", +/* pixels */ +"#############", +"######@######", +"##### +######", +"####@ +######", +"####@ #@o##@#", +"##++X.+OX.@ +", +"#++@. @#+.#.@", +"#+OO X##.O###", +"##@@ +O#.@###", +"###@ X+@ @###", +"####+O#@O####" +}; |