diff options
Diffstat (limited to 'data/pixmaps/toolbar/text-mark.xpm')
-rw-r--r-- | data/pixmaps/toolbar/text-mark.xpm | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/data/pixmaps/toolbar/text-mark.xpm b/data/pixmaps/toolbar/text-mark.xpm new file mode 100644 index 0000000..bd79da4 --- /dev/null +++ b/data/pixmaps/toolbar/text-mark.xpm @@ -0,0 +1,40 @@ +/* XPM */ +static char * text_mark_xpm[] = { +"14 26 11 1", +" c None", +". c #000000", +"+ c #34021C", +"@ c #200011", +"# c #14000B", +"$ c #1A010E", +"% c #13000A", +"& c #16000C", +"* c #17000C", +"= c #100008", +"- c #18000C", +" ", +" ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" . ", +" ..... ", +" ...... ", +" ...... ", +" .... ", +" ", +" ", +" +@.#$ ", +" . % . ", +" & ", +" * ", +" = ", +" %-. ", +" ", +" "}; |