summaryrefslogtreecommitdiff
path: root/plugins/gtk+/fixed-bg.xpm
blob: a2fe89f3665db55aa3413b2f29722ca9a0db3194 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/* XPM */
static char *fixed_bg_xpm[] = {
	/* columns rows colors chars-per-pixel */
	"8 8 2 1",
	". c #bbbbbb",
	"  c #d6d6d6",
	/* pixels */
	"        ",
	"        ",
	"        ",
	"        ",
	"        ",
	"        ",
	"      ..",
	"      ..",
	"        "
};