summaryrefslogtreecommitdiffstats
path: root/gnome-screensaver/lock-dialog-system.gtkrc
blob: b08dae29cd086da3756e1c2e8712027160dbc8ee (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
style "window"
{
	engine "pixmap" {
		image {
			file = "lock-dialog-system.png"
			function = FLAT_BOX
			stretch = TRUE
			border = { 2, 397, 0, 0 } 
		}
	}
}

style "label"
{
	fg[NORMAL] = "White"
	fg[PRELIGHT] = "White"
	fg[ACTIVE] = "White"
}

style "bluelabel"
{
	fg[NORMAL] = "White"
}

style "button"
{
	bg[NORMAL] = "#336081"
	bg[PRELIGHT] = "#6f97bc"
	bg[ACTIVE] = "#6f97bc"
	bg[INSENSITIVE] = "#74848f"
	engine "clearlooks1" {
		radius = 4.0
		style = GLOSSY 
	}
}

widget "*.capslock-label" style "bluelabel"
widget "*.status-label" style "bluelabel"
class "GtkWindow" style "window"
class "GtkLabel" style "label"
class "GtkButton" style "button"
widget "*.auth-prompt-kbd-layout-indicator.*" style "button"