GTK: Switch themes

This commit is contained in:
2018-01-04 23:58:17 -06:00
parent 0d2aa93b46
commit 8f04ef7c00
316 changed files with 3979 additions and 14706 deletions

View File

@@ -0,0 +1,33 @@
/* XPM */
static char * stick_toggled_active_xpm[] = {
"24 26 4 1",
" c None",
". c #282828",
"+ c #d5c4a1",
"@ c #282828",
"@@@@@@@@@@@@@@@@@@@@@@@@",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"...........++...........",
".........++++++.........",
".........++++++.........",
"........++++++++........",
"........++++++++........",
".........++++++.........",
".........++++++.........",
"...........++...........",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................",
"........................"};