aboutsummaryrefslogtreecommitdiffstats
path: root/art/jump.xpm
blob: 1254a53a1b59e6e2f12d2710ba37b6bb4eb2daf9 (plain) (blame)
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
29
30
/* XPM */
static const gchar *jump_xpm[] = {
"16 8 3 1",
"   c None",
".  c #000000",
"+  c #FFFF00",
"................",
".++++++++++++++.",
".++++++++++++++.",
".++..++..++..++.",
".++..++..++..++.",
".++++++++++++++.",
".++++++++++++++.",
"................"};

static const gchar *jump_xpm_focused[] = {
"16 8 3 1",
"       c None",
".      c #0000FF",
"+      c #FFFF00",
"................",
"................",
"..++++++++++++..",
"..+..++..++..+..",
"..+..++..++..+..",
"..++++++++++++..",
"................",
"................"};