From 46f6e9f781ddbc60adc760d1d1585650e4b6aa5b Mon Sep 17 00:00:00 2001 From: bionel Date: Thu, 30 Jul 2015 16:18:54 +0300 Subject: make xfwm dark fun (gtk colors) --- Kogaion-nighttime/xfwm4/bottom-active.xpm | 8 +-- Kogaion-nighttime/xfwm4/bottom-inactive.xpm | 8 +-- Kogaion-nighttime/xfwm4/bottom-left-active.xpm | 12 ++-- Kogaion-nighttime/xfwm4/bottom-left-inactive.xpm | 16 ++--- Kogaion-nighttime/xfwm4/bottom-right-active.xpm | 12 ++-- Kogaion-nighttime/xfwm4/bottom-right-inactive.xpm | 16 ++--- Kogaion-nighttime/xfwm4/close-active.xpm | 6 +- Kogaion-nighttime/xfwm4/close-inactive.xpm | 6 +- Kogaion-nighttime/xfwm4/close-prelight.xpm | 9 ++- Kogaion-nighttime/xfwm4/close-pressed.xpm | 9 ++- Kogaion-nighttime/xfwm4/hide-active.xpm | 4 +- Kogaion-nighttime/xfwm4/hide-inactive.xpm | 4 +- Kogaion-nighttime/xfwm4/hide-prelight.xpm | 7 +- Kogaion-nighttime/xfwm4/hide-pressed.xpm | 7 +- Kogaion-nighttime/xfwm4/left-active.xpm | 8 +-- Kogaion-nighttime/xfwm4/left-inactive.xpm | 8 +-- Kogaion-nighttime/xfwm4/maximize-active.xpm | 6 +- Kogaion-nighttime/xfwm4/maximize-inactive.xpm | 6 +- Kogaion-nighttime/xfwm4/maximize-prelight.xpm | 9 ++- Kogaion-nighttime/xfwm4/maximize-pressed.xpm | 9 ++- .../xfwm4/maximize-toggled-active.xpm | 6 +- .../xfwm4/maximize-toggled-inactive.xpm | 6 +- .../xfwm4/maximize-toggled-prelight.xpm | 9 ++- .../xfwm4/maximize-toggled-pressed.xpm | 9 ++- Kogaion-nighttime/xfwm4/menu-active.xpm | 6 +- Kogaion-nighttime/xfwm4/menu-inactive.xpm | 6 +- Kogaion-nighttime/xfwm4/menu-prelight.xpm | 6 +- Kogaion-nighttime/xfwm4/menu-pressed.xpm | 6 +- Kogaion-nighttime/xfwm4/right-active.xpm | 8 +-- Kogaion-nighttime/xfwm4/right-inactive.xpm | 8 +-- Kogaion-nighttime/xfwm4/title-1-active.xpm | 4 +- Kogaion-nighttime/xfwm4/title-1-inactive.xpm | 4 +- Kogaion-nighttime/xfwm4/title-2-active.xpm | 6 +- Kogaion-nighttime/xfwm4/title-2-inactive.xpm | 6 +- Kogaion-nighttime/xfwm4/title-3-active.xpm | 6 +- Kogaion-nighttime/xfwm4/title-3-inactive.xpm | 6 +- Kogaion-nighttime/xfwm4/title-4-active.xpm | 6 +- Kogaion-nighttime/xfwm4/title-4-inactive.xpm | 6 +- Kogaion-nighttime/xfwm4/title-5-active.xpm | 6 +- Kogaion-nighttime/xfwm4/title-5-inactive.xpm | 6 +- Kogaion-nighttime/xfwm4/top-left-active.xpm | 68 ++++++++----------- Kogaion-nighttime/xfwm4/top-left-inactive.xpm | 78 +++++++++++----------- Kogaion-nighttime/xfwm4/top-right-active.xpm | 68 ++++++++----------- Kogaion-nighttime/xfwm4/top-right-inactive.xpm | 78 +++++++++++----------- 44 files changed, 270 insertions(+), 318 deletions(-) diff --git a/Kogaion-nighttime/xfwm4/bottom-active.xpm b/Kogaion-nighttime/xfwm4/bottom-active.xpm index 0dc1737..ef16a3e 100755 --- a/Kogaion-nighttime/xfwm4/bottom-active.xpm +++ b/Kogaion-nighttime/xfwm4/bottom-active.xpm @@ -1,10 +1,8 @@ /* XPM */ static char * bottom_active_xpm[] = { -"1 4 3 1", +"1 2 3 1", " c None", -". c #4F5E76", -"+ c #6C99C0", -".", -".", +". c #4F5E76 s active_color_1", +"+ c #6C99C0 s active_hilight_1", ".", "+"}; diff --git a/Kogaion-nighttime/xfwm4/bottom-inactive.xpm b/Kogaion-nighttime/xfwm4/bottom-inactive.xpm index e457165..d9aee1f 100755 --- a/Kogaion-nighttime/xfwm4/bottom-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/bottom-inactive.xpm @@ -1,10 +1,8 @@ /* XPM */ static char * bottom_inactive_xpm[] = { -"1 4 3 1", +"1 2 3 1", " c None", -". c #626262", -"+ c #969696", -".", -".", +". c #626262 s inactive_color_1", +"+ c #969696 s inactive_hilight_1", ".", "+"}; diff --git a/Kogaion-nighttime/xfwm4/bottom-left-active.xpm b/Kogaion-nighttime/xfwm4/bottom-left-active.xpm index 99bb8d8..38a285e 100755 --- a/Kogaion-nighttime/xfwm4/bottom-left-active.xpm +++ b/Kogaion-nighttime/xfwm4/bottom-left-active.xpm @@ -1,10 +1,8 @@ /* XPM */ static char * bottom_left_active_xpm[] = { -"4 4 3 1", +"2 2 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -".+++", -".+++", -".+++", -"...."}; +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", +".+", +".."}; diff --git a/Kogaion-nighttime/xfwm4/bottom-left-inactive.xpm b/Kogaion-nighttime/xfwm4/bottom-left-inactive.xpm index 06458de..4a608c7 100755 --- a/Kogaion-nighttime/xfwm4/bottom-left-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/bottom-left-inactive.xpm @@ -1,14 +1,8 @@ /* XPM */ static char * bottom_left_inactive_xpm[] = { -"8 8 3 1", +"2 2 3 1", " c None", -". c #969696", -"+ c #626262", -".+++++++", -".+++++++", -".+++++++", -".+++++++", -".+++++++", -".+++++++", -".+++++++", -"........"}; +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", +".+", +".."}; diff --git a/Kogaion-nighttime/xfwm4/bottom-right-active.xpm b/Kogaion-nighttime/xfwm4/bottom-right-active.xpm index f2dafa1..b7dde44 100755 --- a/Kogaion-nighttime/xfwm4/bottom-right-active.xpm +++ b/Kogaion-nighttime/xfwm4/bottom-right-active.xpm @@ -1,10 +1,8 @@ /* XPM */ static char * bottom_right_active_xpm[] = { -"4 4 3 1", +"2 2 3 1", " c None", -". c #4F5E76", -"+ c #6C99C0", -"...+", -"...+", -"...+", -"++++"}; +". c #4F5E76 s active_color_1", +"+ c #6C99C0 s active_hilight_1", +".+", +"++"}; diff --git a/Kogaion-nighttime/xfwm4/bottom-right-inactive.xpm b/Kogaion-nighttime/xfwm4/bottom-right-inactive.xpm index 9d93aa3..3d34378 100755 --- a/Kogaion-nighttime/xfwm4/bottom-right-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/bottom-right-inactive.xpm @@ -1,14 +1,8 @@ /* XPM */ static char * bottom_right_inactive_xpm[] = { -"8 8 3 1", +"2 2 3 1", " c None", -". c #626262", -"+ c #969696", -".......+", -".......+", -".......+", -".......+", -".......+", -".......+", -".......+", -"++++++++"}; +". c #626262 s inactive_color_1", +"+ c #969696 s inactive_hilight_1", +".+", +"++"}; diff --git a/Kogaion-nighttime/xfwm4/close-active.xpm b/Kogaion-nighttime/xfwm4/close-active.xpm index 42c7f2c..aeee9fc 100755 --- a/Kogaion-nighttime/xfwm4/close-active.xpm +++ b/Kogaion-nighttime/xfwm4/close-active.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * close_active_xpm[] = { +static char * hide_active_xpm[] = { "26 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/close-inactive.xpm b/Kogaion-nighttime/xfwm4/close-inactive.xpm index a2f9c10..4797b34 100755 --- a/Kogaion-nighttime/xfwm4/close-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/close-inactive.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * close_inactive_xpm[] = { +static char * hide_inactive_xpm[] = { "26 26 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/close-prelight.xpm b/Kogaion-nighttime/xfwm4/close-prelight.xpm index 26ffc84..957d811 100755 --- a/Kogaion-nighttime/xfwm4/close-prelight.xpm +++ b/Kogaion-nighttime/xfwm4/close-prelight.xpm @@ -1,10 +1,9 @@ /* XPM */ -static char * close_prelight_xpm[] = { -"26 26 3 1", +static char * hide_prelight_xpm[] = { +"26 26 2 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"..........................", +"+ c #4F5E76 s active_hilight_1", +"++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/close-pressed.xpm b/Kogaion-nighttime/xfwm4/close-pressed.xpm index 122270a..37cd225 100755 --- a/Kogaion-nighttime/xfwm4/close-pressed.xpm +++ b/Kogaion-nighttime/xfwm4/close-pressed.xpm @@ -1,10 +1,9 @@ /* XPM */ -static char * close_pressed_xpm[] = { -"26 26 3 1", +static char * hide_pressed_xpm[] = { +"26 26 2 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"..........................", +"+ c #4F5E76 s active_hilight_1", +"++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/hide-active.xpm b/Kogaion-nighttime/xfwm4/hide-active.xpm index 607b1ee..aeee9fc 100755 --- a/Kogaion-nighttime/xfwm4/hide-active.xpm +++ b/Kogaion-nighttime/xfwm4/hide-active.xpm @@ -2,8 +2,8 @@ static char * hide_active_xpm[] = { "26 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/hide-inactive.xpm b/Kogaion-nighttime/xfwm4/hide-inactive.xpm index 28251d7..4797b34 100755 --- a/Kogaion-nighttime/xfwm4/hide-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/hide-inactive.xpm @@ -2,8 +2,8 @@ static char * hide_inactive_xpm[] = { "26 26 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/hide-prelight.xpm b/Kogaion-nighttime/xfwm4/hide-prelight.xpm index 5e28520..957d811 100755 --- a/Kogaion-nighttime/xfwm4/hide-prelight.xpm +++ b/Kogaion-nighttime/xfwm4/hide-prelight.xpm @@ -1,10 +1,9 @@ /* XPM */ static char * hide_prelight_xpm[] = { -"26 26 3 1", +"26 26 2 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"..........................", +"+ c #4F5E76 s active_hilight_1", +"++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/hide-pressed.xpm b/Kogaion-nighttime/xfwm4/hide-pressed.xpm index 22d9c0d..37cd225 100755 --- a/Kogaion-nighttime/xfwm4/hide-pressed.xpm +++ b/Kogaion-nighttime/xfwm4/hide-pressed.xpm @@ -1,10 +1,9 @@ /* XPM */ static char * hide_pressed_xpm[] = { -"26 26 3 1", +"26 26 2 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"..........................", +"+ c #4F5E76 s active_hilight_1", +"++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/left-active.xpm b/Kogaion-nighttime/xfwm4/left-active.xpm index 8772892..722403d 100755 --- a/Kogaion-nighttime/xfwm4/left-active.xpm +++ b/Kogaion-nighttime/xfwm4/left-active.xpm @@ -1,7 +1,7 @@ /* XPM */ static char * left_active_xpm[] = { -"4 1 3 1", +"2 1 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -".+++"}; +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", +".+"}; diff --git a/Kogaion-nighttime/xfwm4/left-inactive.xpm b/Kogaion-nighttime/xfwm4/left-inactive.xpm index df2a854..4d4088e 100755 --- a/Kogaion-nighttime/xfwm4/left-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/left-inactive.xpm @@ -1,7 +1,7 @@ /* XPM */ static char * left_inactive_xpm[] = { -"4 1 3 1", +"2 1 3 1", " c None", -". c #969696", -"+ c #626262", -".+++"}; +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", +".+"}; diff --git a/Kogaion-nighttime/xfwm4/maximize-active.xpm b/Kogaion-nighttime/xfwm4/maximize-active.xpm index 6a62c5c..aeee9fc 100755 --- a/Kogaion-nighttime/xfwm4/maximize-active.xpm +++ b/Kogaion-nighttime/xfwm4/maximize-active.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * maximize_active_xpm[] = { +static char * hide_active_xpm[] = { "26 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/maximize-inactive.xpm b/Kogaion-nighttime/xfwm4/maximize-inactive.xpm index e812bea..4797b34 100755 --- a/Kogaion-nighttime/xfwm4/maximize-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/maximize-inactive.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * maximize_inactive_xpm[] = { +static char * hide_inactive_xpm[] = { "26 26 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/maximize-prelight.xpm b/Kogaion-nighttime/xfwm4/maximize-prelight.xpm index b9509df..957d811 100755 --- a/Kogaion-nighttime/xfwm4/maximize-prelight.xpm +++ b/Kogaion-nighttime/xfwm4/maximize-prelight.xpm @@ -1,10 +1,9 @@ /* XPM */ -static char * maximize_prelight_xpm[] = { -"26 26 3 1", +static char * hide_prelight_xpm[] = { +"26 26 2 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"..........................", +"+ c #4F5E76 s active_hilight_1", +"++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/maximize-pressed.xpm b/Kogaion-nighttime/xfwm4/maximize-pressed.xpm index c6c1563..37cd225 100755 --- a/Kogaion-nighttime/xfwm4/maximize-pressed.xpm +++ b/Kogaion-nighttime/xfwm4/maximize-pressed.xpm @@ -1,10 +1,9 @@ /* XPM */ -static char * maximize_pressed_xpm[] = { -"26 26 3 1", +static char * hide_pressed_xpm[] = { +"26 26 2 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"..........................", +"+ c #4F5E76 s active_hilight_1", +"++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/maximize-toggled-active.xpm b/Kogaion-nighttime/xfwm4/maximize-toggled-active.xpm index 9adbd4f..aeee9fc 100755 --- a/Kogaion-nighttime/xfwm4/maximize-toggled-active.xpm +++ b/Kogaion-nighttime/xfwm4/maximize-toggled-active.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * maximize_toggled_active_xpm[] = { +static char * hide_active_xpm[] = { "26 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/maximize-toggled-inactive.xpm b/Kogaion-nighttime/xfwm4/maximize-toggled-inactive.xpm index 1be60c2..4797b34 100755 --- a/Kogaion-nighttime/xfwm4/maximize-toggled-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/maximize-toggled-inactive.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * maximize_toggled_inactive_xpm[] = { +static char * hide_inactive_xpm[] = { "26 26 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/maximize-toggled-prelight.xpm b/Kogaion-nighttime/xfwm4/maximize-toggled-prelight.xpm index 3d349f3..957d811 100755 --- a/Kogaion-nighttime/xfwm4/maximize-toggled-prelight.xpm +++ b/Kogaion-nighttime/xfwm4/maximize-toggled-prelight.xpm @@ -1,10 +1,9 @@ /* XPM */ -static char * maximize_toggled_prelight_xpm[] = { -"26 26 3 1", +static char * hide_prelight_xpm[] = { +"26 26 2 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"..........................", +"+ c #4F5E76 s active_hilight_1", +"++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/maximize-toggled-pressed.xpm b/Kogaion-nighttime/xfwm4/maximize-toggled-pressed.xpm index 92b684f..37cd225 100755 --- a/Kogaion-nighttime/xfwm4/maximize-toggled-pressed.xpm +++ b/Kogaion-nighttime/xfwm4/maximize-toggled-pressed.xpm @@ -1,10 +1,9 @@ /* XPM */ -static char * maximize_toggled_pressed_xpm[] = { -"26 26 3 1", +static char * hide_pressed_xpm[] = { +"26 26 2 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"..........................", +"+ c #4F5E76 s active_hilight_1", +"++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/menu-active.xpm b/Kogaion-nighttime/xfwm4/menu-active.xpm index 9a99cc2..aeee9fc 100755 --- a/Kogaion-nighttime/xfwm4/menu-active.xpm +++ b/Kogaion-nighttime/xfwm4/menu-active.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * menu_active_xpm[] = { +static char * hide_active_xpm[] = { "26 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/menu-inactive.xpm b/Kogaion-nighttime/xfwm4/menu-inactive.xpm index 3f68de7..4797b34 100755 --- a/Kogaion-nighttime/xfwm4/menu-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/menu-inactive.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * menu_inactive_xpm[] = { +static char * hide_inactive_xpm[] = { "26 26 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/menu-prelight.xpm b/Kogaion-nighttime/xfwm4/menu-prelight.xpm index 10e7de9..aeee9fc 100755 --- a/Kogaion-nighttime/xfwm4/menu-prelight.xpm +++ b/Kogaion-nighttime/xfwm4/menu-prelight.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * menu_prelight_xpm[] = { +static char * hide_active_xpm[] = { "26 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/menu-pressed.xpm b/Kogaion-nighttime/xfwm4/menu-pressed.xpm index ecc725f..aeee9fc 100755 --- a/Kogaion-nighttime/xfwm4/menu-pressed.xpm +++ b/Kogaion-nighttime/xfwm4/menu-pressed.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * menu_pressed_xpm[] = { +static char * hide_active_xpm[] = { "26 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", "..........................", "++++++++++++++++++++++++++", "++++++++++++++++++++++++++", diff --git a/Kogaion-nighttime/xfwm4/right-active.xpm b/Kogaion-nighttime/xfwm4/right-active.xpm index 7954dab..d108721 100755 --- a/Kogaion-nighttime/xfwm4/right-active.xpm +++ b/Kogaion-nighttime/xfwm4/right-active.xpm @@ -1,7 +1,7 @@ /* XPM */ static char * right_active_xpm[] = { -"4 1 3 1", +"2 1 3 1", " c None", -". c #4F5E76", -"+ c #6C99C0", -"...+"}; +". c #4F5E76 s active_color_1", +"+ c #6C99C0 s active_hilight_1", +".+"}; diff --git a/Kogaion-nighttime/xfwm4/right-inactive.xpm b/Kogaion-nighttime/xfwm4/right-inactive.xpm index 95e0f05..355865d 100755 --- a/Kogaion-nighttime/xfwm4/right-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/right-inactive.xpm @@ -1,7 +1,7 @@ /* XPM */ static char * right_inactive_xpm[] = { -"4 1 3 1", +"2 1 3 1", " c None", -". c #626262", -"+ c #969696", -"...+"}; +". c #626262 s inactive_color_1", +"+ c #969696 s inactive_hilight_1", +".+"}; diff --git a/Kogaion-nighttime/xfwm4/title-1-active.xpm b/Kogaion-nighttime/xfwm4/title-1-active.xpm index 95eb24f..0bf1c4d 100755 --- a/Kogaion-nighttime/xfwm4/title-1-active.xpm +++ b/Kogaion-nighttime/xfwm4/title-1-active.xpm @@ -2,8 +2,8 @@ static char * title_1_active_xpm[] = { "5 25 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-1-inactive.xpm b/Kogaion-nighttime/xfwm4/title-1-inactive.xpm index af20815..1cdba18 100755 --- a/Kogaion-nighttime/xfwm4/title-1-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/title-1-inactive.xpm @@ -2,8 +2,8 @@ static char * title_1_inactive_xpm[] = { "5 25 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-2-active.xpm b/Kogaion-nighttime/xfwm4/title-2-active.xpm index 3dc8868..0bf1c4d 100755 --- a/Kogaion-nighttime/xfwm4/title-2-active.xpm +++ b/Kogaion-nighttime/xfwm4/title-2-active.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * title_2_active_xpm[] = { +static char * title_1_active_xpm[] = { "5 25 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-2-inactive.xpm b/Kogaion-nighttime/xfwm4/title-2-inactive.xpm index 07314f5..1cdba18 100755 --- a/Kogaion-nighttime/xfwm4/title-2-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/title-2-inactive.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * title_2_inactive_xpm[] = { +static char * title_1_inactive_xpm[] = { "5 25 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-3-active.xpm b/Kogaion-nighttime/xfwm4/title-3-active.xpm index d32ff60..0bf1c4d 100755 --- a/Kogaion-nighttime/xfwm4/title-3-active.xpm +++ b/Kogaion-nighttime/xfwm4/title-3-active.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * title_3_active_xpm[] = { +static char * title_1_active_xpm[] = { "5 25 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-3-inactive.xpm b/Kogaion-nighttime/xfwm4/title-3-inactive.xpm index f6f8fca..1cdba18 100755 --- a/Kogaion-nighttime/xfwm4/title-3-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/title-3-inactive.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * title_3_inactive_xpm[] = { +static char * title_1_inactive_xpm[] = { "5 25 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-4-active.xpm b/Kogaion-nighttime/xfwm4/title-4-active.xpm index aae2009..0bf1c4d 100755 --- a/Kogaion-nighttime/xfwm4/title-4-active.xpm +++ b/Kogaion-nighttime/xfwm4/title-4-active.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * title_4_active_xpm[] = { +static char * title_1_active_xpm[] = { "5 25 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-4-inactive.xpm b/Kogaion-nighttime/xfwm4/title-4-inactive.xpm index 89432c7..1cdba18 100755 --- a/Kogaion-nighttime/xfwm4/title-4-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/title-4-inactive.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * title_4_inactive_xpm[] = { +static char * title_1_inactive_xpm[] = { "5 25 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-5-active.xpm b/Kogaion-nighttime/xfwm4/title-5-active.xpm index a50c5c2..0bf1c4d 100755 --- a/Kogaion-nighttime/xfwm4/title-5-active.xpm +++ b/Kogaion-nighttime/xfwm4/title-5-active.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * title_5_active_xpm[] = { +static char * title_1_active_xpm[] = { "5 25 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/title-5-inactive.xpm b/Kogaion-nighttime/xfwm4/title-5-inactive.xpm index b63cddf..1cdba18 100755 --- a/Kogaion-nighttime/xfwm4/title-5-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/title-5-inactive.xpm @@ -1,9 +1,9 @@ /* XPM */ -static char * title_5_inactive_xpm[] = { +static char * title_1_inactive_xpm[] = { "5 25 3 1", " c None", -". c #969696", -"+ c #626262", +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", ".....", "+++++", "+++++", diff --git a/Kogaion-nighttime/xfwm4/top-left-active.xpm b/Kogaion-nighttime/xfwm4/top-left-active.xpm index c8739de..5798821 100755 --- a/Kogaion-nighttime/xfwm4/top-left-active.xpm +++ b/Kogaion-nighttime/xfwm4/top-left-active.xpm @@ -1,42 +1,32 @@ /* XPM */ static char * top_left_active_xpm[] = { -"4 36 3 1", +"2 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"....", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++"}; +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", +"..", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff --git a/Kogaion-nighttime/xfwm4/top-left-inactive.xpm b/Kogaion-nighttime/xfwm4/top-left-inactive.xpm index dceb4ae..36d0b7e 100755 --- a/Kogaion-nighttime/xfwm4/top-left-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/top-left-inactive.xpm @@ -1,42 +1,42 @@ /* XPM */ static char * top_left_inactive_xpm[] = { -"4 36 3 1", +"2 36 3 1", " c None", -". c #969696", -"+ c #626262", -"....", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++", -".+++"}; +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", +"..", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+", +".+"}; diff --git a/Kogaion-nighttime/xfwm4/top-right-active.xpm b/Kogaion-nighttime/xfwm4/top-right-active.xpm index 6c47b60..8d50ed4 100755 --- a/Kogaion-nighttime/xfwm4/top-right-active.xpm +++ b/Kogaion-nighttime/xfwm4/top-right-active.xpm @@ -1,42 +1,32 @@ /* XPM */ static char * top_right_active_xpm[] = { -"4 36 3 1", +"2 26 3 1", " c None", -". c #6C99C0", -"+ c #4F5E76", -"....", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++."}; +". c #6C99C0 s active_hilight_1", +"+ c #4F5E76 s active_color_1", +"..", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+."}; diff --git a/Kogaion-nighttime/xfwm4/top-right-inactive.xpm b/Kogaion-nighttime/xfwm4/top-right-inactive.xpm index 6197733..ef332f4 100755 --- a/Kogaion-nighttime/xfwm4/top-right-inactive.xpm +++ b/Kogaion-nighttime/xfwm4/top-right-inactive.xpm @@ -1,42 +1,42 @@ /* XPM */ static char * top_right_inactive_xpm[] = { -"4 36 3 1", +"2 36 3 1", " c None", -". c #969696", -"+ c #626262", -"....", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++.", -"+++."}; +". c #969696 s inactive_hilight_1", +"+ c #626262 s inactive_color_1", +"..", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+.", +"+."}; -- cgit v1.2.3