diff options
author | Stefano Karapetsas <[email protected]> | 2013-03-23 09:24:03 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-03-23 09:24:03 -0700 |
commit | d609f30420c313db3a65bbca38a5dfcecc3be9ea (patch) | |
tree | c8c974aac44d0ddf12be34f7d4013980c3a2d3db /desktop-themes/TraditionalGreen/metacity-1 | |
parent | 78d1928f2cdfcb7694fbd1524bddcc478c9f2e54 (diff) | |
parent | 6df34bd8699c97b508c6a540c6856b368bc692e3 (diff) | |
download | mate-themes-d609f30420c313db3a65bbca38a5dfcecc3be9ea.tar.bz2 mate-themes-d609f30420c313db3a65bbca38a5dfcecc3be9ea.tar.xz |
Merge pull request #27 from NiceandGently/master
some text color changes for TraditionalGreen
Diffstat (limited to 'desktop-themes/TraditionalGreen/metacity-1')
-rw-r--r-- | desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml b/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml index a82284e8..612f59f1 100644 --- a/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/TraditionalGreen/metacity-1/metacity-theme-1.xml @@ -340,11 +340,11 @@ <!-- ::: TITLES ::: --> <draw_ops name="title_text"> - <title color="shade/gtk:bg[SELECTED]/0.7" x="((3 `max` (width-title_width)) / 2)" y="(((height - title_height) / 2) `max` 0) + 1"/> - <title color="shade/gtk:bg[SELECTED]/0.7" x="((3 `max` (width-title_width)) / 2)+1" y="(((height - title_height) / 2) `max` 0)"/> - <title color="shade/gtk:bg[SELECTED]/0.7" x="((3 `max` (width-title_width)) / 2)-1" y="(((height - title_height) / 2) `max` 0)"/> - <title color="shade/gtk:bg[SELECTED]/0.7" x="((3 `max` (width-title_width)) / 2)" y="(((height - title_height) / 2) `max` 0)-1"/> - <title color="#FFFFFF" x="(3 `max` (width-title_width)) / 2" y="(((height - title_height) / 2) `max` 0)"/> + <!--<title color="shade/gtk:bg[SELECTED]/0.7" x="((3 `max` (width-title_width)) / 2)" y="(((height - title_height) / 2) `max` 0) + 1"/>--> + <!--<title color="shade/gtk:bg[SELECTED]/0.7" x="((3 `max` (width-title_width)) / 2)+1" y="(((height - title_height) / 2) `max` 0)"/>--> + <!--<title color="shade/gtk:bg[SELECTED]/0.7" x="((3 `max` (width-title_width)) / 2)-1" y="(((height - title_height) / 2) `max` 0)"/>--> + <!--<title color="shade/gtk:bg[SELECTED]/0.7" x="((3 `max` (width-title_width)) / 2)" y="(((height - title_height) / 2) `max` 0)-1"/>--> + <title color="#5D6157" x="(3 `max` (width-title_width)) / 2" y="(((height - title_height) / 2) `max` 0)"/> </draw_ops> <draw_ops name="title_text_unfocused"> |