From b782324ec37609fd1eb213d749cc4c360cb974bc Mon Sep 17 00:00:00 2001 From: raveit65 Date: Sat, 31 May 2014 19:54:43 +0200 Subject: TraditionalOKTest: update to GTK+-3.12, new checked radiocheck buttons, some color corrections --- .../TraditionalOkTest/gtk-2.0/applications.rc | 17 +++++++++++++++++ desktop-themes/TraditionalOkTest/gtk-2.0/gtkrc | 0 2 files changed, 17 insertions(+) mode change 100644 => 100755 desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc mode change 100644 => 100755 desktop-themes/TraditionalOkTest/gtk-2.0/gtkrc (limited to 'desktop-themes/TraditionalOkTest/gtk-2.0') diff --git a/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc b/desktop-themes/TraditionalOkTest/gtk-2.0/applications.rc old mode 100644 new mode 100755 index f71fa7ff..7358cfcd --- 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 old mode 100644 new mode 100755 -- cgit v1.2.1