one-dark/xfwm4/top-left-inactive.xpm

38 lines
761 B
C
Raw Normal View History

2022-08-04 18:29:31 +08:00
/* XPM */
static char * top_left_inactive_xpm[] = {
2022-08-07 23:51:03 +08:00
"16 32 2 1",
2022-08-04 18:29:31 +08:00
" c None",
2022-08-04 19:50:10 +08:00
". c #C0C0FF s inactive_color_1",
2022-08-04 18:29:31 +08:00
" ........",
" ..........",
" ............",
" .............",
" ..............",
" ..............",
" ...............",
" ...............",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................",
"................"}