summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorLapo Calamandrei <calamandrei@gmail.com>2014-10-21 20:33:32 +0200
committerLapo Calamandrei <calamandrei@gmail.com>2014-10-21 20:33:32 +0200
commitfaf1c18c14068d30299ce8c858fd7283e8aea59a (patch)
tree39755546c6e9d6bda194809b096beb2aa3ee4ce8 /themes
parentaceabd4f8016a72d2495b9a3f635bb17e08eedd7 (diff)
downloadgnome-themes-standard-faf1c18c14068d30299ce8c858fd7283e8aea59a.tar.gz
Revert "Adwaita: use -gtk-icon-source: none on paned..."
This reverts commit aceabd4f8016a72d2495b9a3f635bb17e08eedd7. Since this doesn't make sense, it's just picking the wrong terminal window...
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 68384bba..86b5c2fb 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="gtk:custom(borders:gtk:fg[NORMAL])" />
-<constant name="C_border_unfocused" value="gtk:custom(unfocused_borders,gtk:fg[NORMAL]" />
+<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_titlebar_focused_hilight" value="gtk:custom(wm_highlight,gtk:base[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_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_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(theme_fg_color,gtk:fg[NORMAL])" />
-<constant name="C_icons_pressed" value="gtk:custom(theme_fg_color,gtk:fg[NORMAL])" />
+<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_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])" />