aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/scrollbar-controls-flat.css
blob: 6e79557bf051bdfee5512cd2ed701f7c681734d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**************************************************************************************
This file is distributed under the GNU General Public License version 2 (a.k.a. GPL-v2)
(c) 2019-2021 Virgil Mager - vvmager@gmail.com
(c) 2019-2021 Information Technology Group - http://itgroup.ro
**************************************************************************************/

style "scrollbar" {
	bg[NORMAL] = mix(00.10, @shift_bg_color, @bg_color)
	bg[ACTIVE] = shade(1.07, mix(00.10, @shift_bg_color, @bg_color))
	bg[PRELIGHT] = shade(1.07, mix(00.10, @shift_bg_color, @bg_color))
	bg[INSENSITIVE] = mix(00.10, @shift_bg_color, @bg_color)
	engine "murrine"
	{
		gradient_shades = {1.0, 1.0, 1.0, 1.0}
	}
}