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/top-right-active.xpm
2017-06-20 16:04:09 +02:00

38 lines
326 B
C

/* XPM */
static char *top_right_active[] = {
/* columns rows colors chars-per-pixel */
"2 28 3 1 ",
" c #E7E8EB",
". c #ECEDF0",
"X c None",
/* pixels */
".X",
" .",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" ",
" "
};