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
37 lines
427 B
C
37 lines
427 B
C
/* XPM */
|
|
static char * titleAJ_xpm[] = {
|
|
"3 17 17 1",
|
|
" c None",
|
|
". c #858687",
|
|
"+ c #4F4F51",
|
|
"@ c #999A9A",
|
|
"# c #AEAEAE",
|
|
"$ c #5E5E5E",
|
|
"% c #C2C2C2",
|
|
"& c #717172",
|
|
"* c #D6D6D6",
|
|
"= c #E9EAEA",
|
|
"- c #FEFEFE",
|
|
"; c #909090",
|
|
"> c #717374",
|
|
", c #5C5F64",
|
|
"' c #373739",
|
|
") c #494B4D",
|
|
"! c #343638",
|
|
"..+",
|
|
"@@+",
|
|
"##$",
|
|
"%%&",
|
|
"**&",
|
|
"==&",
|
|
"--;",
|
|
"==&",
|
|
"**&",
|
|
"%%&",
|
|
"##$",
|
|
"@@+",
|
|
"..+",
|
|
">>+",
|
|
",,'",
|
|
"))'",
|
|
"!!'"};
|