Implemented 'skins' and 'themes'

This commit is contained in:
Klaus Schmidinger
2004-05-16 10:35:36 +02:00
parent 7aab06d8b1
commit 5d99df7b77
77 changed files with 5789 additions and 2378 deletions

23
symbols/radio.xpm Normal file
View File

@@ -0,0 +1,23 @@
/* XPM */
static char * radio_xpm[] = {
"27 18 2 1",
". c #FFFFFF",
"+ c #000000",
"...........................",
"............+++++..........",
"............+++++++++......",
"............+++++++++++....",
"............+++...++++++...",
"............+++.....++++...",
"............+++.....+++....",
"............+++.....++.....",
"............+++............",
"............+++............",
"............+++............",
"......+++++++++............",
"...+++++++++++++...........",
"..+++++++++++++++..........",
"..+++++++++++++++..........",
"...+++++++++++++...........",
".....++++++++++............",
"..........................."};