From b91600e94455a52e73a4d6f533b99565e5d33799 Mon Sep 17 00:00:00 2001 From: Rik Hemsley Date: Tue, 28 Mar 2000 22:29:55 +0000 Subject: [PATCH] Redrawn pixmaps to avoid getting sued ;) I like my versions better anyway, and they use the KDE locolor palette, so that's even better :) svn path=/trunk/kdebase/kwin/; revision=45005 --- clients/riscos/bar.xpm | 20 +++++----- clients/riscos/base_down.xpm | 51 ++++++++++++------------- clients/riscos/base_up.xpm | 48 +++++++++++------------ clients/riscos/close.xpm | 34 ++++++++--------- clients/riscos/lower.xpm | 36 ++++++++--------- clients/riscos/max.xpm | 27 ++++++------- clients/riscos/resize.xpm | 37 +++++++++--------- clients/riscos/resize_bar_left.xpm | 6 +-- clients/riscos/resize_bar_mid.xpm | 22 +++++------ clients/riscos/resize_bar_right.xpm | 24 ++++++------ clients/riscos/title.xpm | 30 --------------- clients/riscos/title_active.xpm | 44 ++++++++++----------- clients/riscos/title_active_left.xpm | 6 +-- clients/riscos/title_active_right.xpm | 46 +++++++++++----------- clients/riscos/title_inactive.xpm | 44 ++++++++++----------- clients/riscos/title_inactive_left.xpm | 6 +-- clients/riscos/title_inactive_right.xpm | 46 +++++++++++----------- clients/riscos/title_left.xpm | 28 -------------- clients/riscos/title_right.xpm | 29 -------------- clients/riscos/unmax.xpm | 36 +++++++++-------- 20 files changed, 264 insertions(+), 356 deletions(-) delete mode 100644 clients/riscos/title.xpm delete mode 100644 clients/riscos/title_left.xpm delete mode 100644 clients/riscos/title_right.xpm diff --git a/clients/riscos/bar.xpm b/clients/riscos/bar.xpm index f609ce8c71..0c7db2bd9f 100644 --- a/clients/riscos/bar.xpm +++ b/clients/riscos/bar.xpm @@ -1,19 +1,21 @@ /* XPM */ static char * bar_xpm[] = { -"12 12 5 1", +"12 12 7 1", " c None", -". c #BBBBBB", -"+ c #555555", -"@ c #FFFFFF", -"# c #999999", +". c #808080", +"+ c #585858", +"@ c #A0A0A0", +"# c #C3C3C3", +"$ c #FFFFFF", +"% c #DCDCDC", " ", " ", " ", " ", -" +++++++++. ", -" +........@ ", -" +........@ ", -" #@@@@@@@@@ ", +" .++++++++@ ", +" +########$ ", +" +%%%%%%%%$ ", +" @$$$$$$$$$ ", " ", " ", " ", diff --git a/clients/riscos/base_down.xpm b/clients/riscos/base_down.xpm index f3331975f0..ca496b9125 100644 --- a/clients/riscos/base_down.xpm +++ b/clients/riscos/base_down.xpm @@ -1,29 +1,28 @@ /* XPM */ static char * base_down_xpm[] = { -"18 18 8 1", +"18 18 7 1", " c None", -". c #555555", -"+ c #777777", -"@ c #BBBBBB", -"# c #969696", -"$ c #FFFFFF", -"% c #A8A8A8", -"& c #DDDDDD", -"................+@", -".###############@$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -".#%%%%%%%%%%%%%%&$", -"+@&&&&&&&&&&&&&&&$", -"@$$$$$$$$$$$$$$$$$"}; +". c #A0A0A0", +"+ c #FFFFFF", +"@ c #585858", +"# c #808080", +"$ c #DCDCDC", +"% c #C3C3C3", +"@@@@@@@@@@@@@@@@#%", +"@###############%+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"@#..............$+", +"#%$$$$$$$$$$$$$$$+", +"%+++++++++++++++++"}; diff --git a/clients/riscos/base_up.xpm b/clients/riscos/base_up.xpm index ee52cfac46..a0cfda9c04 100644 --- a/clients/riscos/base_up.xpm +++ b/clients/riscos/base_up.xpm @@ -2,27 +2,27 @@ static char * base_up_xpm[] = { "18 18 7 1", " c None", -". c #FFFFFF", -"+ c #BBBBBB", -"@ c #DDDDDD", -"# c #777777", -"$ c #999999", -"% c #555555", -".................+", -".@@@@@@@@@@@@@@@+#", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".@++++++++++++++$%", -".+$$$$$$$$$$$$$$$%", -"+#%%%%%%%%%%%%%%%%"}; +". c #C3C3C3", +"+ c #FFFFFF", +"@ c #585858", +"# c #A0A0A0", +"$ c #DCDCDC", +"% c #808080", +"+++++++++++++++++.", +"+$$$$$$$$$$$$$$$.%", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+$..............#@", +"+.###############@", +".%@@@@@@@@@@@@@@@@"}; diff --git a/clients/riscos/close.xpm b/clients/riscos/close.xpm index e2da935e90..d14fae79ea 100644 --- a/clients/riscos/close.xpm +++ b/clients/riscos/close.xpm @@ -2,21 +2,21 @@ static char * close_xpm[] = { "12 12 7 1", " c None", -". c #BBBBBB", -"+ c #DDDDDD", -"@ c #555555", -"# c #777777", -"$ c #999999", -"% c #FFFFFF", +". c #DCDCDC", +"+ c #585858", +"@ c #A0A0A0", +"# c #FFFFFF", +"$ c #808080", +"% c #C3C3C3", " ", -"+@#+ @$+", -"+%@#+ @$++", -" +%@#+ @$++ ", -" +%@$#$%+ ", -" ++$$%+ ", -" @$$@+ ", -" @$+%$@ ", -" @$+++%$@ ", -" @$++ +%$@ ", -" $++ +%$ ", -" ++ ++ "}; +" +$. +@ ", +".#+$. +@#.", +" .#+$. +@#. ", +" .#+$+@#. ", +" ..@@#. ", +" +@@+. ", +" +@%#@+ ", +" +@%..#@+ ", +" +@%. .#@+ ", +" @%. .#@ ", +" . . "}; diff --git a/clients/riscos/lower.xpm b/clients/riscos/lower.xpm index 158957ec43..b97831649b 100644 --- a/clients/riscos/lower.xpm +++ b/clients/riscos/lower.xpm @@ -2,21 +2,21 @@ static char * lower_xpm[] = { "12 12 7 1", " c None", -". c #555555", -"+ c #777777", -"@ c #BBBBBB", -"# c #FFFFFF", -"$ c #DDDDDD", -"% c #999999", -".......+ ", -".######@$ ", -".# +# ", -".# .......+ ", -".# .######@$", -".# .# +#", -".# .# .#", -".@+.# .#", -"%$#.# .#", -" .# .#", -" .@+.....#", -" %$#######"}; +". c #585858", +"+ c #FFFFFF", +"@ c #808080", +"# c #C3C3C3", +"$ c #DCDCDC", +"% c #A0A0A0", +"@......@ ", +".++++++. ", +".++++++. ", +".++++++@ ", +".+++@......@", +".+++.$$#$$$.", +".+++.$$%$$$.", +"@..@.#%%$$$.", +" .$$$$$$.", +" .$$$$$$.", +" .$$$$$$.", +" @......@"}; diff --git a/clients/riscos/max.xpm b/clients/riscos/max.xpm index aafdb98d07..ad422d47c8 100644 --- a/clients/riscos/max.xpm +++ b/clients/riscos/max.xpm @@ -1,22 +1,19 @@ /* XPM */ static char * max_xpm[] = { -"12 12 7 1", +"12 12 4 1", " c None", -". c #BBBBBB", -"+ c #555555", -"@ c #777777", -"# c #FFFFFF", -"$ c #DDDDDD", -"% c #999999", +". c #DCDCDC", +"+ c #585858", +"@ c #808080", " ", " ", -" ++++++@. ", -" +#####.$ ", -" +# @# ", -" +# +# ", -" +# +# ", -" +# +# ", -" +.@++++# ", -" %$###### ", +" @++++++@ ", +" +......+ ", +" +......+ ", +" +......+ ", +" +......+ ", +" +......+ ", +" +......+ ", +" @++++++@ ", " ", " "}; diff --git a/clients/riscos/resize.xpm b/clients/riscos/resize.xpm index 710c7f039b..a1ba2d2f9b 100644 --- a/clients/riscos/resize.xpm +++ b/clients/riscos/resize.xpm @@ -1,22 +1,21 @@ /* XPM */ static char * resize_xpm[] = { -"12 12 7 1", +"12 12 6 1", " c None", -". c #FFFFFF", -"+ c #BBBBBB", -"@ c #DDDDDD", -"# c #777777", -"$ c #999999", -"% c #555555", -"%%%%%%%%%%%+", -"%....+....+@", -"%. #. #.", -"%. %. %.", -"%. %. %.", -"%+#%%%. %.", -"%...... %.", -"%. %.", -"%. %.", -"%. %.", -"%+#%%%%%%%%.", -"$@.........."}; +". c #DCDCDC", +"+ c #585858", +"@ c #FFFFFF", +"# c #808080", +"$ c #C3C3C3", +"#++++++++++#", +"+.@@.#$...$+", +"+@@@@+.....+", +"+@@@@+.....+", +"+.@@.+.....+", +"+#++++.....+", +"+$.........+", +"+..........+", +"+..........+", +"+..........+", +"+$........$+", +"#++++++++++#"}; diff --git a/clients/riscos/resize_bar_left.xpm b/clients/riscos/resize_bar_left.xpm index 0ab9278e24..891dab11e4 100644 --- a/clients/riscos/resize_bar_left.xpm +++ b/clients/riscos/resize_bar_left.xpm @@ -3,9 +3,9 @@ static char * resize_bar_left_xpm[] = { "2 7 5 1", " c None", ". c #FFFFFF", -"+ c #DDDDDD", -"@ c #BBBBBB", -"# c #777777", +"+ c #DCDCDC", +"@ c #C3C3C3", +"# c #808080", "..", ".+", ".+", diff --git a/clients/riscos/resize_bar_mid.xpm b/clients/riscos/resize_bar_mid.xpm index 019745bf20..7d3547e379 100644 --- a/clients/riscos/resize_bar_mid.xpm +++ b/clients/riscos/resize_bar_mid.xpm @@ -2,15 +2,15 @@ static char * resize_bar_mid_xpm[] = { "25 7 6 1", " c None", -". c #FFFFFF", -"+ c #DDDDDD", -"@ c #BBBBBB", -"# c #999999", -"$ c #555555", -".........................", -"+++++++++++++++++++++++++", -"@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@", -"@@@@@@@@@@@@@@@@@@@@@@@@@", +". c #C3C3C3", +"+ c #585858", +"@ c #A0A0A0", +"# c #DCDCDC", +"$ c #FFFFFF", +"$$$$$$$$$$$$$$$$$$$$$$$$$", "#########################", -"$$$$$$$$$$$$$$$$$$$$$$$$$"}; +".........................", +".........................", +".........................", +"@@@@@@@@@@@@@@@@@@@@@@@@@", +"+++++++++++++++++++++++++"}; diff --git a/clients/riscos/resize_bar_right.xpm b/clients/riscos/resize_bar_right.xpm index dd1decf117..3d78421294 100644 --- a/clients/riscos/resize_bar_right.xpm +++ b/clients/riscos/resize_bar_right.xpm @@ -2,15 +2,15 @@ static char * resize_bar_right_xpm[] = { "2 7 6 1", " c None", -". c #FFFFFF", -"+ c #BBBBBB", -"@ c #777777", -"# c #999999", -"$ c #555555", -".+", -"+@", -"#$", -"#$", -"#$", -"#$", -"$$"}; +". c #585858", +"+ c #A0A0A0", +"@ c #C3C3C3", +"# c #808080", +"$ c #FFFFFF", +"$@", +"@#", +"+.", +"+.", +"+.", +"+.", +".."}; diff --git a/clients/riscos/title.xpm b/clients/riscos/title.xpm deleted file mode 100644 index 9d81d2caa7..0000000000 --- a/clients/riscos/title.xpm +++ /dev/null @@ -1,30 +0,0 @@ -/* XPM */ -static char * title_xpm[] = { -"8 20 5 1", -"f c #FFFFFF", -"- c #DCDCDC", -"/ c #C3C3C3", -". c #585858", -"o c #000000", -"ffffffff", -"--------", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"////////", -"........", -"oooooooo"}; - - diff --git a/clients/riscos/title_active.xpm b/clients/riscos/title_active.xpm index d7a9a11f3d..47de2e1e56 100644 --- a/clients/riscos/title_active.xpm +++ b/clients/riscos/title_active.xpm @@ -2,26 +2,26 @@ static char * title_active_xpm[] = { "128 18 6 1", " c None", -". c #FFFFFF", -"+ c #E7E7E7", -"@ c #E7E7A5", -"# c #C6C684", -"$ c #636363", -"................................................................................................................................", +". c #FFFFC0", +"+ c #DCDCDC", +"@ c #FFFFFF", +"# c #585858", +"$ c #A0A0A0", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++", -"@+@@@.@.@+++@@@..@+@@+@+@+@.+@..@@@@@@@@@+@+++@@@@.@@@++++@@@@..@+@.@@@@@@@@@@@@+.+++++.@@.@@.@.@..@.@.@@@++++++++++@@@@@@@+++++", -".@@@@@.@++++@@.+@.@++@+@+@@@@@+.@@@@@@@+@@++++@@@.@@@+@@++@@@.@@.@+@.@@@@@..@@.@@@+++++@@@@@@@.@@@@.@.@.@@+++++@+@@@+@@@@@++++@+", -".@.@@@+@@++@@@@@@@@@@++@@+@.@..+@@@@@@@@+@++++@@+@@@@@@@+@+@@@@.@+@.@@@@@@@@@@@@@+@+++@+@+@@@@@@@.@.@.@@.@@++++++++@+@+@+@++++@+", -"@@@@@@@@@@@@@@.@.@.+@@@+@@+@.+@@@++@@@@+++@+@+@@@@@@@+@+@+@+@@+@.@.@@@@@@@@.@@@+.@+++++@+@+@.@.@+@@@@@+@+@.++@@@++@+@++@+@@++@@+", -"@@@@+++@+@+@@@.@@@@.@.@+@@@@@@@+++++@@@+@+++@@@@@@@@@@@@@@@+@@@.@+@.+@@@@@++@+@+@@@@++@+++@@@@@@@@@@@++@@@@+@@@@+++@++@+@@@@++@+", -"+@@@+++@@@@@@@@@+@@@@@@.@@@@@+@+@+++@@+@++@@@.@@@@@@@+@@@@@@+@@@@@+.@@@@@@@+++++@.@@@++@@+@@.@@@@+++++++@@@+@+@.@++@+@++@@@++@@@", -"+@@@+@@+@+@+@@.@@@@@+@@@@@+@@@@@++++@@@+++@+@@@@@+@@@@@.@@@+@@+@@@.@+@@@@@+@+++@+@@@+@@@@@.@@@+@@@@@@++@@@@@@@@@@++@@+@+@@@@++@+", -"@@@@@+@++@@@.@@++@@@@@@+@@++++@+@++++.+@@@@@@@@@@@.@@@@@+@@+@+@+++.+@@+@++@+@+@+@++@@+@+@@@@@@@@@@++@+@+@+@@+@@+@+@.++@@@@.@@@@@", -"@@@@@@++@+@@@+@@@@@@@@@@@@++.+@@@@+@+++@@@@@@@@@@@+@@+@+@@+@@@++@++@@@@@@@+.@@@@@@.@+@+@+@@@+@+@@+@@@+@.+@@+@@@@@@@@@@@@+@@@@@@@", -"@@@@@@@@@@+@@@@@+@@@@@+@@++@+++@@@@+++@@+@+@+@+@+++@@@@@@+@@+@+@++@@@+@@@@@@@@@@+@@@@@@@@+.@@+@@@+@+@+@+@+@@@@@+@+@@@@@@++@@@@@@", -"@@@+@@@@@@@@++@@@@@+@+@@+@++@@@@@@@@+@@@+@++@++++@++@+@+@@@+@++@++@@@+@@@+@@@+@@@+@+@@+@+@@@@@@+@@+@@++@+++@@@+++@@@@@@+@@@@@++@", -"@@@@@@@@@@+@@@@@@@+@@@@+@@@@@@@+@+@@+@@++@+@+@@+++@++@@@@+@@++++@+++@@+@+@@@@@@+@@@@+@@+@@@@@@+@@@+@+@++@@++@+@+@+@+@@+@@+@+@@@+", -"@@@@+@@@+@+@+@@++@+@+@@@+@@+@@@+@+@+@++@++@++@++@@++@@@@@@@+++@++@+@@@@@+@+@@@@@@+@@@+++@+@@@@@@@@+@@+@@@++++@+@@+++++@+@+@+@@++", -"@@@@@+@+@+++@@+@++@@+@+@@@+@+@+++@@@++@+@@+@+@+@++@++@@@@@@@@@+@+++@@@@+@@@++++@@@@++@+@+@@@@@@@@@@@@++@+++++@@+@@+@+@+@@+@@@@@+", -"################################################################################################################################", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; +"++@.+.......++....+.+........+..++.+++@+.......++..+.++........@.....++.++.+..@.@...+..@.+.++.+.+..++.++.........+.....+..+++..+", +"++...+...+.....++..........................+.....@..............@..........@.....+................@@@@...+......+.@....@+.....+.", +"+.@...+............+.+.+............................@....+.+.@...+.........@................@@...@..@...@......++.+....+....+.++", +"++...+.............@......@.......+...+.++.+...............++.+......+.........@@...+...+.++...@........@........++...+++.+.+++.", +"++....+............+...........+...++....++...@......+@..+........@@..@.+.......@.....+................+.+..+...++@.........+++.", +"+.+...+........@@...++..............+@..++.................+..+@+.@@.@....@++.@.+.+.++....+.@.@....@..+.........++...........++.", +"+...++.+....@..........@..++.....+++..++++...........+.....+...+...........+++++@+....+.+.........+.+.+....+.....++@++..+...+.+.", +".....++.++.+..@.@...+..@.+.++.+.+..++.++.........+.....+..+++..+++@.+.......++....+.+........+..++.+++@+.......++..+.++........@", +"@..........@.....+................@@@@...+......+.@....@+.....+.++...+...+.....++..........................+.....@..............", +".+.........@................@@...@..@...@......++.+....+....+.+++.@...+............+.+.+............................@....+.+.@..", +".....+.........@@...+...+.++...@........@........++...+++.+.+++.++...+.............@......@.......+...+.++.+...............++.+.", +"..@@..@.+.......@.....+................+.+..+...++@.........+++.++....+............+...........+...++....++...@......+@..+......", +"+.@@.@....@++.@.+.+.++....+.@.@....@..+.........++...........++.+.+...+........@@...++..............+@..++.................+..+@", +"...........+++++@+....+.+.........+.+.+....+.....++@++..+...+.+.+...++.+....@..........@..++.....+++..++++...........+.....+...+", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"################################################################################################################################"}; diff --git a/clients/riscos/title_active_left.xpm b/clients/riscos/title_active_left.xpm index fb4676c8d8..9b43426376 100644 --- a/clients/riscos/title_active_left.xpm +++ b/clients/riscos/title_active_left.xpm @@ -3,9 +3,9 @@ static char * title_active_left_xpm[] = { "2 18 5 1", " c None", ". c #FFFFFF", -"+ c #E7E7E7", -"@ c #E7E7A5", -"# c #9C9C9C", +"+ c #DCDCDC", +"@ c #FFFFC0", +"# c #A0A0A0", "..", ".+", ".+", diff --git a/clients/riscos/title_active_right.xpm b/clients/riscos/title_active_right.xpm index af2bece6bb..1b90de9632 100644 --- a/clients/riscos/title_active_right.xpm +++ b/clients/riscos/title_active_right.xpm @@ -2,26 +2,26 @@ static char * title_active_right_xpm[] = { "2 18 6 1", " c None", -". c #FFFFFF", -"+ c #E7E7A5", -"@ c #9C9C9C", -"# c #C6C684", -"$ c #636363", -".+", -"+@", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"$$"}; +". c #585858", +"+ c #C0C000", +"@ c #FFFFC0", +"# c #A0A0A0", +"$ c #FFFFFF", +"$@", +"@#", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +".."}; diff --git a/clients/riscos/title_inactive.xpm b/clients/riscos/title_inactive.xpm index 6d9530a36c..4e664af7e4 100644 --- a/clients/riscos/title_inactive.xpm +++ b/clients/riscos/title_inactive.xpm @@ -2,26 +2,26 @@ static char * title_inactive_xpm[] = { "128 18 6 1", " c None", -". c #FFFFFF", -"+ c #DDDDDD", -"@ c #BBBBBB", -"# c #999999", -"$ c #555555", -"................................................................................................................................", +". c #C3C3C3", +"+ c #DCDCDC", +"@ c #FFFFFF", +"# c #585858", +"$ c #A0A0A0", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++", -"@+@@@.@.@+++@@@..@+@@+@+@+@.+@..@@@@@@@@@+@+++@@@@.@@@++++@@@@..@+@.@@@@@@@@@@@@+.+++++.@@.@@.@.@..@.@.@@@++++++++++@@@@@@@+++++", -".@@@@@.@++++@@.+@.@++@+@+@@@@@+.@@@@@@@+@@++++@@@.@@@+@@++@@@.@@.@+@.@@@@@..@@.@@@+++++@@@@@@@.@@@@.@.@.@@+++++@+@@@+@@@@@++++@+", -".@.@@@+@@++@@@@@@@@@@++@@+@.@..+@@@@@@@@+@++++@@+@@@@@@@+@+@@@@.@+@.@@@@@@@@@@@@@+@+++@+@+@@@@@@@.@.@.@@.@@++++++++@+@+@+@++++@+", -"@@@@@@@@@@@@@@.@.@.+@@@+@@+@.+@@@++@@@@+++@+@+@@@@@@@+@+@+@+@@+@.@.@@@@@@@@.@@@+.@+++++@+@+@.@.@+@@@@@+@+@.++@@@++@+@++@+@@++@@+", -"@@@@+++@+@+@@@.@@@@.@.@+@@@@@@@+++++@@@+@+++@@@@@@@@@@@@@@@+@@@.@+@.+@@@@@++@+@+@@@@++@+++@@@@@@@@@@@++@@@@+@@@@+++@++@+@@@@++@+", -"+@@@+++@@@@@@@@@+@@@@@@.@@@@@+@+@+++@@+@++@@@.@@@@@@@+@@@@@@+@@@@@+.@@@@@@@+++++@.@@@++@@+@@.@@@@+++++++@@@+@+@.@++@+@++@@@++@@@", -"+@@@+@@+@+@+@@.@@@@@+@@@@@+@@@@@++++@@@+++@+@@@@@+@@@@@.@@@+@@+@@@.@+@@@@@+@+++@+@@@+@@@@@.@@@+@@@@@@++@@@@@@@@@@++@@+@+@@@@++@+", -"@@@@@+@++@@@.@@++@@@@@@+@@++++@+@++++.+@@@@@@@@@@@.@@@@@+@@+@+@+++.+@@+@++@+@+@+@++@@+@+@@@@@@@@@@++@+@+@+@@+@@+@+@.++@@@@.@@@@@", -"@@@@@@++@+@@@+@@@@@@@@@@@@++.+@@@@+@+++@@@@@@@@@@@+@@+@+@@+@@@++@++@@@@@@@+.@@@@@@.@+@+@+@@@+@+@@+@@@+@.+@@+@@@@@@@@@@@@+@@@@@@@", -"@@@@@@@@@@+@@@@@+@@@@@+@@++@+++@@@@+++@@+@+@+@+@+++@@@@@@+@@+@+@++@@@+@@@@@@@@@@+@@@@@@@@+.@@+@@@+@+@+@+@+@@@@@+@+@@@@@@++@@@@@@", -"@@@+@@@@@@@@++@@@@@+@+@@+@++@@@@@@@@+@@@+@++@++++@++@+@+@@@+@++@++@@@+@@@+@@@+@@@+@+@@+@+@@@@@@+@@+@@++@+++@@@+++@@@@@@+@@@@@++@", -"@@@@@@@@@@+@@@@@@@+@@@@+@@@@@@@+@+@@+@@++@+@+@@+++@++@@@@+@@++++@+++@@+@+@@@@@@+@@@@+@@+@@@@@@+@@@+@+@++@@++@+@+@+@+@@+@@+@+@@@+", -"@@@@+@@@+@+@+@@++@+@+@@@+@@+@@@+@+@+@++@++@++@++@@++@@@@@@@+++@++@+@@@@@+@+@@@@@@+@@@+++@+@@@@@@@@+@@+@@@++++@+@@+++++@+@+@+@@++", -"@@@@@+@+@+++@@+@++@@+@+@@@+@+@+++@@@++@+@@+@+@+@++@++@@@@@@@@@+@+++@@@@+@@@++++@@@@++@+@+@@@@@@@@@@@@++@+++++@@+@@+@+@+@@+@@@@@+", -"################################################################################################################################", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$"}; +"++@.+.......++....+.+........+..++.+++@+.......++..+.++........@.....++.++.+..@.@...+..@.+.++.+.+..++.++.........+.....+..+++..+", +"++...+...+.....++..........................+.....@..............@..........@.....+................@@@@...+......+.@....@+.....+.", +"+.@...+............+.+.+............................@....+.+.@...+.........@................@@...@..@...@......++.+....+....+.++", +"++...+.............@......@.......+...+.++.+...............++.+......+.........@@...+...+.++...@........@........++...+++.+.+++.", +"++....+............+...........+...++....++...@......+@..+........@@..@.+.......@.....+................+.+..+...++@.........+++.", +"+.+...+........@@...++..............+@..++.................+..+@+.@@.@....@++.@.+.+.++....+.@.@....@..+.........++...........++.", +"+...++.+....@..........@..++.....+++..++++...........+.....+...+...........+++++@+....+.+.........+.+.+....+.....++@++..+...+.+.", +".....++.++.+..@.@...+..@.+.++.+.+..++.++.........+.....+..+++..+++@.+.......++....+.+........+..++.+++@+.......++..+.++........@", +"@..........@.....+................@@@@...+......+.@....@+.....+.++...+...+.....++..........................+.....@..............", +".+.........@................@@...@..@...@......++.+....+....+.+++.@...+............+.+.+............................@....+.+.@..", +".....+.........@@...+...+.++...@........@........++...+++.+.+++.++...+.............@......@.......+...+.++.+...............++.+.", +"..@@..@.+.......@.....+................+.+..+...++@.........+++.++....+............+...........+...++....++...@......+@..+......", +"+.@@.@....@++.@.+.+.++....+.@.@....@..+.........++...........++.+.+...+........@@...++..............+@..++.................+..+@", +"...........+++++@+....+.+.........+.+.+....+.....++@++..+...+.+.+...++.+....@..........@..++.....+++..++++...........+.....+...+", +"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", +"################################################################################################################################"}; diff --git a/clients/riscos/title_inactive_left.xpm b/clients/riscos/title_inactive_left.xpm index 75fe33cb47..3cf18caa74 100644 --- a/clients/riscos/title_inactive_left.xpm +++ b/clients/riscos/title_inactive_left.xpm @@ -3,9 +3,9 @@ static char * title_inactive_left_xpm[] = { "2 18 5 1", " c None", ". c #FFFFFF", -"+ c #DDDDDD", -"@ c #BBBBBB", -"# c #777777", +"+ c #DCDCDC", +"@ c #C3C3C3", +"# c #808080", "..", ".+", ".+", diff --git a/clients/riscos/title_inactive_right.xpm b/clients/riscos/title_inactive_right.xpm index 5e834b7842..773d50c00a 100644 --- a/clients/riscos/title_inactive_right.xpm +++ b/clients/riscos/title_inactive_right.xpm @@ -2,26 +2,26 @@ static char * title_inactive_right_xpm[] = { "2 18 6 1", " c None", -". c #FFFFFF", -"+ c #BBBBBB", -"@ c #777777", -"# c #999999", -"$ c #555555", -".+", -"+@", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"#$", -"$$"}; +". c #585858", +"+ c #A0A0A0", +"@ c #C3C3C3", +"# c #808080", +"$ c #FFFFFF", +"$@", +"@#", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +".."}; diff --git a/clients/riscos/title_left.xpm b/clients/riscos/title_left.xpm deleted file mode 100644 index 29d486428c..0000000000 --- a/clients/riscos/title_left.xpm +++ /dev/null @@ -1,28 +0,0 @@ -/* XPM */ -static char * title_left_xpm[] = { -"2 20 4 1", -"f c #FFFFFF", -"- c #DCDCDC", -"/ c #C3C3C3", -"o c #000000", -"ff", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f-", -"f/", -"/o"}; - diff --git a/clients/riscos/title_right.xpm b/clients/riscos/title_right.xpm deleted file mode 100644 index 53bad7504f..0000000000 --- a/clients/riscos/title_right.xpm +++ /dev/null @@ -1,29 +0,0 @@ -/* XPM */ -static char * title_right_xpm[] = { -"2 20 4 1", -"f c #FFFFFF", -"/ c #C3C3C3", -". c #585858", -"o c #000000", -"f/", -"/o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -".o", -"oo"}; - - diff --git a/clients/riscos/unmax.xpm b/clients/riscos/unmax.xpm index c34135bf12..e15bd8ff98 100644 --- a/clients/riscos/unmax.xpm +++ b/clients/riscos/unmax.xpm @@ -1,22 +1,20 @@ /* XPM */ static char * unmax_xpm[] = { -"12 12 7 1", +"12 12 5 1", " c None", -". c #5A5A5A", -"+ c #7B7B7B", -"@ c #BDBDBD", -"# c #FFFFFF", -"$ c #DEDEDE", -"% c #9C9C9C", -"..........+@", -".#########@$", -".# +#", -".# .#", -".# .#", -".# .#", -".# .#", -".# .#", -".# .#", -".# .#", -".@+........#", -"%$##########"}; +". c #FFFFFF", +"+ c #585858", +"@ c #808080", +"# c #DCDCDC", +"@++++++++++@", +"+#........#+", +"+..........+", +"+..........+", +"+..........+", +"+..........+", +"+..........+", +"+..........+", +"+..........+", +"+..........+", +"+#........#+", +"@++++++++++@"};