0e4b07d820
Screenshot at http://www.geoid.clara.net/riscos.png Next thing to do is to remove the lines of the title pixmap where they pass under the text, fading them out as they approach the text. I'd also like higher contrast between active and inactive, so the active title might turn black (I'm a NeXT addict) svn path=/trunk/kdebase/kwin/; revision=45099
26 lines
247 B
C
26 lines
247 B
C
/* XPM */
|
|
static char * title_inactive_left_xpm[] = {
|
|
"2 18 5 1",
|
|
" c None",
|
|
". c #FFFFFF",
|
|
"+ c #DCDCDC",
|
|
"@ c #C3C3C3",
|
|
"# c #A0A0A0",
|
|
"..",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".+",
|
|
".@",
|
|
"+#"};
|