1/**************************************************************************************
2This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
3(c) 2019-2021 Virgil Mager - vvmager@gmail.com
4(c) 2019-2021 Information Technology Group - http://itgroup.ro
5**************************************************************************************/
6
7style "scrollbar" {
8	fg[NORMAL] = @scrollbar_fg_color
9	bg[NORMAL] = @scrollbar_bg_color
10	fg[ACTIVE] = @scrollbar_fg_color
11	bg[ACTIVE] = shade(1.09, @scrollbar_bg_color)
12	fg[PRELIGHT] = @scrollbar_fg_color
13	bg[PRELIGHT] = shade(1.09, @scrollbar_bg_color)
14	fg[INSENSITIVE] = mix(0.9, "#888888", @scrollbar_bg_color)
15	bg[INSENSITIVE] = @scrollbar_bg_color
16	engine "murrine"
17	{
18		gradient_shades = {1.15, 1.0, 1.0, 0.95}
19	}
20}
21