aboutsummaryrefslogtreecommitdiffstats
path: root/art/task.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'art/task.xpm')
-rw-r--r--art/task.xpm27
1 files changed, 27 insertions, 0 deletions
diff --git a/art/task.xpm b/art/task.xpm
new file mode 100644
index 0000000000..4a53c3e9ab
--- /dev/null
+++ b/art/task.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char * task_xpm[] = {
+"16 16 8 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #F3F3F3",
+"# c #CCCCCC",
+"$ c #B2B2B2",
+"% c #ECECEC",
+"& c #EEEEEE",
+" . . . . . ",
+" ........... ",
+" .+.+.+.+.+.@. ",
+" .+.#.#.#.#.$. ",
+" .+%%%%%%%%%$. ",
+" .+#########$. ",
+" .+%%%%%%%%%$. ",
+" .+#########$. ",
+" .+%%%%%%%%%$. ",
+" .+#########$. ",
+" .+%%%%%%%%%$. ",
+" .+#########$. ",
+" .+%%%%%%%%%$. ",
+" .&$$$$$$$$$$. ",
+" ........... ",
+" "};