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