From a579877e1767c607db3e5b881cd794933dfc4ff5 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Tue, 9 Mar 2004 20:33:57 +0000 Subject: [PATCH] The final touch! (Old svn revision: 11626) --- themes/default/close-active.xpm | 33 ++++++++++++++----------- themes/default/close-inactive.xpm | 5 +++- themes/default/close-pressed.xpm | 33 ++++++++++++++----------- themes/default/stick-active.xpm | 4 +-- themes/default/stick-toggled-active.xpm | 4 +-- 5 files changed, 44 insertions(+), 35 deletions(-) diff --git a/themes/default/close-active.xpm b/themes/default/close-active.xpm index ee050a90f..231ccbc45 100644 --- a/themes/default/close-active.xpm +++ b/themes/default/close-active.xpm @@ -1,26 +1,29 @@ /* XPM */ static char * close_active_xpm[] = { -"16 18 5 1", +"16 18 8 1", " c None", ". c #567B9C s active_mid_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", +"$ c #ED2323", +"= c #FFA0A0", +"- c #BA1B1B", "# c #FFFFFF", " ", " ", " .++++++++++++. ", -".+@@@@@@@@@@@@+.", -"+@@@@@@@@@@@@@@+", -"+@@@@@@@@@@@@@@+", -"+@@@.#@@@@#.@@@+", -"+@@@###@@###@@@+", -"+@@@@######@@@@+", -"+@@@@@####@@@@@+", -"+@@@@@####@@@@@+", -"+@@@@######@@@@+", -"+@@@###@@###@@@+", -"+@@@.#@@@@#.@@@+", -"+@@@@@@@@@@@@@@+", -"+@@@@@@@@@@@@@@+", -".+@@@@@@@@@@@@+.", +".+------------+.", +"+--------------+", +"+--------------+", +"+---=#----#=---+", +"+---###--###---+", +"+----######----+", +"+-----####-----+", +"+-----####-----+", +"+----######----+", +"+---###--###---+", +"+---=#----#=---+", +"+--------------+", +"+--------------+", +".+------------+.", " .++++++++++++. "}; diff --git a/themes/default/close-inactive.xpm b/themes/default/close-inactive.xpm index 4b2974004..a794cee63 100644 --- a/themes/default/close-inactive.xpm +++ b/themes/default/close-inactive.xpm @@ -1,11 +1,14 @@ /* XPM */ static char * close_inactive_xpm[] = { -"16 18 5 1", +"16 18 8 1", " c None", ". c #567B9C s inactive_mid_1", "+ c #4B58A2 s inactive_shadow_1", "@ c #FFFFFF s inactive_hilight_1", "# c #949595 s inactive_shadow_1", +"$ c #ED2323", +"= c #FFA0A0", +"- c #BA1B1B", " ", " ", " .++++++++++++. ", diff --git a/themes/default/close-pressed.xpm b/themes/default/close-pressed.xpm index 6f29db243..d1cc5decb 100644 --- a/themes/default/close-pressed.xpm +++ b/themes/default/close-pressed.xpm @@ -1,26 +1,29 @@ /* XPM */ static char * close_pressed_xpm[] = { -"16 18 5 1", +"16 18 8 1", " c None", ". c #567B9C s active_mid_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #FFFFFF", +"$ c #ED2323", +"= c #FFA0A0", +"- c #BA1B1B", " ", " ", " .++++++++++++. ", -".+@@@@@@@@@@@@+.", -"+@@@@@@@@@@@@@@+", -"+@@@@@@@@@@@@@@+", -"+@@@+#@@@@#+@@@+", -"+@@@###@@###@@@+", -"+@@@@######@@@@+", -"+@@@@@####@@@@@+", -"+@@@@@####@@@@@+", -"+@@@@######@@@@+", -"+@@@###@@###@@@+", -"+@@@+#@@@@#+@@@+", -"+@@@@@@@@@@@@@@+", -"+@@@@@@@@@@@@@@+", -".+@@@@@@@@@@@@+.", +".+$$$$$$$$$$$$+.", +"+$$$$$$$$$$$$$$+", +"+$$$$$$$$$$$$$$+", +"+$$$=#$$$$#=$$$+", +"+$$$###$$###$$$+", +"+$$$$######$$$$+", +"+$$$$$####$$$$$+", +"+$$$$$####$$$$$+", +"+$$$$######$$$$+", +"+$$$###$$###$$$+", +"+$$$=#$$$$#=$$$+", +"+$$$$$$$$$$$$$$+", +"+$$$$$$$$$$$$$$+", +".+$$$$$$$$$$$$+.", " .++++++++++++. "}; diff --git a/themes/default/stick-active.xpm b/themes/default/stick-active.xpm index 8edbf4778..c3e37b9b9 100644 --- a/themes/default/stick-active.xpm +++ b/themes/default/stick-active.xpm @@ -15,10 +15,10 @@ static char * stick_active_xpm[] = { "+@@@@@@@@@@@@@@+", "+@@@@#$$$$#@@@@+", "+@@@#$$$$$$#@@@+", -"+@@@$$#@@#$$@@@+", +"+@@@$$+@@+$$@@@+", "+@@@$$@@@@$$@@@+", "+@@@$$@@@@$$@@@+", -"+@@@$$#@@#$$@@@+", +"+@@@$$+@@+$$@@@+", "+@@@#$$$$$$#@@@+", "+@@@@#$$$$#@@@@+", "+@@@@@@@@@@@@@@+", diff --git a/themes/default/stick-toggled-active.xpm b/themes/default/stick-toggled-active.xpm index db8f79e0d..bb2d620f7 100644 --- a/themes/default/stick-toggled-active.xpm +++ b/themes/default/stick-toggled-active.xpm @@ -15,10 +15,10 @@ static char * stick_toggled_active_xpm[] = { "+@@@@@@@@@@@@@@+", "+@@@@#$$$$#@@@@+", "+@@@#$$$$$$#@@@+", -"+@@@$$#@@#$$@@@+", +"+@@@$$+@@+$$@@@+", "+@@@$$@$$@$$@@@+", "+@@@$$@$$@$$@@@+", -"+@@@$$#@@#$$@@@+", +"+@@@$$+@@+$$@@@+", "+@@@#$$$$$$#@@@+", "+@@@@#$$$$#@@@@+", "+@@@@@@@@@@@@@@+", -- GitLab