mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
37 lines
398 B
C
37 lines
398 B
C
|
/* XPM */
|
||
|
static char *title_1_inactive[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"5 28 2 1 ",
|
||
|
" c #E7E8EB",
|
||
|
". c #EEEFF1",
|
||
|
/* pixels */
|
||
|
".....",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" ",
|
||
|
" "
|
||
|
};
|