mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
24 lines
609 B
C
24 lines
609 B
C
|
/* XPM */
|
||
|
static char *menu_inactive[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"26 16 1 1 ",
|
||
|
" c #2F343F",
|
||
|
/* pixels */
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" "
|
||
|
};
|