summaryrefslogtreecommitdiff
path: root/icons/14x14-general/terminal-special.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'icons/14x14-general/terminal-special.xpm')
-rw-r--r--icons/14x14-general/terminal-special.xpm27
1 files changed, 27 insertions, 0 deletions
diff --git a/icons/14x14-general/terminal-special.xpm b/icons/14x14-general/terminal-special.xpm
new file mode 100644
index 0000000..d10e34a
--- /dev/null
+++ b/icons/14x14-general/terminal-special.xpm
@@ -0,0 +1,27 @@
+/* XPM */
+static char *mini-term[] = {
+/* width height num_colors chars_per_pixel */
+" 14 14 6 1",
+/* colors */
+" c None s None",
+". c Black",
+"# c #808080", /* gray50 */
+"a c green",
+"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##.",
+"#c#c#c#c#c##. ",
+"c........... ",
+};