diff options
author | raveit65 <[email protected]> | 2013-11-15 13:22:05 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2014-10-16 19:30:48 +0200 |
commit | 747ce06b056160692e64dc63bb5a182d1ae70daa (patch) | |
tree | 5856463b25f625b00c19ef6e7f434d27f605ad33 /desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc | |
parent | 388687dfb62082e36b29a06cfbaa96ce23d22b03 (diff) | |
download | mate-themes-747ce06b056160692e64dc63bb5a182d1ae70daa.tar.bz2 mate-themes-747ce06b056160692e64dc63bb5a182d1ae70daa.tar.xz |
rename Menta-Blue to BlueMenta
Diffstat (limited to 'desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc')
-rw-r--r-- | desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc b/desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc new file mode 100644 index 00000000..aeecbdc0 --- /dev/null +++ b/desktop-themes/BlueMenta/gtk-2.0/apps/chromium.rc @@ -0,0 +1,38 @@ +# ============================================================================== +# CHROMIUM SPECIFIC SETTINGS +# ============================================================================== + +style "chromium_toolbar_button" { + engine "murrine" { + roundness = 3 + textstyle = 0 + } +} + +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = @bg_color + ChromeGtkFrame::inactive-frame-color = @bg_color + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = @bg_color + + ChromeGtkFrame::incognito-frame-color = @bg_color + ChromeGtkFrame::incognito-inactive-frame-color = @bg_color + + ChromeGtkFrame::incognito-frame-gradient-size = 16 + ChromeGtkFrame::incognito-frame-gradient-color = @bg_color + + ChromeGtkFrame::scrollbar-trough-color = shade (0.912, @bg_color) + ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.04, @bg_color) + ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" +widget_class "*Chrom*Button*" style "chromium_toolbar_button" + + + + + + |