summaryrefslogtreecommitdiff
path: root/app/bin/bitmaps/table-edge.xpm
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2022-02-06 16:04:57 +0100
committerJörg Frings-Fürst <debian@jff-webhosting.net>2022-02-06 16:04:57 +0100
commit59dccf358523dfc7679d1d8c120452a71e42243c (patch)
treef0f3cc006e8157d6bd699bd644b7dd7b35387ac2 /app/bin/bitmaps/table-edge.xpm
parentfd6639655b399a79fb72f494786a4f57da9c90e7 (diff)
parentd0ca838c7ab297036b4a7c45351761a48fe05efd (diff)
Merge branch 'feature/upstrem' into develop
Diffstat (limited to 'app/bin/bitmaps/table-edge.xpm')
-rw-r--r--app/bin/bitmaps/table-edge.xpm114
1 files changed, 114 insertions, 0 deletions
diff --git a/app/bin/bitmaps/table-edge.xpm b/app/bin/bitmaps/table-edge.xpm
new file mode 100644
index 0000000..1983460
--- /dev/null
+++ b/app/bin/bitmaps/table-edge.xpm
@@ -0,0 +1,114 @@
+static char *table_edge_x16[] = {
+ "16 16 11 1",
+ " c None",
+ "0 c #000000",
+ "1 c #003300",
+ "2 c #006600",
+ "3 c #333333",
+ "4 c #336633",
+ "5 c #339933",
+ "6 c #33CC33",
+ "7 c #666666",
+ "8 c #999999",
+ "9 c #808080",
+ " ",
+ " 5 ",
+ " 666666666666630",
+ " 666666666666430",
+ " 666666666664770",
+ " 666666666647970",
+ " 666666666479970",
+ " 666666664799970",
+ "122222222399993 ",
+ " 8888888979993 ",
+ " 888888897993 ",
+ " 88888889793 ",
+ " 8888888973 ",
+ " 888888870 ",
+ " 000000000 ",
+ " "};
+
+static char *table_edge_x24[] = {
+ "24 24 10 1",
+ " c None",
+ "0 c #000000",
+ "1 c #333333",
+ "2 c #336633",
+ "3 c #339933",
+ "4 c #33CC33",
+ "5 c #666633",
+ "6 c #666666",
+ "7 c #999999",
+ "8 c #808080",
+ " ",
+ " ",
+ " 2 ",
+ " 4444444444444444444430 ",
+ " 4444444444444444444310 ",
+ " 4444444444444444443180 ",
+ " 4444444444444444431880 ",
+ " 4444444444444444318880 ",
+ " 4444444444444443188880 ",
+ " 4444444444444431888880 ",
+ " 4444444444444418888880 ",
+ " 4444444444444188888881 ",
+ " 333333333333188888881 ",
+ " 77777777777718888881 ",
+ " 7777777777771888881 ",
+ " 777777777777188881 ",
+ " 777777777777188810 ",
+ " 77777777777718851 ",
+ " 7777777777771861 ",
+ " 777777777777161 ",
+ " 77777777777701 ",
+ " 0000000000000 ",
+ " ",
+ " "};
+
+static char *table_edge_x32[] = {
+ "32 32 10 1",
+ " c None",
+ "0 c #000000",
+ "1 c #333333",
+ "2 c #336633",
+ "3 c #339933",
+ "4 c #33CC33",
+ "5 c #666633",
+ "6 c #666666",
+ "7 c #999999",
+ "8 c #808080",
+ " ",
+ " ",
+ " ",
+ " 4444444444444444444444444443 ",
+ " 444444444444444444444444444310 ",
+ " 444444444444444444444444444110 ",
+ " 444444444444444444444444441860 ",
+ " 444444444444444444444444428860 ",
+ " 444444444444444444444444268860 ",
+ " 444444444444444444444442688860 ",
+ " 444444444444444444444426888860 ",
+ " 444444444444444444444268888860 ",
+ " 444444444444444444443588888860 ",
+ " 444444444444444444431888888860 ",
+ " 444444444444444444318888888860 ",
+ " 44444444444444444318888888881 ",
+ " 2333333333333333318888888881 ",
+ " 888888888888888668888888810 ",
+ " 77777777777777766888888851 ",
+ " 7777777777777776688888861 ",
+ " 777777777777777668888861 ",
+ " 77777777777777766888861 ",
+ " 7777777777777776688861 ",
+ " 777777777777777688881 ",
+ " 77777777777777768881 ",
+ " 7777777777777776881 ",
+ " 777777777777777661 ",
+ " 77777777777777711 ",
+ " 000000000000000000 ",
+ " ",
+ " ",
+ " "};
+
+static char **table_edge_xpm[3] = { table_edge_x16, table_edge_x24, table_edge_x32 };
+