summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2014-10-21 20:30:30 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2014-10-21 20:32:18 +0200
commitaceabd4f8016a72d2495b9a3f635bb17e08eedd7 (patch)
treeefd871f1e38f8a5a703bc0f5db3b783754e2594e /themes
parent271f400ef4affbc06919fc1305b420de7e8d8648 (diff)
downloadgnome-themes-standard-aceabd4f8016a72d2495b9a3f635bb17e08eedd7.tar.gz
Adwaita: use -gtk-icon-source: none on paned...
...to get rid of the handle decoration istead of setting a transparent background and abuse a background image for the background color.
Diffstat (limited to 'themes')
-rw-r--r--themes/Adwaita/metacity-1/metacity-theme-3.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/themes/Adwaita/metacity-1/metacity-theme-3.xml b/themes/Adwaita/metacity-1/metacity-theme-3.xml
index 86b5c2fb..68384bba 100644
--- a/themes/Adwaita/metacity-1/metacity-theme-3.xml
+++ b/themes/Adwaita/metacity-1/metacity-theme-3.xml
@@ -10,17 +10,17 @@
<!-- meaningfull constants -->
-<constant name="C_border_focused" value="blend/#000000/gtk:bg[NORMAL]/0.7" />
-<constant name="C_border_unfocused" value="blend/#000000/gtk:bg[NORMAL]/0.8" />
+<constant name="C_border_focused" value="gtk:custom(borders:gtk:fg[NORMAL])" />
+<constant name="C_border_unfocused" value="gtk:custom(unfocused_borders,gtk:fg[NORMAL]" />
<constant name="C_titlebar_focused_hilight" value="gtk:custom(wm_highlight,gtk:base[NORMAL])" />
-<constant name="C_titlebar_unfocused" value="blend/gtk:base[NORMAL]/gtk:bg[NORMAL]/0.4" />
-<constant name="C_title_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])" />
+<constant name="C_titlebar_unfocused" value="gtk:custom(theme_unfocused_bg_color:gtk:bg[NORMAL])" />
+<constant name="C_title_focused" value="gtk:custom(theme_fg_color,gtk:fg[NORMAL])" />
<constant name="C_title_focused_hilight" value="gtk:custom(wm_borders_edge,gtk:base[NORMAL])" />
<constant name="C_title_focused_hilight_dark" value="gtk:custom(wm_borders_edge,gtk:bg[NORMAL])" />
<constant name="C_title_unfocused" value="gtk:custom(wm_unfocused_title,gtk:fg[INSENSITIVE])" />
<!-- color of the button icons -->
-<constant name="C_icons_focused" value="gtk:custom(wm_title,gtk:fg[NORMAL])" />
-<constant name="C_icons_pressed" value="gtk:custom(wm_title,gtk:fg[NORMAL])" />
+<constant name="C_icons_focused" value="gtk:custom(theme_fg_color,gtk:fg[NORMAL])" />
+<constant name="C_icons_pressed" value="gtk:custom(theme_fg_color,gtk:fg[NORMAL])" />
<constant name="C_icons_unfocused" value="gtk:custom(theme_unfocused_fg_color,gtk:fg[NORMAL])" />
<constant name="C_icons_unfocused_prelight" value="gtk:custom(theme_unfocused_fg_color,gtk:fg[NORMAL])" />
<constant name="C_icons_unfocused_pressed" value="gtk:custom(theme_unfocused_fg_color,gtk:fg[NORMAL])" />