diff options
author | raveit <[email protected]> | 2013-03-22 20:44:53 +0100 |
---|---|---|
committer | raveit <[email protected]> | 2013-03-22 20:44:53 +0100 |
commit | 6df34bd8699c97b508c6a540c6856b368bc692e3 (patch) | |
tree | 556f9543826ca3064771bb6e92d9b4d349eb7988 /desktop-themes/TraditionalGreen/metacity-1 | |
parent | 20111d3201a1e59a85b7bef273e448d5b5499f9a (diff) | |
download | mate-themes-6df34bd8699c97b508c6a540c6856b368bc692e3.tar.bz2 mate-themes-6df34bd8699c97b508c6a540c6856b368bc692e3.tar.xz |
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"> |