aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/menu-selection-dented.css
blob: 6e9b298a2de0fe1a7fdf27fa143201bccf981cbe (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
/**************************************************************************************
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_item" {
	engine "murrine"
	{
		border_shades = { 0.95, 0.95 }
		gradient_shades = { 0.98, 1.0, 1.0, 1.12 }
		border_shades = { 0.95, 1.0 }
		gradient_shades = { 1.0, 1.1, 1.1, 1.25 }
	}
}

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