bunsen-themes/themes/Beam/gtk-2.0/apps/chromium.rc
johnraff 95b2104301 New version for helium
Replace themes with new ones from https://github.com/hhhorb/bunsen-themes-dev
Move themes from root dir to "themes".
debian/control: add Recommends: gtk3-nocsd, change Depends: libgtk-3-0 (>= 3.22.11)
debian/copyright: Update dates
2017-05-23 15:48:31 +09:00

20 lines
951 B
Plaintext

# Google Chrome/Chromium theming (requires 9.0.597 or newer)
style "chrome-gtk-frame"
{
ChromeGtkFrame::frame-color = shade (0.5, @bg_color)
ChromeGtkFrame::inactive-frame-color = shade (0.5, @bg_color)
ChromeGtkFrame::incognito-frame-color = shade (0.5, @bg_color)
ChromeGtkFrame::incognito-inactive-frame-color = shade (0.5, @bg_color)
ChromeGtkFrame::frame-gradient-size = 100
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-trough-color = @base_color
ChromeGtkFrame::scrollbar-slider-prelight-color = shade(0.92, @bg_color)
ChromeGtkFrame::scrollbar-slider-normal-color = @bg_color
}
class "ChromeGtkFrame" style "chrome-gtk-frame"