aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-selection-bulged-rounded.css
blob: bace39c4c186a31edc1d1ce9ec1426f8b9cec922 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
/**************************************************************************************
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 "menu" {
	xthickness = 4
	ythickness = 4
}

style "menu_item" {
	bg[SELECTED] = shade(0.9, @selected_bg_color)

	engine "murrine"
	{
		roundness = 3
		border_shades = { 1.25, 1.0 }
		gradient_shades = { 1.6, 1.15, 1.15, 1.0 }
	}
}

style "combo_menu_item" {
	bg[SELECTED] = shade(0.9, @selected_bg_color)
}

include "menubar-selection-rounded.css"
style "menubar_item" {
	engine "murrine"
	{
		border_shades = { 1.1, 1.0 }
		gradient_shades = { 1.2, 0.95, 0.95, 0.78 }
	}
}