kwin/clients/riscos/title_inactive_left.xpm
Rik Hemsley 0e4b07d820 Changed titlebar pixmap to something very subtle.
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
2000-03-29 23:31:22 +00:00

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",
"..",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".+",
".@",
"+#"};