aboutsummaryrefslogtreecommitdiff
path: root/themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc
diff options
context:
space:
mode:
Diffstat (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc')
-rw-r--r--themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc18
1 files changed, 18 insertions, 0 deletions
diff --git a/themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc b/themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc
new file mode 100644
index 00000000..8d089228
--- /dev/null
+++ b/themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc
@@ -0,0 +1,18 @@
+# Google Chrome/Chromium theming (requires 9.0.597 or newer)
+style "chrome-gtk-frame"
+{
+ ChromeGtkFrame::frame-color = @bg_color
+ ChromeGtkFrame::inactive-frame-color = @bg_color
+ ChromeGtkFrame::frame-gradient-size = 16
+ ChromeGtkFrame::frame-gradient-color = shade (1.08,@bg_color)
+ ChromeGtkFrame::inactive-frame-gradient-color = shade (1.08,@bg_color)
+
+ ChromeGtkFrame::incognito-frame-gradient-color = shade (1.08,@bg_color)
+ ChromeGtkFrame::incognito-inactive-frame-gradient-color = shade (1.08,@bg_color)
+
+ ChromeGtkFrame::scrollbar-slider-prelight-color = shade (1.10, @bg_color)
+ ChromeGtkFrame::scrollbar-slider-normal-color = shade (1.02, @bg_color)
+}
+
+class "ChromeGtkFrame" style "chrome-gtk-frame"
+widget_class "*Chrom*Button*" style "button"