From eab0507af6367a9a75f40ac3dd92e5e42860c2dc Mon Sep 17 00:00:00 2001 From: Syndamia Date: Sat, 20 May 2023 11:28:29 +0300 Subject: Added icons and themes --- themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc (limited to 'themes/Mint-X-Aqua/gtk-2.0/styles/chrome.rc') 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" -- cgit v1.2.3