From 9ad64f029a19e3990d0c11f28f54e418786638a1 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Wed, 21 Jul 2004 11:18:29 +0000 Subject: [PATCH] Change default theme again, adopt a simple, slick and colorfull theme (Old svn revision: 11884) --- themes/default/bottom-active.xpm | 10 +-- themes/default/bottom-inactive.xpm | 10 +-- themes/default/bottom-left-active.xpm | 36 +++++----- themes/default/bottom-left-inactive.xpm | 36 +++++----- themes/default/bottom-right-active.xpm | 36 +++++----- themes/default/bottom-right-inactive.xpm | 36 +++++----- themes/default/close-active.xpm | 6 +- themes/default/close-inactive.xpm | 6 +- themes/default/close-pressed.xpm | 6 +- themes/default/hide-active.xpm | 6 +- themes/default/hide-inactive.xpm | 6 +- themes/default/hide-pressed.xpm | 6 +- themes/default/left-active.xpm | 72 +++++++++---------- themes/default/left-inactive.xpm | 72 +++++++++---------- themes/default/maximize-active.xpm | 6 +- themes/default/maximize-inactive.xpm | 6 +- themes/default/maximize-pressed.xpm | 6 +- themes/default/maximize-toggled-active.xpm | 6 +- themes/default/maximize-toggled-inactive.xpm | 6 +- themes/default/maximize-toggled-pressed.xpm | 6 +- themes/default/menu-active.xpm | 6 +- themes/default/menu-inactive.xpm | 6 +- themes/default/menu-pressed.xpm | 6 +- themes/default/right-active.xpm | 72 +++++++++---------- themes/default/right-inactive.xpm | 72 +++++++++---------- themes/default/shade-active.xpm | 6 +- themes/default/shade-inactive.xpm | 6 +- themes/default/shade-pressed.xpm | 6 +- themes/default/shade-toggled-active.xpm | 6 +- themes/default/shade-toggled-inactive.xpm | 6 +- themes/default/shade-toggled-pressed.xpm | 6 +- themes/default/stick-active.xpm | 6 +- themes/default/stick-inactive.xpm | 6 +- themes/default/stick-pressed.xpm | 6 +- themes/default/stick-toggled-active.xpm | 6 +- themes/default/stick-toggled-inactive.xpm | 6 +- themes/default/stick-toggled-pressed.xpm | 6 +- themes/default/themerc | 4 +- themes/default/title-1-active.png | Bin 150 -> 174 bytes themes/default/title-1-active.xpm | 2 +- themes/default/title-1-inactive.png | Bin 150 -> 174 bytes themes/default/title-1-inactive.xpm | 2 +- themes/default/title-2-active.png | Bin 150 -> 174 bytes themes/default/title-2-active.xpm | 2 +- themes/default/title-2-inactive.png | Bin 150 -> 174 bytes themes/default/title-2-inactive.xpm | 2 +- themes/default/title-3-active.png | Bin 150 -> 174 bytes themes/default/title-3-active.xpm | 2 +- themes/default/title-3-inactive.png | Bin 150 -> 174 bytes themes/default/title-3-inactive.xpm | 2 +- themes/default/title-4-active.png | Bin 150 -> 174 bytes themes/default/title-4-active.xpm | 2 +- themes/default/title-4-inactive.png | Bin 150 -> 174 bytes themes/default/title-4-inactive.xpm | 2 +- themes/default/title-5-active.png | Bin 150 -> 174 bytes themes/default/title-5-active.xpm | 2 +- themes/default/title-5-inactive.png | Bin 150 -> 174 bytes themes/default/title-5-inactive.xpm | 2 +- themes/default/top-left-active.png | Bin 162 -> 205 bytes themes/default/top-left-active.xpm | 42 +++++------ themes/default/top-left-inactive.png | Bin 162 -> 205 bytes themes/default/top-left-inactive.xpm | 42 +++++------ themes/default/top-right-active.png | Bin 189 -> 212 bytes themes/default/top-right-active.xpm | 42 +++++------ themes/default/top-right-inactive.png | Bin 189 -> 212 bytes themes/default/top-right-inactive.xpm | 42 +++++------ 66 files changed, 457 insertions(+), 349 deletions(-) diff --git a/themes/default/bottom-active.xpm b/themes/default/bottom-active.xpm index 85d6271a4..d6e05e3b8 100644 --- a/themes/default/bottom-active.xpm +++ b/themes/default/bottom-active.xpm @@ -3,12 +3,12 @@ static char * bottom_active_xpm[] = { "32 5 6 1", " c None", ". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #858585 s active_shadow_2", -"$ c #A8A8A8 s active_mid_2", -"# c #C2C2C2 s active_color_2", +"+ c #FFFFFF s active_hilight_1", +"@ c #858585 s active_shadow_1", +"$ c #A8A8A8 s active_mid_1", +"# c #C2C2C2 s active_color_1", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "################################", "################################", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "................................"}; diff --git a/themes/default/bottom-inactive.xpm b/themes/default/bottom-inactive.xpm index cfccd5761..872e3d827 100644 --- a/themes/default/bottom-inactive.xpm +++ b/themes/default/bottom-inactive.xpm @@ -3,12 +3,12 @@ static char * bottom_inactive_xpm[] = { "32 5 6 1", " c None", ". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #858585 s inactive_shadow_2", -"$ c #A8A8A8 s inactive_mid_2", -"# c #C2C2C2 s inactive_color_2", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #858585 s inactive_shadow_1", +"$ c #A8A8A8 s inactive_mid_1", +"# c #C2C2C2 s inactive_color_1", +"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "################################", "################################", -"$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$", "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@", "................................"}; diff --git a/themes/default/bottom-left-active.xpm b/themes/default/bottom-left-active.xpm index 7a78161d8..0d4b9f416 100644 --- a/themes/default/bottom-left-active.xpm +++ b/themes/default/bottom-left-active.xpm @@ -3,23 +3,23 @@ static char * bottom_left_active_xpm[] = { "16 16 6 1", " c None", ". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #858585 s active_shadow_2", -"$ c #A8A8A8 s active_mid_2", -"# c #C2C2C2 s active_color_2", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+##############", -".+##############", -".#$$$$$$$$$$$$$$", +"+ c #FFFFFF s active_hilight_1", +"@ c #858585 s active_shadow_1", +"$ c #A8A8A8 s active_mid_1", +"# c #C2C2C2 s active_color_1", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@@@@@@@@@@@@", +".###############", +".###############", ".@@@@@@@@@@@@@@@", " ..............."}; diff --git a/themes/default/bottom-left-inactive.xpm b/themes/default/bottom-left-inactive.xpm index 10baa67ce..311053e2e 100644 --- a/themes/default/bottom-left-inactive.xpm +++ b/themes/default/bottom-left-inactive.xpm @@ -3,23 +3,23 @@ static char * bottom_left_inactive_xpm[] = { "16 16 6 1", " c None", ". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #858585 s inactive_shadow_2", -"$ c #A8A8A8 s inactive_mid_2", -"# c #C2C2C2 s inactive_color_2", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+### ", -".+##############", -".+##############", -".#$$$$$$$$$$$$$$", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #858585 s inactive_shadow_1", +"$ c #A8A8A8 s inactive_mid_1", +"# c #C2C2C2 s inactive_color_1", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@ ", +".###@@@@@@@@@@@@", +".###############", +".###############", ".@@@@@@@@@@@@@@@", " ..............."}; diff --git a/themes/default/bottom-right-active.xpm b/themes/default/bottom-right-active.xpm index 2a0c342db..17a01a0b8 100644 --- a/themes/default/bottom-right-active.xpm +++ b/themes/default/bottom-right-active.xpm @@ -3,23 +3,23 @@ static char * bottom_right_active_xpm[] = { "16 16 6 1", " c None", ". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #858585 s active_shadow_2", -"$ c #A8A8A8 s active_mid_2", -"# c #C2C2C2 s active_color_2", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -"#############$@.", -"#############$@.", -"$$$$$$$$$$$$$$@.", +"+ c #FFFFFF s active_hilight_1", +"@ c #858585 s active_shadow_1", +"$ c #A8A8A8 s active_mid_1", +"# c #C2C2C2 s active_color_1", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +"@@@@@@@@@@@@###.", +"###############.", +"###############.", "@@@@@@@@@@@@@@@.", "............... "}; diff --git a/themes/default/bottom-right-inactive.xpm b/themes/default/bottom-right-inactive.xpm index fe966dce1..92dd61c32 100644 --- a/themes/default/bottom-right-inactive.xpm +++ b/themes/default/bottom-right-inactive.xpm @@ -3,23 +3,23 @@ static char * bottom_right_inactive_xpm[] = { "16 16 6 1", " c None", ". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #858585 s inactive_shadow_2", -"$ c #A8A8A8 s inactive_mid_2", -"# c #C2C2C2 s inactive_color_2", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -" ##$@.", -"#############$@.", -"#############$@.", -"$$$$$$$$$$$$$$@.", +"+ c #FFFFFF s inactive_hilight_1", +"@ c #858585 s inactive_shadow_1", +"$ c #A8A8A8 s inactive_mid_1", +"# c #C2C2C2 s inactive_color_1", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +" @###.", +"@@@@@@@@@@@@###.", +"###############.", +"###############.", "@@@@@@@@@@@@@@@.", "............... "}; diff --git a/themes/default/close-active.xpm b/themes/default/close-active.xpm index ae784d970..48e5a24a8 100644 --- a/themes/default/close-active.xpm +++ b/themes/default/close-active.xpm @@ -1,15 +1,18 @@ /* XPM */ static char * close_active_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@.#@@@@#.@@@@+", "+@@@@###@@###@@@@+", "+@@@@@######@@@@@+", @@ -20,5 +23,6 @@ static char * close_active_xpm[] = { "+@@@@.#@@@@#.@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/close-inactive.xpm b/themes/default/close-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/close-inactive.xpm +++ b/themes/default/close-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/close-pressed.xpm b/themes/default/close-pressed.xpm index 69baff3ec..011121950 100644 --- a/themes/default/close-pressed.xpm +++ b/themes/default/close-pressed.xpm @@ -1,15 +1,18 @@ /* XPM */ static char * close_pressed_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@+#@@@@#+@@@@+", "+@@@@###@@###@@@@+", "+@@@@@######@@@@@+", @@ -20,5 +23,6 @@ static char * close_pressed_xpm[] = { "+@@@@+#@@@@#+@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/hide-active.xpm b/themes/default/hide-active.xpm index a9b791c4a..430268bb2 100644 --- a/themes/default/hide-active.xpm +++ b/themes/default/hide-active.xpm @@ -1,11 +1,13 @@ /* XPM */ static char * hide_active_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", @@ -16,9 +18,11 @@ static char * hide_active_xpm[] = { "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@######@@@@@+", "+@@@@@######@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/hide-inactive.xpm b/themes/default/hide-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/hide-inactive.xpm +++ b/themes/default/hide-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/hide-pressed.xpm b/themes/default/hide-pressed.xpm index 61453ceee..fc765cca6 100644 --- a/themes/default/hide-pressed.xpm +++ b/themes/default/hide-pressed.xpm @@ -1,11 +1,13 @@ /* XPM */ static char * hide_pressed_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", @@ -16,9 +18,11 @@ static char * hide_pressed_xpm[] = { "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@######@@@@@+", "+@@@@@######@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/left-active.xpm b/themes/default/left-active.xpm index 8dbc4dfd6..05c30fe8d 100644 --- a/themes/default/left-active.xpm +++ b/themes/default/left-active.xpm @@ -3,39 +3,39 @@ static char * left_active_xpm[] = { "5 32 6 1", " c None", ". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #858585 s active_shadow_2", -"$ c #A8A8A8 s active_mid_2", -"# c #C2C2C2 s active_color_2", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###"}; +"+ c #FFFFFF s active_hilight_1", +"@ c #858585 s active_shadow_1", +"$ c #A8A8A8 s active_mid_1", +"# c #C2C2C2 s active_color_1", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@"}; diff --git a/themes/default/left-inactive.xpm b/themes/default/left-inactive.xpm index 68af17830..ecb8805d6 100644 --- a/themes/default/left-inactive.xpm +++ b/themes/default/left-inactive.xpm @@ -3,39 +3,39 @@ static char * left_inactive_xpm[] = { "5 32 6 1", " c None", ". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #858585 s inactive_shadow_2", -"$ c #A8A8A8 s inactive_mid_2", -"# c #C2C2C2 s inactive_color_2", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###", -".+###"}; +"+ c #FFFFFF s inactive_hilight_1", +"@ c #858585 s inactive_shadow_1", +"$ c #A8A8A8 s inactive_mid_1", +"# c #C2C2C2 s inactive_color_1", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@", +".###@"}; diff --git a/themes/default/maximize-active.xpm b/themes/default/maximize-active.xpm index 22f8f3bd7..36c622718 100644 --- a/themes/default/maximize-active.xpm +++ b/themes/default/maximize-active.xpm @@ -1,15 +1,18 @@ /* XPM */ static char * maximize_active_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@.######.@@@@+", "+@@@@########@@@@+", "+@@@@##@@@@##@@@@+", @@ -20,5 +23,6 @@ static char * maximize_active_xpm[] = { "+@@@@.######.@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/maximize-inactive.xpm b/themes/default/maximize-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/maximize-inactive.xpm +++ b/themes/default/maximize-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/maximize-pressed.xpm b/themes/default/maximize-pressed.xpm index 130ea5f36..1033bf45b 100644 --- a/themes/default/maximize-pressed.xpm +++ b/themes/default/maximize-pressed.xpm @@ -1,15 +1,18 @@ /* XPM */ static char * maximize_pressed_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@######@@@@@+", "+@@@@########@@@@+", "+@@@@##@@@@##@@@@+", @@ -20,5 +23,6 @@ static char * maximize_pressed_xpm[] = { "+@@@@@######@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/maximize-toggled-active.xpm b/themes/default/maximize-toggled-active.xpm index 1d134aa96..391c59135 100644 --- a/themes/default/maximize-toggled-active.xpm +++ b/themes/default/maximize-toggled-active.xpm @@ -1,14 +1,17 @@ /* XPM */ static char * maximize_toggled_active_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@@.#####.@@@+", "+@@@@@@#######@@@+", "+@@@@@@@@@@@##@@@+", @@ -20,5 +23,6 @@ static char * maximize_toggled_active_xpm[] = { "+@@@#######@@@@@@+", "+@@@.#####.@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/maximize-toggled-inactive.xpm b/themes/default/maximize-toggled-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/maximize-toggled-inactive.xpm +++ b/themes/default/maximize-toggled-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/maximize-toggled-pressed.xpm b/themes/default/maximize-toggled-pressed.xpm index be5dca0b9..b122ccaf2 100644 --- a/themes/default/maximize-toggled-pressed.xpm +++ b/themes/default/maximize-toggled-pressed.xpm @@ -1,14 +1,17 @@ /* XPM */ static char * maximize_toggled_pressed_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@@@#####@@@@+", "+@@@@@@#######@@@+", "+@@@@@@@@@@@##@@@+", @@ -20,5 +23,6 @@ static char * maximize_toggled_pressed_xpm[] = { "+@@@#######@@@@@@+", "+@@@@#####@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/menu-active.xpm b/themes/default/menu-active.xpm index 39e2fdd7a..0ab67aefc 100644 --- a/themes/default/menu-active.xpm +++ b/themes/default/menu-active.xpm @@ -1,16 +1,19 @@ /* XPM */ static char * menu_active_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@#@@@@#@@@@@+", "+@@@@###@@###@@@@+", "+@@@@########@@@@+", @@ -20,5 +23,6 @@ static char * menu_active_xpm[] = { "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/menu-inactive.xpm b/themes/default/menu-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/menu-inactive.xpm +++ b/themes/default/menu-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/menu-pressed.xpm b/themes/default/menu-pressed.xpm index ff3a8d76c..7af634673 100644 --- a/themes/default/menu-pressed.xpm +++ b/themes/default/menu-pressed.xpm @@ -1,16 +1,19 @@ /* XPM */ static char * menu_pressed_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@#@@@@#@@@@@+", "+@@@@###@@###@@@@+", "+@@@@########@@@@+", @@ -20,5 +23,6 @@ static char * menu_pressed_xpm[] = { "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/right-active.xpm b/themes/default/right-active.xpm index c4dcd5926..7c8c1a569 100644 --- a/themes/default/right-active.xpm +++ b/themes/default/right-active.xpm @@ -3,39 +3,39 @@ static char * right_active_xpm[] = { "5 32 6 1", " c None", ". c #000000", -"+ c #FFFFFF s active_hilight_2", -"@ c #858585 s active_shadow_2", -"$ c #A8A8A8 s active_mid_2", -"# c #C2C2C2 s active_color_2", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@."}; +"+ c #FFFFFF s active_hilight_1", +"@ c #858585 s active_shadow_1", +"$ c #A8A8A8 s active_mid_1", +"# c #C2C2C2 s active_color_1", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###."}; diff --git a/themes/default/right-inactive.xpm b/themes/default/right-inactive.xpm index 2226a0945..974c43193 100644 --- a/themes/default/right-inactive.xpm +++ b/themes/default/right-inactive.xpm @@ -3,39 +3,39 @@ static char * right_inactive_xpm[] = { "5 32 6 1", " c None", ". c #000000", -"+ c #FFFFFF s inactive_hilight_2", -"@ c #858585 s inactive_shadow_2", -"$ c #A8A8A8 s inactive_mid_2", -"# c #C2C2C2 s inactive_color_2", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@.", -"##$@."}; +"+ c #FFFFFF s inactive_hilight_1", +"@ c #858585 s inactive_shadow_1", +"$ c #A8A8A8 s inactive_mid_1", +"# c #C2C2C2 s inactive_color_1", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###.", +"@###."}; diff --git a/themes/default/shade-active.xpm b/themes/default/shade-active.xpm index 0b581ccc2..c13700c90 100644 --- a/themes/default/shade-active.xpm +++ b/themes/default/shade-active.xpm @@ -1,15 +1,18 @@ /* XPM */ static char * shade_active_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@@@##@@@@@@@+", "+@@@@@@####@@@@@@+", "+@@@@@######@@@@@+", @@ -20,5 +23,6 @@ static char * shade_active_xpm[] = { "+@@@@@@@##@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/shade-inactive.xpm b/themes/default/shade-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/shade-inactive.xpm +++ b/themes/default/shade-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/shade-pressed.xpm b/themes/default/shade-pressed.xpm index 0d77f82d2..9323eb751 100644 --- a/themes/default/shade-pressed.xpm +++ b/themes/default/shade-pressed.xpm @@ -1,15 +1,18 @@ /* XPM */ static char * shade_pressed_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@@@##@@@@@@@+", "+@@@@@@####@@@@@@+", "+@@@@@######@@@@@+", @@ -20,5 +23,6 @@ static char * shade_pressed_xpm[] = { "+@@@@@@@##@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/shade-toggled-active.xpm b/themes/default/shade-toggled-active.xpm index e1e3ea5d9..705bcbd8e 100644 --- a/themes/default/shade-toggled-active.xpm +++ b/themes/default/shade-toggled-active.xpm @@ -1,15 +1,18 @@ /* XPM */ static char * shade_toggled_active_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@@@##@@@@@@@+", "+@@@@@@@##@@@@@@@+", "+@@@@@@@##@@@@@@@+", @@ -20,5 +23,6 @@ static char * shade_toggled_active_xpm[] = { "+@@@@@@@##@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/shade-toggled-inactive.xpm b/themes/default/shade-toggled-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/shade-toggled-inactive.xpm +++ b/themes/default/shade-toggled-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/shade-toggled-pressed.xpm b/themes/default/shade-toggled-pressed.xpm index 6db803468..560a77908 100644 --- a/themes/default/shade-toggled-pressed.xpm +++ b/themes/default/shade-toggled-pressed.xpm @@ -1,15 +1,18 @@ /* XPM */ static char * shade_toggled_pressed_xpm[] = { -"18 16 5 1", +"18 20 5 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@@@##@@@@@@@+", "+@@@@@@@##@@@@@@@+", "+@@@@@@@##@@@@@@@+", @@ -20,5 +23,6 @@ static char * shade_toggled_pressed_xpm[] = { "+@@@@@@@##@@@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/stick-active.xpm b/themes/default/stick-active.xpm index 4b669753f..85af57d73 100644 --- a/themes/default/stick-active.xpm +++ b/themes/default/stick-active.xpm @@ -1,16 +1,19 @@ /* XPM */ static char * stick_active_xpm[] = { -"18 16 6 1", +"18 20 6 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #949595 s active_color_1", "$ c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@#$$$$#@@@@@+", "+@@@@#$$$$$$#@@@@+", "+@@@@$$+@@+$$@@@@+", @@ -21,5 +24,6 @@ static char * stick_active_xpm[] = { "+@@@@@#$$$$#@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/stick-inactive.xpm b/themes/default/stick-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/stick-inactive.xpm +++ b/themes/default/stick-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/stick-pressed.xpm b/themes/default/stick-pressed.xpm index 84833830a..bbb2d89ce 100644 --- a/themes/default/stick-pressed.xpm +++ b/themes/default/stick-pressed.xpm @@ -1,16 +1,19 @@ /* XPM */ static char * stick_pressed_xpm[] = { -"18 16 6 1", +"18 20 6 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #949595 s active_color_1", "$ c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@+$$$$+@@@@@+", "+@@@@+$$$$$$+@@@@+", "+@@@@$$+@@+$$@@@@+", @@ -21,5 +24,6 @@ static char * stick_pressed_xpm[] = { "+@@@@@+$$$$+@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/stick-toggled-active.xpm b/themes/default/stick-toggled-active.xpm index fc4e2ce19..1a77a7cfd 100644 --- a/themes/default/stick-toggled-active.xpm +++ b/themes/default/stick-toggled-active.xpm @@ -1,16 +1,19 @@ /* XPM */ static char * stick_toggled_active_xpm[] = { -"18 16 6 1", +"18 20 6 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #4B58A2 s active_shadow_1", "# c #949595 s active_color_1", "$ c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@#$$$$#@@@@@+", "+@@@@#$$$$$$#@@@@+", "+@@@@$$+@@+$$@@@@+", @@ -21,5 +24,6 @@ static char * stick_toggled_active_xpm[] = { "+@@@@@#$$$$#@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/stick-toggled-inactive.xpm b/themes/default/stick-toggled-inactive.xpm index 2ddaab9ec..fdf4392aa 100644 --- a/themes/default/stick-toggled-inactive.xpm +++ b/themes/default/stick-toggled-inactive.xpm @@ -1,6 +1,6 @@ /* XPM */ static char * bouton_inactive_xpm[] = { -"1 16 1 1", +"1 20 1 1", " c None", " ", " ", @@ -17,4 +17,8 @@ static char * bouton_inactive_xpm[] = { " ", " ", " ", +" ", +" ", +" ", +" ", " "}; diff --git a/themes/default/stick-toggled-pressed.xpm b/themes/default/stick-toggled-pressed.xpm index bc16f670e..75153a264 100644 --- a/themes/default/stick-toggled-pressed.xpm +++ b/themes/default/stick-toggled-pressed.xpm @@ -1,16 +1,19 @@ /* XPM */ static char * stick_toggled_pressed_xpm[] = { -"18 16 6 1", +"18 20 6 1", " c None", ". c #567B9C s active_color_1", "+ c #FFFFFF s active_hilight_1", "@ c #B4BAB5 s active_mid_1", "# c #949595 s active_color_1", "$ c #FFFFFF", +" ", +" ", " ++++++++++++++ ", " +@@@@@@@@@@@@@@+ ", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", "+@@@@@+$$$$+@@@@@+", "+@@@@+$$$$$$+@@@@+", "+@@@@$$+@@+$$@@@@+", @@ -21,5 +24,6 @@ static char * stick_toggled_pressed_xpm[] = { "+@@@@@+$$$$+@@@@@+", "+@@@@@@@@@@@@@@@@+", "+@@@@@@@@@@@@@@@@+", +"+@@@@@@@@@@@@@@@@+", " +@@@@@@@@@@@@@@+ ", " ++++++++++++++ "}; diff --git a/themes/default/themerc b/themes/default/themerc index e3d1e0db9..b40ca7bee 100644 --- a/themes/default/themerc +++ b/themes/default/themerc @@ -3,8 +3,8 @@ button_offset=0 button_spacing=2 full_width_title=true title_horizontal_offset=2 -title_vertical_offset_active=1 -title_vertical_offset_inactive=1 +title_vertical_offset_active=2 +title_vertical_offset_inactive=2 title_shadow_active=true # title_shadow_active=false title_shadow_inactive=false diff --git a/themes/default/title-1-active.png b/themes/default/title-1-active.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-1-active.xpm b/themes/default/title-1-active.xpm index fce1dea50..86bc69850 100644 --- a/themes/default/title-1-active.xpm +++ b/themes/default/title-1-active.xpm @@ -29,5 +29,5 @@ static char * title_active_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-1-inactive.png b/themes/default/title-1-inactive.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-1-inactive.xpm b/themes/default/title-1-inactive.xpm index 5e6daf969..14eb18582 100644 --- a/themes/default/title-1-inactive.xpm +++ b/themes/default/title-1-inactive.xpm @@ -29,5 +29,5 @@ static char * title_inactive_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-2-active.png b/themes/default/title-2-active.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-2-active.xpm b/themes/default/title-2-active.xpm index fce1dea50..86bc69850 100644 --- a/themes/default/title-2-active.xpm +++ b/themes/default/title-2-active.xpm @@ -29,5 +29,5 @@ static char * title_active_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-2-inactive.png b/themes/default/title-2-inactive.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-2-inactive.xpm b/themes/default/title-2-inactive.xpm index 5e6daf969..14eb18582 100644 --- a/themes/default/title-2-inactive.xpm +++ b/themes/default/title-2-inactive.xpm @@ -29,5 +29,5 @@ static char * title_inactive_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-3-active.png b/themes/default/title-3-active.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-3-active.xpm b/themes/default/title-3-active.xpm index fce1dea50..86bc69850 100644 --- a/themes/default/title-3-active.xpm +++ b/themes/default/title-3-active.xpm @@ -29,5 +29,5 @@ static char * title_active_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-3-inactive.png b/themes/default/title-3-inactive.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-3-inactive.xpm b/themes/default/title-3-inactive.xpm index 5e6daf969..14eb18582 100644 --- a/themes/default/title-3-inactive.xpm +++ b/themes/default/title-3-inactive.xpm @@ -29,5 +29,5 @@ static char * title_inactive_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-4-active.png b/themes/default/title-4-active.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-4-active.xpm b/themes/default/title-4-active.xpm index fce1dea50..86bc69850 100644 --- a/themes/default/title-4-active.xpm +++ b/themes/default/title-4-active.xpm @@ -29,5 +29,5 @@ static char * title_active_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-4-inactive.png b/themes/default/title-4-inactive.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-4-inactive.xpm b/themes/default/title-4-inactive.xpm index 5e6daf969..14eb18582 100644 --- a/themes/default/title-4-inactive.xpm +++ b/themes/default/title-4-inactive.xpm @@ -29,5 +29,5 @@ static char * title_inactive_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-5-active.png b/themes/default/title-5-active.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-5-active.xpm b/themes/default/title-5-active.xpm index fce1dea50..86bc69850 100644 --- a/themes/default/title-5-active.xpm +++ b/themes/default/title-5-active.xpm @@ -29,5 +29,5 @@ static char * title_active_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/title-5-inactive.png b/themes/default/title-5-inactive.png index 0597265ebcf3e29e3603dd4c44395cf2b56f3213..a51dd83df4de26ac84c70a6e0475e40248815400 100644 GIT binary patch delta 123 zcmbQnxQ=mxRS5$K{B+)352S)UT^vIyZcXiX<Z5u>VP1Zr{&%qaL&qtlz2dDxkq76T zO3`4^QOsPW(0KFUqlD58cegiqB<MHEOmHY(Tq~(kVDUm(xy|kW|1Ua^<J_KHzM}gm YT+gIK#?O06%Tkavp00i_>zopr0D{ahng9R* delta 99 zcmZ3-IE`_FRm^_|AY8C_`D6wL25V0j$B>F!$$$R;w`Vp=NOEA-;o;%QdcjoB!SzQi zmb){}K&Zq@IYhck^2`e+oh<?i38(-6{~!6`7b`>hK9T$Yy~E#u#xQug`njxgN@xNA DnEfVU diff --git a/themes/default/title-5-inactive.xpm b/themes/default/title-5-inactive.xpm index 5e6daf969..14eb18582 100644 --- a/themes/default/title-5-inactive.xpm +++ b/themes/default/title-5-inactive.xpm @@ -29,5 +29,5 @@ static char * title_inactive_xpm[] = { "@@@@", "@@@@", "@@@@", -"++++", +"@@@@", "...."}; diff --git a/themes/default/top-left-active.png b/themes/default/top-left-active.png index a4e6acdd984f9a69d66828343c0d2cd82c758efe..86cc3b3ded0955f859afd5444e5eda6cbb4b8845 100644 GIT binary patch delta 155 zcmZ3)c$RU3RXqa;{B+(8VibA0IEGZ*+B(URuR(!_Wjkm5XUTm>?W->-tP@u}+s4Ls zit|*;t_e)dsZk0$OBp9+pPz82jz4-r%p#tv1q=&Plo(bYc-bu%q>wYwz0D?@qcNLh zie&T71#g9y^FIAQVSC%^bkiH$+Y3EDnY?0I_TbUsuM8sUlQsCd>KCjBIm6S{&t;uc GLK6U806yse delta 111 zcmV-#0FeL90ipqrI%xj@{{a7>y{D4^002ixL_t(|+GG6x|33phz{EfRupqJ32r2l3 zO#vg+4RVC6_)SQ`AKEJ*-wlk^32H`0MixSDU?!x1Whf}1&=>#z|7RgPE&xYr7Lg(K Rfe`=z002ovPDHLkV1kBeEja)H diff --git a/themes/default/top-left-active.xpm b/themes/default/top-left-active.xpm index c29f713f8..b23edc3a7 100644 --- a/themes/default/top-left-active.xpm +++ b/themes/default/top-left-active.xpm @@ -9,25 +9,25 @@ static char * top_left_active_xpm[] = { "$ c #C2C2C2 s active_color_1", " ....", " ..@+++", -" .@++$$$", -" .+$$$$$", +" .@$+$$$", +" .#$$$$$", ".@+$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+++++++", -".$@@@@@@"}; +".#$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$@@@@"}; diff --git a/themes/default/top-left-inactive.png b/themes/default/top-left-inactive.png index a4e6acdd984f9a69d66828343c0d2cd82c758efe..86cc3b3ded0955f859afd5444e5eda6cbb4b8845 100644 GIT binary patch delta 155 zcmZ3)c$RU3RXqa;{B+(8VibA0IEGZ*+B(URuR(!_Wjkm5XUTm>?W->-tP@u}+s4Ls zit|*;t_e)dsZk0$OBp9+pPz82jz4-r%p#tv1q=&Plo(bYc-bu%q>wYwz0D?@qcNLh zie&T71#g9y^FIAQVSC%^bkiH$+Y3EDnY?0I_TbUsuM8sUlQsCd>KCjBIm6S{&t;uc GLK6U806yse delta 111 zcmV-#0FeL90ipqrI%xj@{{a7>y{D4^002ixL_t(|+GG6x|33phz{EfRupqJ32r2l3 zO#vg+4RVC6_)SQ`AKEJ*-wlk^32H`0MixSDU?!x1Whf}1&=>#z|7RgPE&xYr7Lg(K Rfe`=z002ovPDHLkV1kBeEja)H diff --git a/themes/default/top-left-inactive.xpm b/themes/default/top-left-inactive.xpm index 9d7f4569d..f8fd615ac 100644 --- a/themes/default/top-left-inactive.xpm +++ b/themes/default/top-left-inactive.xpm @@ -9,25 +9,25 @@ static char * top_left_inactive_xpm[] = { "$ c #C2C2C2 s inactive_color_1", " ....", " ..@+++", -" .@++$$$", -" .+$$$$$", +" .@$+$$$", +" .#$$$$$", ".@+$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+$$$$$$", -".+++++++", -".$@@@@@@"}; +".#$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$$$$$", +".$$$@@@@"}; diff --git a/themes/default/top-right-active.png b/themes/default/top-right-active.png index 08a313535475be023356fffc311b481ab31c577d..97751af88a4c86431b19f5ddb56c6f1cb77ff835 100644 GIT binary patch delta 162 zcmdnXc!hC-RXqa;{B+(8VpMv%IEGZ*+B(sjtHFSWRsGRbo3?bp^N)CAJ03mXxlt&4 z<1T{>u7~$zdMN~}t=wsH=9a{Y$)20}7O?zUuFjR<A?q1x(8I2CASQxw#-e5Ic?Z^d zC7hFdrr)Nr;Yq{SwFm$FKm2!U;@|ocx~6mDr<u>-p2H@6RJ)F;ZiVcHGur>Ao3<YY OxyIAg&t;ucLK6U^7e-(J delta 139 zcmV;60CfM<0lfi`I)DEF{{a7>y{D4^003f1L_t(|+O?6v4S+BV1J95(__F^#OoCd; ze9Et+NCiuI#X2jFY?EnWpaAxV-2pg&ngFykLvOY_q9lZ21m76S6hYHftHtz7uxkKo t0;rJ@fOBNvXM-e-u6Pk)JEned0a7d?LJI>#+yDRo07*qoL<FuvV1msrIXD0S diff --git a/themes/default/top-right-active.xpm b/themes/default/top-right-active.xpm index 1af80f0d9..2ca1c6ce6 100644 --- a/themes/default/top-right-active.xpm +++ b/themes/default/top-right-active.xpm @@ -9,25 +9,25 @@ static char * top_right_active_xpm[] = { "$ c #C2C2C2 s active_color_1", ".... ", "+++@.. ", -"$$$+#@. ", +"$$$+$@. ", "$$$$$#. ", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"+++++$@.", -"@@@@@@@."}; +"$$$$$$@.", +"$$$$$$#.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"@@@@$$$."}; diff --git a/themes/default/top-right-inactive.png b/themes/default/top-right-inactive.png index 08a313535475be023356fffc311b481ab31c577d..97751af88a4c86431b19f5ddb56c6f1cb77ff835 100644 GIT binary patch delta 162 zcmdnXc!hC-RXqa;{B+(8VpMv%IEGZ*+B(sjtHFSWRsGRbo3?bp^N)CAJ03mXxlt&4 z<1T{>u7~$zdMN~}t=wsH=9a{Y$)20}7O?zUuFjR<A?q1x(8I2CASQxw#-e5Ic?Z^d zC7hFdrr)Nr;Yq{SwFm$FKm2!U;@|ocx~6mDr<u>-p2H@6RJ)F;ZiVcHGur>Ao3<YY OxyIAg&t;ucLK6U^7e-(J delta 139 zcmV;60CfM<0lfi`I)DEF{{a7>y{D4^003f1L_t(|+O?6v4S+BV1J95(__F^#OoCd; ze9Et+NCiuI#X2jFY?EnWpaAxV-2pg&ngFykLvOY_q9lZ21m76S6hYHftHtz7uxkKo t0;rJ@fOBNvXM-e-u6Pk)JEned0a7d?LJI>#+yDRo07*qoL<FuvV1msrIXD0S diff --git a/themes/default/top-right-inactive.xpm b/themes/default/top-right-inactive.xpm index 16e9a50d7..f03ebde7a 100644 --- a/themes/default/top-right-inactive.xpm +++ b/themes/default/top-right-inactive.xpm @@ -9,25 +9,25 @@ static char * top_right_inactive_xpm[] = { "$ c #C2C2C2 s inactive_color_1", ".... ", "+++@.. ", -"$$$+#@. ", +"$$$+$@. ", "$$$$$#. ", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"$$$$$#@.", -"+++++$@.", -"@@@@@@@."}; +"$$$$$$@.", +"$$$$$$#.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"$$$$$$$.", +"@@@@$$$."}; -- GitLab