one-dark/xfwm4/title-1-active.xpm

38 lines
498 B
C
Raw Normal View History

2022-08-04 18:29:31 +08:00
/* XPM */
static char * title_active_xpm[] = {
2022-08-09 00:09:29 +08:00
"8 32 2 1",
2022-08-04 18:29:31 +08:00
" c None",
2022-08-04 19:50:10 +08:00
". c #000000 s active_color_1",
2022-08-04 18:29:31 +08:00
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........",
"........"};