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

17
symbols/arrowup.xpm Normal file
View File

@@ -0,0 +1,17 @@
/* XPM */
static char * arrowup_xpm[] = {
"12 12 2 1",
". c #FFFFFF",
"+ c #000000",
".....++.....",
".....++.....",
"....++++....",
"....++++....",
"...++++++...",
"...++++++...",
"..++++++++..",
"..++++++++..",
".++++++++++.",
".++++++++++.",
"++++++++++++",
"++++++++++++"};