aboutsummaryrefslogtreecommitdiff
path: root/.local/share/themes/ClassicLooks/gtk-2.0/options/panel-dark.css
blob: 74b3671f97b929c137a0b4a92c5384245f931c18 (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
/**************************************************************************************
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 "panel" {

#	bg_pixmap[NORMAL] = "assets/panel.png"
	bg[NORMAL]   = @dark_bg_color
   fg[NORMAL]   = shade(0.75, @dark_fg_color)
   text[NORMAL] = shade(0.75, @dark_fg_color)

#	bg[ACTIVE]   = shade(0.85, @selected_bg_color)
#	bg[SELECTED] = "#ff0000"
	fg[ACTIVE]   = "#ffffff"
	text[ACTIVE] = "#ffffff"

	bg[PRELIGHT]   = shade(1.0, @selected_bg_color)
	fg[PRELIGHT]   = @selected_focused_fg_color
	text[PRELIGHT] = @selected_focused_fg_color

	xthickness = 1
	ythickness = 2
	engine "murrine" {
      roundness = 3
		contrast = 1.3
		textstyle = 0
		lightborderstyle = 0
		lightborder_shade = 1.0
	}
}

style "panel_button" {
	GtkButton::inner-border = {1, 1, 0, 0}

	bg[NORMAL]   = shade(1.15, @dark_bg_color)
   fg[NORMAL]   = shade(1.0, @dark_fg_color)
   text[NORMAL] = shade(1.0, @dark_fg_color)

	bg[ACTIVE]   = shade(0.8, @selected_bg_color)
   fg[ACTIVE]   = @selected_focused_fg_color
   text[ACTIVE] = @selected_focused_fg_color

	bg[PRELIGHT]   = shade(1.0, @selected_bg_color)
   fg[PRELIGHT]   = @selected_focused_fg_color
   text[PRELIGHT] = @selected_focused_fg_color

	xthickness = 5
	ythickness = 1
	engine "murrine" {
		roundness = 3
		contrast = 0.5
		lightborderstyle = 0
		lightborder_shade = 1.4
		border_shades = {0.7, 0.7}
#		trough_shades = {0.1, 0.1}
		gradient_shades = {1.3, 1.1, 1.1, 0.9}
		reliefstyle = 3
#		glowstyle = 1
#		glow_shade = 0.7
	}
}