* usr/share/themes/Lubuntu-default:

- Add a specific gtk theme for chromium.
ubuntu/bionic
Julien Lavergne 12 years ago
parent 23a03bad8e
commit 048b0cbf61

2
debian/changelog vendored

@ -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 <gilir@ubuntu.com> Wed, 02 May 2012 11:35:12 +0200

@ -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"

@ -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

Loading…
Cancel
Save