aboutsummaryrefslogtreecommitdiffhomepage
path: root/pixmaps/invert_selection.xpm
diff options
context:
space:
mode:
Diffstat (limited to 'pixmaps/invert_selection.xpm')
-rwxr-xr-xpixmaps/invert_selection.xpm28
1 files changed, 28 insertions, 0 deletions
diff --git a/pixmaps/invert_selection.xpm b/pixmaps/invert_selection.xpm
new file mode 100755
index 0000000..944f0b4
--- /dev/null
+++ b/pixmaps/invert_selection.xpm
@@ -0,0 +1,28 @@
+/* XPM */
+static char * invert_selection_xpm[] = {
+"20 20 5 1",
+" c None",
+". c #000000",
+"+ c #FFFFFF",
+"@ c #606060",
+"# c #00009C",
+" ",
+" ",
+" ................ ",
+" .++++++++++++++. ",
+" .++++++++++++++. ",
+" .@@@@@@@@@@@@@@. ",
+" .++++++++++++++. ",
+" .++++++++++++++. ",
+" .@@@@@@@@@@@@@@. ",
+" .++++++++++++++. ",
+" .++++++++++++++. ",
+" .@@@@@@@@@@@@@@. ",
+" .##############. ",
+" .##############. ",
+" .@@@@@@@@@@@@@@. ",
+" .##############. ",
+" .##############. ",
+" ................ ",
+" ",
+" "};