From a96692f7cd1a6b2e38460479557c7ff6d3713128 Mon Sep 17 00:00:00 2001
From: Olivier Fourdan <fourdan.olivier@wanadoo.fr>
Date: Sat, 10 Aug 2002 21:15:55 +0000
Subject: [PATCH] Use "mid" color as background color for pressed buttons in
 iceg theme (the one I prefer)

(Old svn revision: 10490)
---
 themes/iceg/close-pressed.xpm    | 2 +-
 themes/iceg/hide-pressed.xpm     | 2 +-
 themes/iceg/maximize-pressed.xpm | 2 +-
 themes/iceg/menu-pressed.xpm     | 2 +-
 themes/iceg/shade-pressed.xpm    | 2 +-
 themes/iceg/stick-pressed.xpm    | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/themes/iceg/close-pressed.xpm b/themes/iceg/close-pressed.xpm
index e4747f729..acd7e0b5e 100644
--- a/themes/iceg/close-pressed.xpm
+++ b/themes/iceg/close-pressed.xpm
@@ -4,7 +4,7 @@ static char * close_pressed_xpm[] = {
 "       c None",
 ".      c #000000",
 "+      c #7B7B7B s active_shadow_2",
-"@      c #EDEAE6 s active_color_2",
+"@      c #EDEAE6 s active_mid_2",
 "#      c #DEDEDE s active_hilight_2",
 "                ",
 "                ",
diff --git a/themes/iceg/hide-pressed.xpm b/themes/iceg/hide-pressed.xpm
index 95be6f4d3..f4212e769 100644
--- a/themes/iceg/hide-pressed.xpm
+++ b/themes/iceg/hide-pressed.xpm
@@ -4,7 +4,7 @@ static char * hide_pressed_xpm[] = {
 "       c None",
 ".      c #000000",
 "+      c #7B7B7B s active_shadow_2",
-"@      c #EDEAE6 s active_color_2",
+"@      c #EDEAE6 s active_mid_2",
 "#      c #DEDEDE s active_hilight_2",
 "                ",
 "                ",
diff --git a/themes/iceg/maximize-pressed.xpm b/themes/iceg/maximize-pressed.xpm
index 27143f89d..4f36e8a24 100644
--- a/themes/iceg/maximize-pressed.xpm
+++ b/themes/iceg/maximize-pressed.xpm
@@ -4,7 +4,7 @@ static char * maximize_pressed_xpm[] = {
 "       c None",
 ".      c #000000",
 "+      c #7B7B7B s active_shadow_2",
-"@      c #EDEAE6 s active_color_2",
+"@      c #EDEAE6 s active_mid_2",
 "#      c #DEDEDE s active_hilight_2",
 "                ",
 "                ",
diff --git a/themes/iceg/menu-pressed.xpm b/themes/iceg/menu-pressed.xpm
index 1dc5fcba1..f06c73a2f 100644
--- a/themes/iceg/menu-pressed.xpm
+++ b/themes/iceg/menu-pressed.xpm
@@ -4,7 +4,7 @@ static char * menu_pressed_xpm[] = {
 "       c None",
 ".      c #000000",
 "+      c #7B7B7B s active_shadow_2",
-"@      c #EDEAE6 s active_color_2",
+"@      c #EDEAE6 s active_mid_2",
 "#      c #DEDEDE s active_hilight_2",
 "                ",
 "                ",
diff --git a/themes/iceg/shade-pressed.xpm b/themes/iceg/shade-pressed.xpm
index bf421d707..c6ae93cc6 100644
--- a/themes/iceg/shade-pressed.xpm
+++ b/themes/iceg/shade-pressed.xpm
@@ -4,7 +4,7 @@ static char * shade_pressed_xpm[] = {
 "       c None",
 ".      c #000000",
 "+      c #7B7B7B s active_shadow_2",
-"@      c #EDEAE6 s active_color_2",
+"@      c #EDEAE6 s active_mid_2",
 "#      c #DEDEDE s active_hilight_2",
 "                ",
 "                ",
diff --git a/themes/iceg/stick-pressed.xpm b/themes/iceg/stick-pressed.xpm
index a0d98f4bd..1e4eb70b7 100644
--- a/themes/iceg/stick-pressed.xpm
+++ b/themes/iceg/stick-pressed.xpm
@@ -4,7 +4,7 @@ static char * stick_pressed_xpm[] = {
 "       c None",
 ".      c #000000",
 "+      c #7B7B7B s active_shadow_2",
-"@      c #EDEAE6 s active_color_2",
+"@      c #EDEAE6 s active_mid_2",
 "#      c #DEDEDE s active_hilight_2",
 "                ",
 "                ",
-- 
GitLab