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

31
symbols/frew.xpm Normal file
View File

@@ -0,0 +1,31 @@
/* XPM */
static char * frew_xpm[] = {
"28 26 2 1",
". c #FFFFFF",
"+ c #000000",
"............................",
"............................",
"................++......++..",
"...............+++.....+++..",
".............+++++...+++++..",
"............++++....++++++..",
"..........+++++...++++++++..",
".........++++....+++++++++..",
".......+++++...+++++++++++..",
"......++++....++++++++++++..",
"....+++++...++++++++++++++..",
"...++++....+++++++++++++++..",
"..++++....++++++++++++++++..",
"..++++....++++++++++++++++..",
"...++++....+++++++++++++++..",
"....+++++...++++++++++++++..",
"......++++....++++++++++++..",
".......+++++...+++++++++++..",
".........++++....+++++++++..",
"..........+++++...++++++++..",
"............++++....++++++..",
".............+++++...+++++..",
"...............+++.....+++..",
"................++......++..",
"............................",
"............................"};