aboutsummaryrefslogtreecommitdiffhomepage
path: root/pixmaps/invert_selection.xpm
blob: 944f0b48dead4ce73541afee90380d0d4257e2f0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/* XPM */
static char * invert_selection_xpm[] = {
"20 20 5 1",
" 	c None",
".	c #000000",
"+	c #FFFFFF",
"@	c #606060",
"#	c #00009C",
"                    ",
"                    ",
"  ................  ",
"  .++++++++++++++.  ",
"  .++++++++++++++.  ",
"  .@@@@@@@@@@@@@@.  ",
"  .++++++++++++++.  ",
"  .++++++++++++++.  ",
"  .@@@@@@@@@@@@@@.  ",
"  .++++++++++++++.  ",
"  .++++++++++++++.  ",
"  .@@@@@@@@@@@@@@.  ",
"  .##############.  ",
"  .##############.  ",
"  .@@@@@@@@@@@@@@.  ",
"  .##############.  ",
"  .##############.  ",
"  ................  ",
"                    ",
"                    "};