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 "default" {
8	color["default_button_highlight_color"] = @accent_bg_color
9	engine "murrine" {
10		default_button_color = shade(0.99, @default_button_highlight_color)
11	}
12}
13