summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-12-20 20:46:31 +0000
committerOlivier Fourdan <fourdan.olivier@wanadoo.fr>2004-12-20 20:46:31 +0000
commit47c7540ecd2f88ac16231a4a71892a14701497ce (patch)
treef57aced1542b1c340f57090ca1fe3aa46b764717
parent3731b9bae27825ef2b63771e86ee619c601cc6df (diff)
downloadxfwm4-47c7540ecd2f88ac16231a4a71892a14701497ce.tar.gz
Change look of pressed buttons.
(Old svn revision: 12229)
-rw-r--r--themes/default/Makefile.am11
-rw-r--r--themes/default/Makefile.in11
-rw-r--r--themes/default/close-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/close-pressed.xpm2
-rw-r--r--themes/default/hide-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/hide-pressed.xpm2
-rw-r--r--themes/default/maximize-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/maximize-pressed.xpm2
-rw-r--r--themes/default/maximize-toggled-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/maximize-toggled-pressed.xpm2
-rw-r--r--themes/default/menu-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/menu-pressed.xpm2
-rw-r--r--themes/default/shade-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/shade-pressed.xpm2
-rw-r--r--themes/default/shade-toggled-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/shade-toggled-pressed.xpm2
-rw-r--r--themes/default/stick-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/stick-pressed.xpm2
-rw-r--r--themes/default/stick-toggled-pressed.pngbin0 -> 283 bytes
-rw-r--r--themes/default/stick-toggled-pressed.xpm2
20 files changed, 29 insertions, 11 deletions
diff --git a/themes/default/Makefile.am b/themes/default/Makefile.am
index 782986b5c..63abc5430 100644
--- a/themes/default/Makefile.am
+++ b/themes/default/Makefile.am
@@ -1,7 +1,6 @@
themedir = $(datadir)/themes/Default/xfwm4
theme_DATA = \
README \
- themerc \
bottom-active.png \
bottom-active.xpm \
bottom-inactive.png \
@@ -16,9 +15,11 @@ theme_DATA = \
bottom-right-inactive.xpm \
close-active.xpm \
close-inactive.xpm \
+ close-pressed.png \
close-pressed.xpm \
hide-active.xpm \
hide-inactive.xpm \
+ hide-pressed.png \
hide-pressed.xpm \
left-active.png \
left-active.xpm \
@@ -26,12 +27,15 @@ theme_DATA = \
left-inactive.xpm \
maximize-active.xpm \
maximize-inactive.xpm \
+ maximize-pressed.png \
maximize-pressed.xpm \
maximize-toggled-active.xpm \
maximize-toggled-inactive.xpm \
+ maximize-toggled-pressed.png \
maximize-toggled-pressed.xpm \
menu-active.xpm \
menu-inactive.xpm \
+ menu-pressed.png \
menu-pressed.xpm \
right-active.png \
right-active.xpm \
@@ -39,16 +43,21 @@ theme_DATA = \
right-inactive.xpm \
shade-active.xpm \
shade-inactive.xpm \
+ shade-pressed.png \
shade-pressed.xpm \
shade-toggled-active.xpm \
shade-toggled-inactive.xpm \
+ shade-toggled-pressed.png \
shade-toggled-pressed.xpm \
stick-active.xpm \
stick-inactive.xpm \
+ stick-pressed.png \
stick-pressed.xpm \
stick-toggled-active.xpm \
stick-toggled-inactive.xpm \
+ stick-toggled-pressed.png \
stick-toggled-pressed.xpm \
+ themerc \
title-1-active.png \
title-1-active.xpm \
title-1-inactive.png \
diff --git a/themes/default/Makefile.in b/themes/default/Makefile.in
index e76584efb..62d97393a 100644
--- a/themes/default/Makefile.in
+++ b/themes/default/Makefile.in
@@ -218,7 +218,6 @@ target_alias = @target_alias@
themedir = $(datadir)/themes/Default/xfwm4
theme_DATA = \
README \
- themerc \
bottom-active.png \
bottom-active.xpm \
bottom-inactive.png \
@@ -233,9 +232,11 @@ theme_DATA = \
bottom-right-inactive.xpm \
close-active.xpm \
close-inactive.xpm \
+ close-pressed.png \
close-pressed.xpm \
hide-active.xpm \
hide-inactive.xpm \
+ hide-pressed.png \
hide-pressed.xpm \
left-active.png \
left-active.xpm \
@@ -243,12 +244,15 @@ theme_DATA = \
left-inactive.xpm \
maximize-active.xpm \
maximize-inactive.xpm \
+ maximize-pressed.png \
maximize-pressed.xpm \
maximize-toggled-active.xpm \
maximize-toggled-inactive.xpm \
+ maximize-toggled-pressed.png \
maximize-toggled-pressed.xpm \
menu-active.xpm \
menu-inactive.xpm \
+ menu-pressed.png \
menu-pressed.xpm \
right-active.png \
right-active.xpm \
@@ -256,16 +260,21 @@ theme_DATA = \
right-inactive.xpm \
shade-active.xpm \
shade-inactive.xpm \
+ shade-pressed.png \
shade-pressed.xpm \
shade-toggled-active.xpm \
shade-toggled-inactive.xpm \
+ shade-toggled-pressed.png \
shade-toggled-pressed.xpm \
stick-active.xpm \
stick-inactive.xpm \
+ stick-pressed.png \
stick-pressed.xpm \
stick-toggled-active.xpm \
stick-toggled-inactive.xpm \
+ stick-toggled-pressed.png \
stick-toggled-pressed.xpm \
+ themerc \
title-1-active.png \
title-1-active.xpm \
title-1-inactive.png \
diff --git a/themes/default/close-pressed.png b/themes/default/close-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/close-pressed.png
Binary files differ
diff --git a/themes/default/close-pressed.xpm b/themes/default/close-pressed.xpm
index e7f9d9b2c..e31cc97e4 100644
--- a/themes/default/close-pressed.xpm
+++ b/themes/default/close-pressed.xpm
@@ -4,7 +4,7 @@ static char * close_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #FFFFFF",
" ",
" ",
diff --git a/themes/default/hide-pressed.png b/themes/default/hide-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/hide-pressed.png
Binary files differ
diff --git a/themes/default/hide-pressed.xpm b/themes/default/hide-pressed.xpm
index 55f255a7c..8b07dfe1f 100644
--- a/themes/default/hide-pressed.xpm
+++ b/themes/default/hide-pressed.xpm
@@ -4,7 +4,7 @@ static char * hide_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #FFFFFF",
" ",
" ",
diff --git a/themes/default/maximize-pressed.png b/themes/default/maximize-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/maximize-pressed.png
Binary files differ
diff --git a/themes/default/maximize-pressed.xpm b/themes/default/maximize-pressed.xpm
index 28e27da32..5f3257729 100644
--- a/themes/default/maximize-pressed.xpm
+++ b/themes/default/maximize-pressed.xpm
@@ -4,7 +4,7 @@ static char * maximize_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #FFFFFF",
" ",
" ",
diff --git a/themes/default/maximize-toggled-pressed.png b/themes/default/maximize-toggled-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/maximize-toggled-pressed.png
Binary files differ
diff --git a/themes/default/maximize-toggled-pressed.xpm b/themes/default/maximize-toggled-pressed.xpm
index b65395549..2df8ed9f7 100644
--- a/themes/default/maximize-toggled-pressed.xpm
+++ b/themes/default/maximize-toggled-pressed.xpm
@@ -4,7 +4,7 @@ static char * maximize_toggled_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #FFFFFF",
" ",
" ",
diff --git a/themes/default/menu-pressed.png b/themes/default/menu-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/menu-pressed.png
Binary files differ
diff --git a/themes/default/menu-pressed.xpm b/themes/default/menu-pressed.xpm
index de7645edf..42b561a7c 100644
--- a/themes/default/menu-pressed.xpm
+++ b/themes/default/menu-pressed.xpm
@@ -4,7 +4,7 @@ static char * menu_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #FFFFFF",
" ",
" ",
diff --git a/themes/default/shade-pressed.png b/themes/default/shade-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/shade-pressed.png
Binary files differ
diff --git a/themes/default/shade-pressed.xpm b/themes/default/shade-pressed.xpm
index afaf6f0c2..99272eaf0 100644
--- a/themes/default/shade-pressed.xpm
+++ b/themes/default/shade-pressed.xpm
@@ -4,7 +4,7 @@ static char * shade_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #FFFFFF",
" ",
" ",
diff --git a/themes/default/shade-toggled-pressed.png b/themes/default/shade-toggled-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/shade-toggled-pressed.png
Binary files differ
diff --git a/themes/default/shade-toggled-pressed.xpm b/themes/default/shade-toggled-pressed.xpm
index f4b39f28b..041dfc473 100644
--- a/themes/default/shade-toggled-pressed.xpm
+++ b/themes/default/shade-toggled-pressed.xpm
@@ -4,7 +4,7 @@ static char * shade_toggled_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #FFFFFF",
" ",
" ",
diff --git a/themes/default/stick-pressed.png b/themes/default/stick-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/stick-pressed.png
Binary files differ
diff --git a/themes/default/stick-pressed.xpm b/themes/default/stick-pressed.xpm
index 09e130e20..35c1e84cb 100644
--- a/themes/default/stick-pressed.xpm
+++ b/themes/default/stick-pressed.xpm
@@ -4,7 +4,7 @@ static char * stick_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #949595 s active_color_1",
"$ c #FFFFFF",
" ",
diff --git a/themes/default/stick-toggled-pressed.png b/themes/default/stick-toggled-pressed.png
new file mode 100644
index 000000000..4057e0525
--- /dev/null
+++ b/themes/default/stick-toggled-pressed.png
Binary files differ
diff --git a/themes/default/stick-toggled-pressed.xpm b/themes/default/stick-toggled-pressed.xpm
index ff4abd691..26891bdc1 100644
--- a/themes/default/stick-toggled-pressed.xpm
+++ b/themes/default/stick-toggled-pressed.xpm
@@ -4,7 +4,7 @@ static char * stick_toggled_pressed_xpm[] = {
" c None",
". c #567B9C s active_color_1",
"+ c #FFFFFF s active_hilight_1",
-"@ c #B4BAB5 s active_mid_1",
+"@ c #4B58A2 s active_shadow_1",
"# c #949595 s active_color_1",
"$ c #FFFFFF",
" ",