From 940191d42023ffad8231432eb36e8557903cbbce Mon Sep 17 00:00:00 2001 From: raveit65 Date: Fri, 24 Jul 2015 23:00:37 +0200 Subject: Menta + Submarine themes: don't use gtk2 variables for color definitons this does not work with gtk3 --- .../Blue-Submarine/metacity-1/metacity-theme-1.xml | 94 +++++++++++----------- .../BlueMenta/metacity-1/metacity-theme-1.xml | 16 ++-- .../metacity-1/metacity-theme-1.xml | 94 +++++++++++----------- .../Menta/metacity-1/metacity-theme-1.xml | 16 ++-- 4 files changed, 110 insertions(+), 110 deletions(-) (limited to 'desktop-themes') diff --git a/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml b/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml index 0986fb8a..a7c79769 100644 --- a/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/Blue-Submarine/metacity-1/metacity-theme-1.xml @@ -53,19 +53,19 @@ - - + + - - + + - @@ -83,8 +83,8 @@ - - + + @@ -94,15 +94,15 @@ - - + + - + @@ -171,7 +171,7 @@ - + @@ -189,13 +189,13 @@ - <title color="gtk:fg[SELECTED]" + <title color="#ffffff" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> </draw_ops> <draw_ops name="title_unfocused"> - <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5" + <title color="blend/#101010/#CBD5D9/0.5" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> </draw_ops> @@ -204,13 +204,13 @@ <title color="#252525" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 3"/> - <title color="gtk:fg[SELECTED]" + <title color="#ffffff" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> </draw_ops> <draw_ops name="title_max_unfocused"> - <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5" + <title color="blend/#101010/#CBD5D9/0.5" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> </draw_ops> @@ -227,34 +227,34 @@ <draw_ops name="button_bg"> <!-- kinda looks better without - <line color="gtk:bg[SELECTED]" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="gtk:bg[SELECTED]" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="gtk:bg[SELECTED]" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="gtk:bg[SELECTED]" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="#255880" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="#255880" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="#255880" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="#255880" x1="width-2" y1="1" x2="width-2" y2="height-3" /> --> </draw_ops> <draw_ops name="button_bg_prelight"> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.2" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.2" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.2" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.2" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="blend/#255880/#ffffff/.2" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="blend/#255880/#ffffff/.2" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="blend/#255880/#ffffff/.2" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="blend/#255880/#ffffff/.2" x1="width-2" y1="1" x2="width-2" y2="height-3" /> <gradient type="vertical" x="1" y="1" width="width - 3" height="height - 3"> - <color value="blend/gtk:bg[SELECTED]/#ffffff/.1"/> - <color value="blend/gtk:bg[SELECTED]/#000000/.1"/> + <color value="blend/#255880/#ffffff/.1"/> + <color value="blend/#255880/#000000/.1"/> </gradient> </draw_ops> <draw_ops name="button_bg_pressed"> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.1" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.1" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="blend/#255880/#ffffff/.1" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="blend/#255880/#ffffff/.1" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="blend/#255880/#ffffff/.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="blend/#255880/#ffffff/.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> <gradient type="vertical" x="1" y="1" width="width - 3" height="height - 3"> - <color value="blend/gtk:bg[SELECTED]/#000000/.2"/> - <color value="blend/gtk:bg[SELECTED]/#ffffff/.2"/> + <color value="blend/#255880/#000000/.2"/> + <color value="blend/#255880/#ffffff/.2"/> </gradient> </draw_ops> @@ -263,26 +263,26 @@ </draw_ops> <draw_ops name="button_bg_unfocused_prelight"> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="blend/#CBD5D9/#000000/0.1" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="blend/#CBD5D9/#000000/0.1" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="blend/#CBD5D9/#000000/0.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="blend/#CBD5D9/#000000/0.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> <gradient type="vertical" x="1" y="1" width="width - 3" height="height - 3"> - <color value="blend/gtk:bg[NORMAL]/#ffffff/.5"/> - <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> + <color value="blend/#CBD5D9/#ffffff/.5"/> + <color value="blend/#CBD5D9/#000000/0.1"/> </gradient> </draw_ops> <draw_ops name="button_bg_unfocused_pressed"> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="blend/#CBD5D9/#000000/0.1" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="blend/#CBD5D9/#000000/0.1" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="blend/#CBD5D9/#000000/0.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="blend/#CBD5D9/#000000/0.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> <gradient type="vertical" x="1" y="1" width="width - 3" height="height - 3"> - <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> - <color value="blend/gtk:bg[NORMAL]/#ffffff/.5"/> + <color value="blend/#CBD5D9/#000000/0.1"/> + <color value="blend/#CBD5D9/#ffffff/.5"/> </gradient> </draw_ops> @@ -302,7 +302,7 @@ </draw_ops> <draw_ops name="close_button_icon_unfocused"> - <image filename="icon_close_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5"/> + <image filename="icon_close_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/#101010/#CBD5D9/0.5"/> </draw_ops> <draw_ops name="close_button_normal"> @@ -335,7 +335,7 @@ </draw_ops> <draw_ops name="maximize_button_icon_unfocused"> - <image filename="icon_maximize_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5"/> + <image filename="icon_maximize_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/#101010/#CBD5D9/0.5"/> </draw_ops> <draw_ops name="maximize_button_normal"> @@ -367,7 +367,7 @@ </draw_ops> <draw_ops name="restore_button_icon_unfocused"> - <image filename="icon_restore_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5"/> + <image filename="icon_restore_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/#101010/#CBD5D9/0.5"/> </draw_ops> <draw_ops name="restore_button_normal"> @@ -399,7 +399,7 @@ </draw_ops> <draw_ops name="minimize_button_icon_unfocused"> - <image filename="icon_minimize_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5"/></draw_ops> + <image filename="icon_minimize_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/#101010/#CBD5D9/0.5"/></draw_ops> <draw_ops name="minimize_button_normal"> <include name="button_bg"/> diff --git a/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml b/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml index e16c5702..1fa4a2b4 100644 --- a/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml @@ -188,25 +188,25 @@ <!-- Window Frames --> <draw_ops name="draw_frame"> - <rectangle color="shade/gtk:bg[NORMAL]/0.5" x="0" y="0" width="width" height="height" filled="true"/> + <rectangle color="shade/#d4d4d4/0.5" x="0" y="0" width="width" height="height" filled="true"/> <gradient type="vertical" x="0" y="0" width="width" height="60"> <color value="shade/#3c3c3c/1.2" /> - <color value="shade/gtk:bg[NORMAL]/0.5" /> + <color value="shade/#d4d4d4/0.5" /> </gradient> </draw_ops> <!-- bottom border --> <draw_ops name="bottom_edge"> - <line color="shade/gtk:bg[NORMAL]/0.5" x1="0" x2="width" y1="height-1" y2="height-1"/> + <line color="shade/#d4d4d4/0.5" x1="0" x2="width" y1="height-1" y2="height-1"/> </draw_ops> <draw_ops name="border"> - <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> - <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> - <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> - <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <line color="shade/#d4d4d4/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/#d4d4d4/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/#d4d4d4/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/#d4d4d4/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> - <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" + <rectangle color="shade/#d4d4d4/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> diff --git a/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml b/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml index efee7372..4a50b37e 100644 --- a/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/Green-Submarine/metacity-1/metacity-theme-1.xml @@ -53,19 +53,19 @@ <draw_ops name="inner_window_border"> <gradient type="vertical" x="left_width-1" y="top_height-1" width="1" height="height-bottom_height-top_height+2"> <color value="#303030"/> - <color value="gtk:bg[NORMAL]"/> - <color value="gtk:bg[NORMAL]"/> + <color value="#CBD9D4"/> + <color value="#CBD9D4"/> </gradient> <gradient type="vertical" x="width-right_width" y="top_height-1" width="1" height="height-bottom_height-top_height+2"> <color value="#303030"/> - <color value="gtk:bg[NORMAL]"/> - <color value="gtk:bg[NORMAL]"/> + <color value="#CBD9D4"/> + <color value="#CBD9D4"/> </gradient> <line color="#303030" x1="left_width" y1="top_height-1" x2="width-right_width" y2="top_height-1" /> - <line color="gtk:bg[NORMAL]" + <line color="#CBD9D4" x1="left_width" y1="height-bottom_height" x2="width-right_width" y2="height-bottom_height" /> </draw_ops> @@ -83,8 +83,8 @@ <!-- horizontal gradient --> <gradient type="horizontal" x="1" y="1" width="width - 2" height="title_height + 10"> <color value="#1C1B19"/> - <color value="blend/gtk:bg[SELECTED]/#343330/.2"/> - <color value="blend/gtk:bg[SELECTED]/#343330/.2"/> + <color value="blend/#72B49D/#343330/.2"/> + <color value="blend/#72B49D/#343330/.2"/> <color value="#1C1B19"/> </gradient> </draw_ops> @@ -94,15 +94,15 @@ <!-- horizontal gradient --> <gradient type="horizontal" x="0" y="0" width="width" height="title_height + 10"> <color value="#1C1B19"/> - <color value="blend/gtk:bg[SELECTED]/#343330/.2"/> - <color value="blend/gtk:bg[SELECTED]/#343330/.2"/> + <color value="blend/#72B49D/#343330/.2"/> + <color value="blend/#72B49D/#343330/.2"/> <color value="#1C1B19"/> </gradient> <!-- top highlight --> <gradient type="horizontal" x="10" y="0" width="width - 20" height="1"> <color value="#1C1B19"/> - <color value="blend/gtk:bg[SELECTED]/#ffffff/.6"/> + <color value="blend/#72B49D/#ffffff/.6"/> <color value="#1C1B19"/> </gradient> @@ -171,7 +171,7 @@ <!-- top highlight --> <gradient type="horizontal" x="10" y="1" width="width - 20" height="1"> <color value="#1C1B19"/> - <color value="blend/gtk:bg[SELECTED]/#ffffff/.6"/> + <color value="blend/#72B49D/#ffffff/.6"/> <color value="#1C1B19"/> </gradient> @@ -189,13 +189,13 @@ <title color="#252525" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> - <title color="gtk:fg[SELECTED]" + <title color="#ffffff" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> </draw_ops> <draw_ops name="title_unfocused"> - <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5" + <title color="blend/#101010/#CBD9D4/0.5" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> </draw_ops> @@ -204,13 +204,13 @@ <title color="#252525" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 3"/> - <title color="gtk:fg[SELECTED]" + <title color="#ffffff" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> </draw_ops> <draw_ops name="title_max_unfocused"> - <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5" + <title color="blend/#101010/#CBD9D4/0.5" x="(3 `max` (width-title_width)) / 2" y="(height - title_height) / 2 + 1"/> </draw_ops> @@ -227,34 +227,34 @@ <draw_ops name="button_bg"> <!-- kinda looks better without - <line color="gtk:bg[SELECTED]" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="gtk:bg[SELECTED]" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="gtk:bg[SELECTED]" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="gtk:bg[SELECTED]" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="#72B49D" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="#72B49D" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="#72B49D" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="#72B49D" x1="width-2" y1="1" x2="width-2" y2="height-3" /> --> </draw_ops> <draw_ops name="button_bg_prelight"> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.2" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.2" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.2" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.2" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="blend/#72B49D/#ffffff/.2" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="blend/#72B49D/#ffffff/.2" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="blend/#72B49D/#ffffff/.2" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="blend/#72B49D/#ffffff/.2" x1="width-2" y1="1" x2="width-2" y2="height-3" /> <gradient type="vertical" x="1" y="1" width="width - 3" height="height - 3"> - <color value="blend/gtk:bg[SELECTED]/#ffffff/.1"/> - <color value="blend/gtk:bg[SELECTED]/#000000/.1"/> + <color value="blend/#72B49D/#ffffff/.1"/> + <color value="blend/#72B49D/#000000/.1"/> </gradient> </draw_ops> <draw_ops name="button_bg_pressed"> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.1" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.1" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="blend/gtk:bg[SELECTED]/#ffffff/.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="blend/#72B49D/#ffffff/.1" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="blend/#72B49D/#ffffff/.1" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="blend/#72B49D/#ffffff/.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="blend/#72B49D/#ffffff/.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> <gradient type="vertical" x="1" y="1" width="width - 3" height="height - 3"> - <color value="blend/gtk:bg[SELECTED]/#000000/.2"/> - <color value="blend/gtk:bg[SELECTED]/#ffffff/.2"/> + <color value="blend/#72B49D/#000000/.2"/> + <color value="blend/#72B49D/#ffffff/.2"/> </gradient> </draw_ops> @@ -263,26 +263,26 @@ </draw_ops> <draw_ops name="button_bg_unfocused_prelight"> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="blend/#CBD9D4/#000000/0.1" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="blend/#CBD9D4/#000000/0.1" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="blend/#CBD9D4/#000000/0.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="blend/#CBD9D4/#000000/0.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> <gradient type="vertical" x="1" y="1" width="width - 3" height="height - 3"> - <color value="blend/gtk:bg[NORMAL]/#ffffff/.5"/> - <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> + <color value="blend/#CBD9D4/#ffffff/.5"/> + <color value="blend/#CBD9D4/#000000/0.1"/> </gradient> </draw_ops> <draw_ops name="button_bg_unfocused_pressed"> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="1" y1="0" x2="width-3" y2="0" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="0" y1="1" x2="0" y2="height-3" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> - <line color="blend/gtk:bg[NORMAL]/#000000/0.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> + <line color="blend/#CBD9D4/#000000/0.1" x1="1" y1="0" x2="width-3" y2="0" /> + <line color="blend/#CBD9D4/#000000/0.1" x1="0" y1="1" x2="0" y2="height-3" /> + <line color="blend/#CBD9D4/#000000/0.1" x1="1" y1="height-2" x2="width-3" y2="height-2" /> + <line color="blend/#CBD9D4/#000000/0.1" x1="width-2" y1="1" x2="width-2" y2="height-3" /> <gradient type="vertical" x="1" y="1" width="width - 3" height="height - 3"> - <color value="blend/gtk:bg[NORMAL]/#000000/0.1"/> - <color value="blend/gtk:bg[NORMAL]/#ffffff/.5"/> + <color value="blend/#CBD9D4/#000000/0.1"/> + <color value="blend/#CBD9D4/#ffffff/.5"/> </gradient> </draw_ops> @@ -302,7 +302,7 @@ </draw_ops> <draw_ops name="close_button_icon_unfocused"> - <image filename="icon_close_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5"/> + <image filename="icon_close_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/#101010/#CBD9D4/0.5"/> </draw_ops> <draw_ops name="close_button_normal"> @@ -335,7 +335,7 @@ </draw_ops> <draw_ops name="maximize_button_icon_unfocused"> - <image filename="icon_maximize_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5"/> + <image filename="icon_maximize_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/#101010/#CBD9D4/0.5"/> </draw_ops> <draw_ops name="maximize_button_normal"> @@ -367,7 +367,7 @@ </draw_ops> <draw_ops name="restore_button_icon_unfocused"> - <image filename="icon_restore_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5"/> + <image filename="icon_restore_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/#101010/#CBD9D4/0.5"/> </draw_ops> <draw_ops name="restore_button_normal"> @@ -399,7 +399,7 @@ </draw_ops> <draw_ops name="minimize_button_icon_unfocused"> - <image filename="icon_minimize_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.5"/></draw_ops> + <image filename="icon_minimize_u.png" x="(width-10)/2" y="(height-10)/2" width="10" height="10" colorize="blend/#101010/#CBD9D4/0.5"/></draw_ops> <draw_ops name="minimize_button_normal"> <include name="button_bg"/> diff --git a/desktop-themes/Menta/metacity-1/metacity-theme-1.xml b/desktop-themes/Menta/metacity-1/metacity-theme-1.xml index 1ea24e11..3d2ecf65 100644 --- a/desktop-themes/Menta/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/Menta/metacity-1/metacity-theme-1.xml @@ -161,25 +161,25 @@ <!-- Window Frames --> <draw_ops name="draw_frame"> - <rectangle color="shade/gtk:bg[NORMAL]/0.5" x="0" y="0" width="width" height="height" filled="true"/> + <rectangle color="shade/#dcdcdc/0.5" x="0" y="0" width="width" height="height" filled="true"/> <gradient type="vertical" x="0" y="0" width="width" height="60"> <color value="shade/#3c3c3c/1.2" /> - <color value="shade/gtk:bg[NORMAL]/0.5" /> + <color value="shade/#dcdcdc/0.5" /> </gradient> </draw_ops> <!-- bottom border --> <draw_ops name="bottom_edge"> - <line color="shade/gtk:bg[NORMAL]/0.5" x1="0" x2="width" y1="height-1" y2="height-1"/> + <line color="shade/#dcdcdc/0.5" x1="0" x2="width" y1="height-1" y2="height-1"/> </draw_ops> <draw_ops name="border"> - <line color="shade/gtk:bg[NORMAL]/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> - <line color="shade/gtk:bg[NORMAL]/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> - <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> - <line color="shade/gtk:bg[NORMAL]/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> + <line color="shade/#dcdcdc/0.88" x1="1" y1="height - 2" x2="width - 2" y2="height - 2"/> + <line color="shade/#dcdcdc/0.88" x1="width - 2" y1="1" x2="width - 2" y2="height - 2"/> + <line color="shade/#dcdcdc/1.4" x1="1" y1="1" x2="width - 2" y2="1"/> + <line color="shade/#dcdcdc/1.4" x1="1" y1="1" x2="1" y2="height - 2"/> - <rectangle color="shade/gtk:bg[NORMAL]/0.25" filled="false" + <rectangle color="shade/#dcdcdc/0.25" filled="false" x="0" y="0" width="width - 1" height="height - 1"/> -- cgit v1.2.1