summaryrefslogtreecommitdiffstats
path: root/src/data/xpms
diff options
context:
space:
mode:
Diffstat (limited to 'src/data/xpms')
-rw-r--r--src/data/xpms/csourcefile.xpm24
-rw-r--r--src/data/xpms/includefile.xpm25
-rw-r--r--src/data/xpms/objectfile.xpm24
-rw-r--r--src/data/xpms/project.xpm29
-rw-r--r--src/data/xpms/sourcefile.xpm24
5 files changed, 126 insertions, 0 deletions
diff --git a/src/data/xpms/csourcefile.xpm b/src/data/xpms/csourcefile.xpm
new file mode 100644
index 0000000..93fdf98
--- /dev/null
+++ b/src/data/xpms/csourcefile.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static const char * csourcefile_xpm[] = {
+"16 16 5 1",
+" c None",
+". c #000000",
+"+ c #2CF416",
+"@ c #498942",
+"# c #56CC49",
+" ",
+" .. ",
+" .++.. ",
+" .+++++. ",
+" .+++++@. ",
+" .. .##++@@. ",
+" .++..###@@@. ",
+" .+++++.##@@. ",
+" .+++++@..#@. ",
+" .##++@@. .. ",
+" .###@@@. ",
+" .###@@. ",
+" ..#@. ",
+" .. ",
+" ",
+" "};
diff --git a/src/data/xpms/includefile.xpm b/src/data/xpms/includefile.xpm
new file mode 100644
index 0000000..9ac9cbc
--- /dev/null
+++ b/src/data/xpms/includefile.xpm
@@ -0,0 +1,25 @@
+/* XPM */
+static const char *includefile_xpm[]={
+"16 16 6 1",
+". c None",
+"# c #000000",
+"b c #e0bc38",
+"c c #f0dc5c",
+"a c #fcfc80",
+"d c #ff0000",
+"................",
+"..........##....",
+".........#aa##..",
+"........#aaaaa#.",
+".......#aaaaab#.",
+"....##.#ccaabb#.",
+"...#aa##cccbbb#.",
+"..#aaaaa#ccbb#..",
+".#aaaaab##cb#...",
+".#ccaabb#.##....",
+".#cccbbb#.......",
+".#cccbb#...ddd..",
+"..##cb#...ddddd.",
+"....##....ddddd.",
+"..........ddddd.",
+"...........ddd.."};
diff --git a/src/data/xpms/objectfile.xpm b/src/data/xpms/objectfile.xpm
new file mode 100644
index 0000000..5bef5d2
--- /dev/null
+++ b/src/data/xpms/objectfile.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static const char * objectfile_xpm[] = {
+"16 16 5 1",
+" c None",
+". c #000000",
+"+ c #ECDEEF",
+"@ c #985EA5",
+"# c #DCBEE2",
+" ",
+" .. ",
+" .++.. ",
+" .+++++. ",
+" .+++++@. ",
+" .. .##++@@. ",
+" .++..###@@@. ",
+" .+++++.##@@. ",
+" .+++++@..#@. ",
+" .##++@@. .. ",
+" .###@@@. ",
+" .###@@. ",
+" ..#@. ",
+" .. ",
+" ",
+" "};
diff --git a/src/data/xpms/project.xpm b/src/data/xpms/project.xpm
new file mode 100644
index 0000000..28a6397
--- /dev/null
+++ b/src/data/xpms/project.xpm
@@ -0,0 +1,29 @@
+/* XPM */
+static const char * project_xpm[] = {
+"16 16 10 1",
+" c None",
+". c #000000",
+"+ c #A4E8FC",
+"@ c #24D0FC",
+"# c #001CD0",
+"$ c #0080E8",
+"% c #C0FFFF",
+"& c #00FFFF",
+"* c #008080",
+"= c #00C0C0",
+" .. ",
+" .++.. ",
+" .+++@@. ",
+" .@@@@@#... ",
+" .$$@@##.%%.. ",
+" .$$$##.%%%&&. ",
+" .$$$#.&&&&&*. ",
+" ...#.==&&**. ",
+" .++..===***. ",
+" .+++@@.==**. ",
+" .@@@@@#..=*. ",
+" .$$@@##. .. ",
+" .$$$###. ",
+" .$$$##. ",
+" ..$#. ",
+" .. "};
diff --git a/src/data/xpms/sourcefile.xpm b/src/data/xpms/sourcefile.xpm
new file mode 100644
index 0000000..3cb6c6a
--- /dev/null
+++ b/src/data/xpms/sourcefile.xpm
@@ -0,0 +1,24 @@
+/* XPM */
+static const char * sourcefile_xpm[] = {
+"16 16 5 1",
+" c None",
+". c #000000",
+"+ c #FCFC80",
+"@ c #E0BC38",
+"# c #F0DC5C",
+" ",
+" .. ",
+" .++.. ",
+" .+++++. ",
+" .+++++@. ",
+" .. .##++@@. ",
+" .++..###@@@. ",
+" .+++++.##@@. ",
+" .+++++@..#@. ",
+" .##++@@. .. ",
+" .###@@@. ",
+" .###@@. ",
+" ..#@. ",
+" .. ",
+" ",
+" "};