aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/default-button-accent.css
blob: 32d60fa4b8c9935aff581feff5c69cd883219f66 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/**************************************************************************************
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 "default" {
	color["default_button_highlight_color"] = @accent_bg_color
	engine "murrine" {
		default_button_color = shade(0.99, @default_button_highlight_color)
	}
}