From 048b0cbf614b1bd9e9b3eba0a7d95c2bb42f4c06 Mon Sep 17 00:00:00 2001 From: Julien Lavergne Date: Wed, 2 May 2012 11:51:22 +0200 Subject: [PATCH] * usr/share/themes/Lubuntu-default: - Add a specific gtk theme for chromium. --- debian/changelog | 2 ++ .../themes/Lubuntu-default/gtk-2.0/chromium.rc | 14 ++++++++++++++ usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc | 1 + 3 files changed, 17 insertions(+) create mode 100644 usr/share/themes/Lubuntu-default/gtk-2.0/chromium.rc diff --git a/debian/changelog b/debian/changelog index 33e90a8..1caf2a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ lubuntu-artwork (0.28) UNRELEASED; urgency=low * usr/share/icons/lubuntu: - Add panel/22/nm-device-wired.svg to fix the status icon of nm-applet on wired and connected (LP: #976805) + * usr/share/themes/Lubuntu-default: + - Add a specific gtk theme for chromium. -- Julien Lavergne Wed, 02 May 2012 11:35:12 +0200 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..116253c --- /dev/null +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/chromium.rc @@ -0,0 +1,14 @@ +style "chrome-gtk-frame" +{ + ChromeGtkFrame::frame-color = "#dbdcdb" + ChromeGtkFrame::inactive-frame-color = "#dbdcdb" + + ChromeGtkFrame::incognito-frame-color = darker("#dbdcdb") + ChromeGtkFrame::incognito-inactive-frame-color = darker("#dbdcdb") + + ChromeGtkFrame::scrollbar-trough-color = "#bdbdbd" + ChromeGtkFrame::scrollbar-slider-prelight-color = "#d8e5e0" + ChromeGtkFrame::scrollbar-slider-normal-color = "#e0e0e0" +} + +class "ChromeGtkFrame" style "chrome-gtk-frame" diff --git a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc index 596ed39..4f740c6 100644 --- a/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc +++ b/usr/share/themes/Lubuntu-default/gtk-2.0/gtkrc @@ -24,6 +24,7 @@ include "statusbar.rc" include "toolbar.rc" include "menubar.rc" include "pcmanfm.rc" +include "chromium.rc" gtk-icon-sizes = "gtk-button=16,16" gtk-auto-mnemonics = 1