summaryrefslogtreecommitdiffstats
path: root/perl-install/share/themes-marble3d.rc
blob: ec9bcd788b2408bb86efe8e714cd918277080f1f (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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
style "button"
{
  engine "pixmap" 
    {
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
	detail          = "buttondefault"
	shadow          = IN
	file            = "marble3d-button_def.xpm"
	border          = { 9, 9, 9, 9 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
	shadow          = OUT
	file            = "marble3d-button1.xpm"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = PRELIGHT
	shadow          = OUT
	file            = "marble3d-button2.xpm"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = NORMAL
	shadow          = IN
	file            = "marble3d-button4.xpm"
	border          = { 2, 2, 2, 2 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = SELECTED
	shadow          = IN
	file            = "marble3d-button4.xpm"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
      }
    image 
      {
        function        = BOX
	recolorable     = TRUE
	state           = ACTIVE
	shadow          = IN
	file            = "marble3d-button4.xpm"
	border          = { 3, 3, 3, 3 }
	stretch         = TRUE
      }
   }
}

style "window" 
{
  engine "pixmap" {
    image 
      {
	function        = FLAT_BOX
	recolorable     = TRUE
	file            = "marble3d-bg1.xpm"
	stretch         = FALSE
      }
  }
}


style "any"
{
  fg[NORMAL]      = { 0.00, 0.00, 0.00 }
  fg[PRELIGHT]    = { 0.25, 0.25, 0.25 }
  fg[ACTIVE]      = { 0.00, 0.00, 0.00 }
  fg[SELECTED]    = { 0.00, 0.00, 0.00 }
  fg[INSENSITIVE] = { 0.50, 0.50, 0.50 }
  
  bg[NORMAL]      = { 0.80, 0.80, 0.80 }
  bg[PRELIGHT]    = { 0.85, 0.85, 0.85 }
  bg[ACTIVE]      = { 0.90, 0.90, 0.90 }
  bg[SELECTED]    = { 0.90, 0.80, 0.70 }
  bg[INSENSITIVE] = { 0.80, 0.75, 0.70 }
}

style "entry"
{
  base[NORMAL] = { 1.0, 1.0, 1.0 }
  base[ACTIVE] = { 1.0, 1.0, 1.0 }
  fg[NORMAL] = { 0.67, 0.67, 0.67 }
}

style "notebook"
{
  bg[NORMAL]	  = { 0.82, 0.8, 0.8 }
  bg[ACTIVE]	  = { 0.72, 0.7, 0.7 }
  fg[NORMAL]      = { 0, 0, 0 }
}

style "button" = "any"
{
  bg[NORMAL] = { 1.0, 1.0, 1.0 }
  fg[NORMAL] = { 0, 0, 0 }
  bg[PRELIGHT] = { 1.0, 1.0, 1.0 }
  fg[PRELIGHT] = { 0.67, 0.67, 0.67 }
}

style "background"
{
  bg[NORMAL] = { 0.8, 0.8, 0.8 }
  bg[PRELIGHT] = { 0.74, 0.72, 0.7 }
}


style "steps"
{
  fg[NORMAL] = { 0.40, 0.30, 0.20 }
}

widget_class "GtkWindow" style "window"
widget_class "*" style "any"
widget_class "*GtkSpin*" style "entry"
widget_class "*GtkEntry*" style "entry"
widget_class "*Gtk*List*" style "entry"
widget_class "*GtkNotebook*" style "notebook"
widget "*GtkButton" style "button"
widget "*background*" style "background"