summaryrefslogtreecommitdiff
path: root/icons/16x16-general/terminal.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'icons/16x16-general/terminal.xpm')
-rw-r--r--icons/16x16-general/terminal.xpm29
1 files changed, 29 insertions, 0 deletions
diff --git a/icons/16x16-general/terminal.xpm b/icons/16x16-general/terminal.xpm
new file mode 100644
index 0000000..cf3d957
--- /dev/null
+++ b/icons/16x16-general/terminal.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static char *mini-term[] = {
+/* width height num_colors chars_per_pixel */
+" 16 16 6 1",
+/* colors */
+" c None s None",
+". c Black",
+"# c #808080", /* gray50 */
+"a c blue",
+"b c White",
+"c c #c0c0c0", /* gray85 */
+/* pixels */
+" ",
+" ######### ",
+" #cccccccc#. ",
+" #bbbbbbbb##. ",
+" #b......b##. ",
+" #b.aaaaab##. ",
+" #b.aaaaab##. ",
+" #b.aaaaab##. ",
+" #bbbbbbbb#.##",
+" #.........#c.",
+" #bbbbbbbbb#c#.",
+" ##.#.#.#.#.##.",
+" #c.c.c.c.c.c.. ",
+"#bbbbbbbbbbbc. ",
+"............. ",
+" "
+};