mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 11:30:23 +10:00
30 lines
212 B
C
30 lines
212 B
C
/* XPM */
|
|
static char * title_main_active_xpm[] = {
|
|
"1 24 2 1",
|
|
" c None",
|
|
". c #272727",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
"."};
|