mirror of
https://github.com/horst3180/arc-theme.git
synced 2024-10-27 19:04:02 +00:00
18 lines
148 B
C
18 lines
148 B
C
|
/* XPM */
|
||
|
static char * left_inactive_xpm[] = {
|
||
|
"1 12 2 1",
|
||
|
" c None",
|
||
|
". c #111215",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
".",
|
||
|
"."};
|