kwin/clients/riscos/bar.xpm
Rik Hemsley ca8293aa21 This theme emulates the look and feel of the RISC OS 'window manager'.
svn path=/trunk/kdebase/kwin/; revision=45001
2000-03-28 21:34:23 +00:00

20 lines
316 B
C

/* XPM */
static char * bar_xpm[] = {
"12 12 5 1",
" c None",
". c #BBBBBB",
"+ c #555555",
"@ c #FFFFFF",
"# c #999999",
" ",
" ",
" ",
" ",
" +++++++++. ",
" +........@ ",
" +........@ ",
" #@@@@@@@@@ ",
" ",
" ",
" ",
" "};