diff options
Diffstat (limited to 'desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc')
-rwxr-xr-x[-rw-r--r--] | desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc | 17 |
1 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" |