From c24b27bc263a69c31483cbcc04dc450c190b91e5 Mon Sep 17 00:00:00 2001 From: Alexander Andjelkovic Date: Sat, 7 Jul 2012 17:56:17 +0200 Subject: [PATCH] Ops, forgot to add 'chromium.rc' in previous push :) --- .../themes/Lubuntu-default/gtk-2.0/chromium.rc | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 usr/share/themes/Lubuntu-default/gtk-2.0/chromium.rc diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/chromium.rc b/usr/share/themes/Lubuntu-default/gtk-2.0/chromium.rc new file mode 100644 index 0000000..b81ead3 --- /dev/null +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/chromium.rc @@ -0,0 +1,17 @@ +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#e0e0e0" + ChromeGtkFrame::inactive-frame-color = "#e0e0e0" + + ChromeGtkFrame::frame-gradient-size = 16 + ChromeGtkFrame::frame-gradient-color = "#bebebe" + + ChromeGtkFrame::incognito-frame-color = "#e0e0e0" + ChromeGtkFrame::incognito-inactive-frame-color = "#e0e0e0" + + ChromeGtkFrame::scrollbar-trough-color = "#bdbdbd" + ChromeGtkFrame::scrollbar-slider-prelight-color = "#d8e5e0" + ChromeGtkFrame::scrollbar-slider-normal-color = "#e0e0e0" +} + +class "ChromeGtkFrame" style "chrome-gtk-frame"