mirror of
https://github.com/encounter/numix-blue-gtk-theme.git
synced 2026-07-10 12:18:49 -07:00
31 lines
785 B
C
31 lines
785 B
C
/* XPM */
|
|
static char * stick_toggled_prelight_xpm[] = {
|
|
"24 24 3 1",
|
|
" c None",
|
|
". c #2D2D2D",
|
|
"+ c #888888",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"...........++...........",
|
|
".........++++++.........",
|
|
".........++++++.........",
|
|
"........+++..+++........",
|
|
"........+++..+++........",
|
|
".........++++++.........",
|
|
".........++++++.........",
|
|
"...........++...........",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................",
|
|
"........................"};
|