a7d491a8b4
Go and download some themes from icewm.themes.org! The client has customisable button positions, and uses my newly added kwindecoration module to configure its settings. Enjoy!!! svn path=/trunk/kdebase/kwin/; revision=92316
32 lines
318 B
C
32 lines
318 B
C
/* XPM */
|
|
static char * titleAS_xpm[] = {
|
|
"1 17 12 1",
|
|
" c None",
|
|
". c #868687",
|
|
"+ c #9A9A9B",
|
|
"@ c #AEAEAF",
|
|
"# c #C2C2C3",
|
|
"$ c #D6D6D7",
|
|
"% c #EAEAEB",
|
|
"& c #FFFFFF",
|
|
"* c #727273",
|
|
"= c #5E5E5F",
|
|
"- c #4A4A4B",
|
|
"; c #363637",
|
|
".",
|
|
"+",
|
|
"@",
|
|
"#",
|
|
"$",
|
|
"%",
|
|
"&",
|
|
"%",
|
|
"$",
|
|
"#",
|
|
"@",
|
|
"+",
|
|
".",
|
|
"*",
|
|
"=",
|
|
"-",
|
|
";"};
|