From 441063ae2f550d655d1b32952d9463906d79138f Mon Sep 17 00:00:00 2001 From: yutent Date: Thu, 4 Aug 2022 21:23:56 +0800 Subject: [PATCH] fix --- xfwm4/close-active.xpm | 4 ++-- xfwm4/close-inactive.xpm | 2 +- xfwm4/close-prelight.xpm | 4 ++-- xfwm4/close-pressed.xpm | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/xfwm4/close-active.xpm b/xfwm4/close-active.xpm index 28ec5c1..9a69658 100644 --- a/xfwm4/close-active.xpm +++ b/xfwm4/close-active.xpm @@ -2,10 +2,10 @@ static char * close_active_xpm[] = { "43 58 5 1", " c None", -"$ c #C0C0FF s inactive_color_1", +"$ c #C0C0FF00", "@ c #949594 s active_shadow_2", "# c #FF0000", -". c #B4BAB4 s inactive_color_1", +". c #B4BAB400", "...........................................", "...........................................", "...........................................", diff --git a/xfwm4/close-inactive.xpm b/xfwm4/close-inactive.xpm index 4e83113..f51f7dc 100644 --- a/xfwm4/close-inactive.xpm +++ b/xfwm4/close-inactive.xpm @@ -2,7 +2,7 @@ static char * close_inactive_xpm[] = { "43 58 5 1", " c None", -". c #C0C0FF s inactive_color_1", +". c #C0C0FF00", "@ c #949594 s inactive_shadow_2", "# c #000000 s inactive_text_color", "$ c #B4BAB4 s inactive_mid_2", diff --git a/xfwm4/close-prelight.xpm b/xfwm4/close-prelight.xpm index 8523865..be0a31d 100644 --- a/xfwm4/close-prelight.xpm +++ b/xfwm4/close-prelight.xpm @@ -2,10 +2,10 @@ static char * close_active_xpm[] = { "43 58 6 1", " c None", -"$ c #C0C0FF s active_color_2", +"$ c #C0C0FF00", "@ c #949594 s active_shadow_2", "# c #000000 s active_text_color", -". c #B4BAB4 s active_mid_2", +". c #B4BAB400", "+ c #B4BAB4 s active_hilight_2", "...........................................", "...........................................", diff --git a/xfwm4/close-pressed.xpm b/xfwm4/close-pressed.xpm index e8801ac..990c50c 100644 --- a/xfwm4/close-pressed.xpm +++ b/xfwm4/close-pressed.xpm @@ -5,7 +5,7 @@ static char * close_pressed_xpm[] = { "$ c #C0C0FF s active_color_2", "@ c #949594 s active_shadow_2", "# c #000000 s active_text_color", -". c #B4BAB4 s active_mid_2", +". c #B4BAB400", "+ c #B4BAB4 s active_hilight_2", "...........................................", "...........................................",