aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/highlight_scrollbar_hover.css
blob: d2cc5dcd891f9f1b7b545a5198a0028c234efb16 (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" {
	fg[ACTIVE] = @scrollbar_fg_color
	bg[ACTIVE] = @scrollbar_bg_color
	fg[PRELIGHT] = @scrollbar_fg_color
	bg[PRELIGHT] = @scrollbar_bg_color
	engine "murrine"
	{
		gradient_shades = {1.15, 1.0, 1.0, 0.95}
	}
}