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

19
symbols/volume.xpm Normal file
View File

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