mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2023-02-13 20:55:19 -05:00
29 lines
212 B
C
29 lines
212 B
C
/* XPM */
|
|
static char * title_main_active_xpm[] = {
|
|
"1 24 2 1",
|
|
" c None",
|
|
". c #272727",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
".",
|
|
"."};
|