diff options
author | raveit65 <[email protected]> | 2015-07-24 23:00:37 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2015-07-24 23:00:37 +0200 |
commit | 940191d42023ffad8231432eb36e8557903cbbce (patch) | |
tree | 8406f8faaa49f84534451b8034d4138e343152c3 /desktop-themes/BlueMenta | |
parent | 4df01a96a4a2e92933f026ed51598362c153888e (diff) | |
download | mate-themes-940191d42023ffad8231432eb36e8557903cbbce.tar.bz2 mate-themes-940191d42023ffad8231432eb36e8557903cbbce.tar.xz |
Menta + Submarine themes: don't use gtk2 variables for color definitons
this does not work with gtk3
Diffstat (limited to 'desktop-themes/BlueMenta')
-rw-r--r-- | desktop-themes/BlueMenta/metacity-1/metacity-theme-1.xml | 16 |
1 files changed, 8 insertions, 8 deletions
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"/> |