~ubuntu-branches/ubuntu/precise/gtk2-engines-xfce/precise

« back to all changes in this revision

Viewing changes to themes/redmondxp/gtk-2.0/gtkrc

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2006-11-16 13:30:49 UTC
  • mfrom: (1.2.1 upstream) (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061116133049-tps8a3tb4yne9g4z
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
style "xfce-redmondxp-default"
 
1
style "default"
2
2
{
3
 
    GtkWidget::interior_focus         = 1
4
3
    GtkButton::default_border         = {0, 0, 0, 0}
5
4
    GtkButton::default_outside_border = {0, 0, 0, 0}
6
5
    GtkButton::default_spacing        = 10
 
6
    GtkButton::focus-line-width       = 1
 
7
    GtkButton::focus-padding          = 0
7
8
    GtkCheckButton::indicator_size    = 15
 
9
    GtkRadioButton::indicator_size    = 15
 
10
    GtkMenuBar::shadow_type           = out
 
11
    GtkMenuItem::selected_shadow_type = none
8
12
    GtkPaned::handle_full_size        = 1
9
 
    GtkRange::trough_border           = 0
10
13
    GtkRange::slider_width            = 15
11
14
    GtkRange::stepper_size            = 15
12
15
    GtkRange::stepper_spacing         = 0
13
 
    GtkSpinButton::shadow_type        = out
14
 
    GtkMenuItem::selected_shadow_type = none
 
16
    GtkRange::trough_border           = 0
15
17
    GtkScrollbar::min_slider_length   = 20
 
18
    GtkToolbar::shadow_type           = out
 
19
    GtkWidget::interior_focus         = 1
16
20
    GtkWidget::internal-padding       = 4
17
 
    GtkMenuBar::shadow_type           = none
18
 
    GtkToolbar::shadow_type           = none
19
21
 
20
22
    xthickness = 2
21
23
    ythickness = 2
22
24
 
23
25
    base[ACTIVE]      = "#e5e5e5"
24
 
    base[INSENSITIVE] = "#edeada"
 
26
    base[INSENSITIVE] = "#efebdf"
25
27
    base[NORMAL]      = "#ffffff"
26
 
    base[PRELIGHT]    = "#edeada"
 
28
    base[PRELIGHT]    = "#efebdf"
27
29
    base[SELECTED]    = "#0055ef"
28
30
 
29
31
    bg[ACTIVE]        = "#d4d4ce"
30
 
    bg[INSENSITIVE]   = "#edeada"
31
 
    bg[NORMAL]        = "#edeada"
32
 
    bg[PRELIGHT]      = "#edeada"
 
32
    bg[INSENSITIVE]   = "#efebdf"
 
33
    bg[NORMAL]        = "#efebdf"
 
34
    bg[PRELIGHT]      = "#efebdf"
33
35
    bg[SELECTED]      = "#0055ef"
34
36
 
35
37
    fg[ACTIVE]        = "#000000"
46
48
 
47
49
    engine "xfce" 
48
50
    {
49
 
        smooth_edge = true
50
 
        boxfill
51
 
        {
52
 
            fill_style = plain
53
 
        }
 
51
        smooth_edge = true
 
52
        boxfill
 
53
        {
 
54
            fill_style = plain
 
55
        }
54
56
    }
55
57
}
56
 
widget_class "*"                   style "xfce-redmondxp-default"
 
58
widget_class "*"                   style "default"
57
59
 
58
 
style "xfce-redmondxp-colored" = "xfce-redmondxp-default"
 
60
style "colored" = "default"
59
61
{
60
62
    xthickness = 1
61
63
    ythickness = 1
68
70
 
69
71
    engine "xfce" 
70
72
    {
71
 
        smooth_edge = true
72
 
        boxfill
73
 
        {
74
 
            fill_style = gradient
75
 
            orientation = vertical
76
 
            shade_start = 0.9
77
 
            shade_end = 1.1
78
 
        }
 
73
        smooth_edge = true
 
74
        boxfill
 
75
        {
 
76
            fill_style = gradient
 
77
            orientation = vertical
 
78
            shade_start = 0.9
 
79
            shade_end = 1.1
 
80
        }
79
81
    }
80
82
}
81
 
widget_class "*GtkList*"           style "xfce-redmondxp-colored"
82
 
class "*GtkList*"                  style "xfce-redmondxp-colored"
83
 
widget_class "*GtkEntry*"          style "xfce-redmondxp-colored"
84
 
class "*GtkEntry*"                 style "xfce-redmondxp-colored"
85
 
widget_class "*GtkTree*"           style "xfce-redmondxp-colored"
86
 
class "*GtkTree*"                  style "xfce-redmondxp-colored"
87
 
widget_class "*GtkProgress*"       style "xfce-redmondxp-colored"
88
 
class "*GtkProgress*"              style "xfce-redmondxp-colored"
 
83
widget_class "*GtkList*"           style "colored"
 
84
class "*GtkList*"                  style "colored"
 
85
widget_class "*GtkEntry*"          style "colored"
 
86
class "*GtkEntry*"                 style "colored"
 
87
widget_class "*GtkTree*"           style "colored"
 
88
class "*GtkTree*"                  style "colored"
 
89
widget_class "*GtkProgress*"       style "colored"
 
90
class "*GtkProgress*"              style "colored"
89
91
 
90
 
style "xfce-redmondxp-menu" = "xfce-redmondxp-colored"
 
92
style "menu" = "colored"
91
93
{
92
94
    xthickness = 1
93
95
    ythickness = 1
97
99
 
98
100
    engine "xfce" 
99
101
    {
100
 
        smooth_edge = true
101
 
        boxfill
102
 
        {
103
 
            fill_style = plain
104
 
        }
 
102
        smooth_edge = true
 
103
        boxfill
 
104
        {
 
105
            fill_style = plain
 
106
        }
105
107
    }
106
108
}
107
 
widget_class "*.GtkMenu*"          style "xfce-redmondxp-menu"
108
 
class "*.GtkMenu*"                 style "xfce-redmondxp-menu"
 
109
widget_class "*Menu*"              style "menu"
 
110
class "*Menu*"                     style "menu"
109
111
 
110
 
style "xfce-redmondxp-menubar" = "xfce-redmondxp-colored"
 
112
style "menubar" = "colored"
111
113
{
112
 
    xthickness = 1
113
 
    ythickness = 1
 
114
    xthickness = 2
 
115
    ythickness = 2
114
116
}
115
117
 
116
 
widget_class "*BonoboDockItem*"    style "xfce-redmondxp-menubar"
117
 
class "*BonoboDockItem*"           style "xfce-redmondxp-menubar"
118
 
widget_class "*HandleBox*"         style "xfce-redmondxp-menubar"
119
 
class "*HandleBox*"                style "xfce-redmondxp-menubar"
120
 
widget_class "*Tool*"              style "xfce-redmondxp-menubar"
121
 
class "*Tool*"                     style "xfce-redmondxp-menubar"
122
 
widget_class "*MenuBar*"           style "xfce-redmondxp-menubar"
123
 
class "*MenuBar*"                  style "xfce-redmondxp-menubar"
 
118
widget_class "*MenuBar"            style "menubar"
 
119
class "*MenuBar"                   style "menubar"
124
120
 
125
 
style "xfce-redmondxp-button" = "xfce-redmondxp-default"
 
121
style "button" = "default"
126
122
{
127
123
    bg[NORMAL]        = "#fafaf2"
128
124
    bg[ACTIVE]        = "#ffcb39"
129
125
    bg[PRELIGHT]      = "#fafaf2"
130
126
    bg[INSENSITIVE]   = "#fafaf2"
131
 
    fg[SELECTED]      = "#000000"
132
 
    text[SELECTED]    = "#000000"
133
127
 
134
128
    engine "xfce" 
135
129
    {
136
 
        smooth_edge = true
137
 
        boxfill
138
 
        {
139
 
            fill_style = gradient
140
 
            orientation = auto
141
 
            shade_start = 1.1
142
 
            shade_end = 0.9
143
 
        }
 
130
        smooth_edge = true
 
131
        boxfill
 
132
        {
 
133
            fill_style = gradient
 
134
            orientation = vertical
 
135
            shade_start = 1.1
 
136
            shade_end = 0.9
 
137
        }
144
138
    }
145
139
}
146
 
widget_class "*Button*"            style "xfce-redmondxp-button"
147
 
class "*Button*"                   style "xfce-redmondxp-button"
148
 
widget_class "*button*"            style "xfce-redmondxp-button"
149
 
class "*button*"                   style "xfce-redmondxp-button"
150
 
widget_class "*OptionMenu*"        style "xfce-redmondxp-button"
151
 
class "*OptionMenu*"               style "xfce-redmondxp-button"
 
140
widget_class "*Button*"            style "button"
 
141
class "*Button*"                   style "button"
 
142
widget_class "*button*"            style "button"
 
143
class "*button*"                   style "button"
 
144
widget_class "*OptionMenu*"        style "button"
 
145
class "*OptionMenu*"               style "button"
152
146
 
153
 
style "xfce-redmondxp-notebook" = "xfce-redmondxp-default"
 
147
style "notebook" = "default"
154
148
{
155
149
    xthickness = 1
156
150
    ythickness = 1
159
153
    bg[ACTIVE]        = "#d4d4ce"
160
154
}
161
155
 
162
 
widget_class "*Notebook*"          style "xfce-redmondxp-notebook"
163
 
class "*Notebook*"                 style "xfce-redmondxp-notebook"
 
156
widget_class "*Notebook*"          style "notebook"
 
157
class "*Notebook*"                 style "notebook"
164
158
 
165
 
style "xfce-redmondxp-scroll" = "xfce-redmondxp-default"
 
159
style "scroll" = "default"
166
160
{
167
161
    base[ACTIVE]      = "#d4d4ce"
168
 
    base[INSENSITIVE] = "#edeada"
169
 
    base[NORMAL]      = "#edeada"
 
162
    base[INSENSITIVE] = "#efebdf"
 
163
    base[NORMAL]      = "#efebdf"
170
164
    base[PRELIGHT]    = "#c6d3ff"
171
165
    base[SELECTED]    = "#c6d3ff"
172
166
    bg[NORMAL]        = "#c6d3ff"
173
167
    bg[PRELIGHT]      = "#c6d3ff"
174
 
    bg[SELECTED]      = "#edeada"
 
168
    bg[SELECTED]      = "#efebdf"
175
169
    fg[SELECTED]      = "#000000"
176
170
    text[SELECTED]    = "#000000"
177
171
 
178
172
    engine "xfce" 
179
173
    {
180
 
        smooth_edge = true
181
 
        boxfill
182
 
        {
183
 
            fill_style = gradient
184
 
            orientation = auto
185
 
            shade_start = 1.1
186
 
            shade_end = 0.9
187
 
        }
 
174
        smooth_edge = true
 
175
        boxfill
 
176
        {
 
177
            fill_style = gradient
 
178
            orientation = auto
 
179
            shade_start = 1.1
 
180
            shade_end = 0.9
 
181
        }
188
182
    }
189
183
}
190
 
widget_class "*Scrollbar*"         style "xfce-redmondxp-scroll"
191
 
class "*Scrollbar*"                style "xfce-redmondxp-scroll"
192
 
widget_class "*Scale*"             style "xfce-redmondxp-scroll"
193
 
class "*Scale*"                    style "xfce-redmondxp-scroll"
194
 
 
195
 
style "xfce-redmondxp-titlebar"
 
184
widget_class "*Scrollbar*"         style "scroll"
 
185
class "*Scrollbar*"                style "scroll"
 
186
widget_class "*GtkScale*"          style "scroll"
 
187
class "*GtkScale*"                 style "scroll"
 
188
 
 
189
 
 
190
# This is for ROX-Filer
 
191
 
192
style "rox" = "default"
 
193
{
 
194
  bg[NORMAL] = "#ffffff"
 
195
  bg[ACTIVE] = "#ffffff"
 
196
}
 
197
widget_class "*Collection"         style "rox"
 
198
 
 
199
 
 
200
# This is for the window borders (xfwm4 & metacity)
 
201
 
202
style "titlebar" = "default"
196
203
{
197
204
    bg[SELECTED]      = "#0055ef"
198
205
    fg[SELECTED]      = "#ffffff"
199
 
    bg[ACTIVE]        = "#7b96de"
200
 
    fg[NORMAL]        = "#dee7f7"
 
206
    bg[INSENSITIVE]   = "#7b96de"
 
207
    fg[INSENSITIVE]   = "#dee7f7"
201
208
}
202
 
widget "xfwm"                      style "xfce-redmondxp-titlebar"
203
 
class "MetaFrames"                 style "xfce-redmondxp-titlebar"
204
 
widget_class "MetaFrames"          style "xfce-redmondxp-titlebar"
 
209
widget "xfwm"                      style "titlebar"
 
210
class "MetaFrames"                 style "titlebar"
 
211
widget_class "MetaFrames"          style "titlebar"