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/gtk-2.0 | |
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/gtk-2.0')
-rwxr-xr-x[-rw-r--r--] | desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc | 17 | ||||
-rwxr-xr-x[-rw-r--r--] | desktop-themes/TraditionalOkTest/gtk-2.0/gtkrc | 0 |
2 files changed, 17 insertions, 0 deletions
diff --git a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc index f71fa7ff..7358cfcd 100644..100755 --- a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc +++ b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc @@ -43,5 +43,22 @@ style "chromium_toolbar_button" { } } +style "chrome-hacks" +{ + ChromeGtkFrame::frame-color = "#f57900" + ChromeGtkFrame::frame-gradient-color = "#F77A00" + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::inactive-frame-color = "#dedcda" + ChromeGtkFrame::inactive-frame-gradient-color = "#e3e2e0" + ChromeGtkFrame::incognito-frame-color = "#AD8156" + ChromeGtkFrame::incognito-frame-gradient-color = shade (1.02, "#AD8156") + ChromeGtkFrame::incognito-inactive-frame-color = "#d5d3d1" + ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (1.02, "#d5d3d1") + ChromeGtkFrame::scrollbar-trough-color = shade (0.9, "#edeceb") + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.05, "#f57900") + ChromeGtkFrame::scrollbar-slider-normal-color = "#f57900" +} + +class "ChromeGtkFrame" style "chrome-hacks" widget_class "*Chrom*Button*" style "chromium_toolbar_button" diff --git a/desktop-themes/TraditionalOkTest/gtk-2.0/gtkrc b/desktop-themes/TraditionalOkTest/gtk-2.0/gtkrc index 76ee5a65..76ee5a65 100644..100755 --- a/desktop-themes/TraditionalOkTest/gtk-2.0/gtkrc +++ b/desktop-themes/TraditionalOkTest/gtk-2.0/gtkrc |