1
0
mirror of https://github.com/horst3180/arc-theme.git synced 2024-10-27 19:04:02 +00:00
horst3180_arc-theme/common/xfwm4/assets/hide-inactive.xpm

38 lines
1.0 KiB
C
Raw Normal View History

2017-06-20 14:04:09 +00:00
/* XPM */
static char *hide_inactive[] = {
/* columns rows colors chars-per-pixel */
"28 28 3 1 ",
" c #B6B8C0",
". c #E7E8EB",
"X c #EEEFF1",
/* pixels */
"XXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"........... ...........",
"........... ...........",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................",
"............................"
};