mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-12-30 21:31:45 +00:00
33 lines
262 B
C
33 lines
262 B
C
/* XPM */
|
|
static char * title_5_inactive_xpm[] = {
|
|
"2 26 3 1",
|
|
" c None",
|
|
". c #191724",
|
|
"+ c #191724",
|
|
"..",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++",
|
|
"++"};
|