41 lines
1.0 KiB
C
41 lines
1.0 KiB
C
|
/* XPM */
|
||
|
static char *stick_toggled_inactive_xpm[] = {
|
||
|
/* columns rows colors chars-per-pixel */
|
||
|
"24 26 7 1",
|
||
|
"/ c None",
|
||
|
". c #d8d8d8 s active_color_2",
|
||
|
"_ c #c9c9c9 s active_color_2",
|
||
|
"= c #c3c3c3 s active_mid_2",
|
||
|
"# c #adadad s active_shadow_2",
|
||
|
"x c #646464 s inactive_text_color",
|
||
|
"X c #000000 s active_text_color",
|
||
|
/* pixels */
|
||
|
"////////////////////////",
|
||
|
"////////////////////////",
|
||
|
"___##################___",
|
||
|
"_######################_",
|
||
|
"_######################_",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"##########xxxx##########",
|
||
|
"#########xxxxxx#########",
|
||
|
"########xxx##xxx########",
|
||
|
"########xx####xx########",
|
||
|
"########xx####xx########",
|
||
|
"########xxx##xxx########",
|
||
|
"#########xxxxxx#########",
|
||
|
"##########xxxx##########",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"########################",
|
||
|
"_######################_",
|
||
|
"_######################_",
|
||
|
"___##################___",
|
||
|
};
|
||
|
|