diff options
author | raveit65 <[email protected]> | 2014-05-31 19:54:43 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-05-31 19:54:43 +0200 |
commit | b782324ec37609fd1eb213d749cc4c360cb974bc (patch) | |
tree | 4e00cbccfb7b37d1e19d900f462d7bfce59f6080 /desktop-themes/TraditionalOkTest/metacity-1 | |
parent | 0aaaadcc6412ff6676edca89c7d080397970a314 (diff) | |
download | mate-themes-b782324ec37609fd1eb213d749cc4c360cb974bc.tar.bz2 mate-themes-b782324ec37609fd1eb213d749cc4c360cb974bc.tar.xz |
TraditionalOKTest: update to GTK+-3.12, new checked radiocheck buttons, some color corrections
Diffstat (limited to 'desktop-themes/TraditionalOkTest/metacity-1')
-rwxr-xr-x[-rw-r--r--] | desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml b/desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml index b824497a..d414fd03 100644..100755 --- a/desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml +++ b/desktop-themes/TraditionalOkTest/metacity-1/metacity-theme-1.xml @@ -340,16 +340,16 @@ <!-- ::: 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)" 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="blend/gtk:fg[NORMAL]/gtk:text[NORMAL]/0.95" x="4 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> </draw_ops> <draw_ops name="title_text_unfocused"> <!--<title color="shade/gtk:bg[NORMAL]/1.07" x="5 `max` (width-title_width)/2+1" y="1 `max` ((height-title_height)/2)+1"/>--> - <title color="blend/gtk:fg[NORMAL]/gtk:bg[NORMAL]/0.45" x="4 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> + <title color="blend/gtk:fg[NORMAL]/gtk:text[NORMAL]/0.65" x="4 `max` (width-title_width)/2" y="0 `max` ((height-title_height)/2)"/> </draw_ops> <draw_ops name="title"> @@ -463,12 +463,12 @@ <!-- fill gradient --> <gradient type="vertical" x="3" y="3" width="width-6" height="(height)/2-1"> - <color value="shade/gtk:bg[NORMAL]/1.15"/> - <color value="shade/gtk:bg[NORMAL]/1.07"/> + <color value="shade/gtk:bg[NORMAL]/0.95"/> + <color value="shade/gtk:bg[NORMAL]/0.87"/> </gradient> <gradient type="vertical" x="3" y="(height)/2" width="width-6" height="(height)/2-2"> - <color value="shade/gtk:bg[NORMAL]/1.05"/> - <color value="shade/gtk:bg[NORMAL]/0.97"/> + <color value="shade/gtk:bg[NORMAL]/0.85"/> + <color value="shade/gtk:bg[NORMAL]/0.77"/> </gradient> <!-- bottom border smooth effect --> |