From 027676ced5d2e8a823c2a1e503bc2cdac8f27676 Mon Sep 17 00:00:00 2001 From: Olivier Fourdan <fourdan.olivier@wanadoo.fr> Date: Wed, 27 Nov 2002 14:45:06 +0000 Subject: [PATCH] Put back colored bottom corners (Old svn revision: 10742) --- themes/curve/bottom-left-active.xpm | 8 ++++---- themes/curve/bottom-left-inactive.xpm | 8 ++++---- themes/curve/bottom-right-active.xpm | 8 ++++---- themes/curve/bottom-right-inactive.xpm | 8 ++++---- 4 files changed, 16 insertions(+), 16 deletions(-) diff --git a/themes/curve/bottom-left-active.xpm b/themes/curve/bottom-left-active.xpm index 409ab4af8..ac1c45340 100644 --- a/themes/curve/bottom-left-active.xpm +++ b/themes/curve/bottom-left-active.xpm @@ -3,10 +3,10 @@ static char * bottom_left_active_xpm[] = { "22 22 6 1", " c None", ". c #000000", -"+ c #6671B2 s active_color_2", -"@ c #444F94 s active_shadow_2", -"# c #8D95C6 s active_hilight_2", -"% c #A1A1A1 s active_mid_2", +"+ c #6671B2 s active_color_1", +"@ c #444F94 s active_shadow_1", +"# c #8D95C6 s active_hilight_1", +"% c #A1A1A1 s active_mid_1", ".#++%@ ", ".#++%@ ", ".#++%@ ", diff --git a/themes/curve/bottom-left-inactive.xpm b/themes/curve/bottom-left-inactive.xpm index 650e4fc22..0896a18bc 100644 --- a/themes/curve/bottom-left-inactive.xpm +++ b/themes/curve/bottom-left-inactive.xpm @@ -3,10 +3,10 @@ static char * bottom_left_inactive_xpm[] = { "22 22 6 1", " c None", ". c #000000", -"+ c #6671B2 s inactive_color_2", -"@ c #444F94 s inactive_shadow_2", -"# c #8D95C6 s inactive_hilight_2", -"% c #A1A1A1 s inactive_mid_2", +"+ c #6671B2 s inactive_color_1", +"@ c #444F94 s inactive_shadow_1", +"# c #8D95C6 s inactive_hilight_1", +"% c #A1A1A1 s inactive_mid_1", ".#++%@ ", ".#++%@ ", ".#++%@ ", diff --git a/themes/curve/bottom-right-active.xpm b/themes/curve/bottom-right-active.xpm index 8c150326b..0eb7afde8 100644 --- a/themes/curve/bottom-right-active.xpm +++ b/themes/curve/bottom-right-active.xpm @@ -2,11 +2,11 @@ static char * bottom_right_active_xpm[] = { "22 22 6 1", " c None", -". c #444F94 s active_shadow_2", -"+ c #6671B2 s active_color_2", +". c #444F94 s active_shadow_1", +"+ c #6671B2 s active_color_1", "@ c #000000", -"# c #8D95C6 s active_hilight_2", -"% c #A1A1A1 s active_mid_2", +"# c #8D95C6 s active_hilight_1", +"% c #A1A1A1 s active_mid_1", " #++%.@", " #++%.@", " #++%.@", diff --git a/themes/curve/bottom-right-inactive.xpm b/themes/curve/bottom-right-inactive.xpm index 45e9721ba..975b95fda 100644 --- a/themes/curve/bottom-right-inactive.xpm +++ b/themes/curve/bottom-right-inactive.xpm @@ -2,11 +2,11 @@ static char * bottom_right_inactive_xpm[] = { "22 22 6 1", " c None", -". c #444F94 s inactive_shadow_2", -"+ c #6671B2 s inactive_color_2", +". c #444F94 s inactive_shadow_1", +"+ c #6671B2 s inactive_color_1", "@ c #000000", -"# c #8D95C6 s inactive_hilight_2", -"% c #A1A1A1 s inactive_mid_2", +"# c #8D95C6 s inactive_hilight_1", +"% c #A1A1A1 s inactive_mid_1", " #++%.@", " #++%.@", " #++%.@", -- GitLab