summaryrefslogtreecommitdiff
path: root/tools/glade/glade/graphics/colorselection.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'tools/glade/glade/graphics/colorselection.xpm')
-rw-r--r--tools/glade/glade/graphics/colorselection.xpm35
1 files changed, 35 insertions, 0 deletions
diff --git a/tools/glade/glade/graphics/colorselection.xpm b/tools/glade/glade/graphics/colorselection.xpm
new file mode 100644
index 00000000..0bb0914d
--- /dev/null
+++ b/tools/glade/glade/graphics/colorselection.xpm
@@ -0,0 +1,35 @@
+/* XPM */
+static char *colorselection_xpm[] = {
+/* columns rows colors chars-per-pixel */
+"21 21 8 1",
+" c Gray0",
+". c #7b7b7b",
+"X c Blue",
+"o c Green",
+"O c Red",
+"+ c #b3cece",
+"@ c Gray100",
+"# c None",
+/* pixels */
+"#####################",
+"#####################",
+"#####################",
+"#####################",
+"#####################",
+"##................###",
+"##.@@@@@@@@@@@@@@. ##",
+"##.@@@@@@@@@@@@@@. ##",
+"##.@@@@@@@@@@@@@@. ##",
+"##.@@OOOoooXXX@@@. ##",
+"##.@@OOOoooXXX@@@. ##",
+"##.@@OOOoooXXX@@@. ##",
+"##.@@OOOoooXXX@@@. ##",
+"##.@@@@@@@@@@@@@@. ##",
+"##.@@@@@@@@@@@@@@. ##",
+"##.@@@@@@@@@@@@@@. ##",
+"##................ ##",
+"### ##",
+"#####################",
+"#####################",
+"#####################"
+};