Files
evolution/data/xpm/jump.xpm
Milan Crha d17f923f92 Reorganize directory structure
Let's have it as it's common to be, which means top level src/ for
sources, single data/ for data, and so on.
2016-10-11 19:30:18 +02:00

31 lines
648 B
C

/* 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",
"................",
"................",
"..++++++++++++..",
"..+..++..++..+..",
"..+..++..++..+..",
"..++++++++++++..",
"................",
"................"};