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

« back to all changes in this revision

Viewing changes to themes/dawn/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 "default"
 
2
{
 
3
    GtkButton::default_border                    = {0, 0, 0, 0}
 
4
    GtkButton::default_outside_border            = {0, 0, 0, 0}
 
5
    GtkButton::child_displacement_x              = 0
 
6
    GtkButton::child_displacement_y              = 1
 
7
    GtkButton::default_spacing                   = 8
 
8
    GtkButton::focus-padding                     = 0
 
9
    GtkCheckButton::indicator_size               = 12
 
10
    GtkMenuBar::internal-padding                 = 4
 
11
    GtkMenuBar::shadow_type                      = out
 
12
    GtkHandleBox::shadow_type                    = out
 
13
    GtkMenuItem::selected_shadow_type            = etched-in
 
14
    GtkPaned::handle_full_size                   = 1
 
15
    GtkPaned::handle_size                        = 7
 
16
    GtkRadioButton::indicator_size               = 15
 
17
    GtkRange::slider_width                       = 16
 
18
    GtkRange::stepper_size                       = 16
 
19
    GtkRange::stepper_spacing                    = 0
 
20
    GtkRange::trough_border                      = 0
 
21
    GtkScrollbar::has_backward_stepper           = 1
 
22
    GtkScrollbar::has_secondary_backward_stepper = 0
 
23
    GtkScrollbar::min_slider_length              = 20
 
24
    GtkToolbar::shadow_type                      = out
 
25
    GtkWidget::focus-line-width                  = 1
 
26
    GtkWidget::focus_padding                     = 3 
 
27
    GtkWidget::interior_focus                    = 5 
 
28
    GtkWidget::internal_padding                  = 5 
 
29
    
 
30
    xthickness = 2
 
31
    ythickness = 2
 
32
 
 
33
    base[ACTIVE]      = "#bfbfbc"
 
34
    base[INSENSITIVE] = "#ebe8e4"
 
35
    base[NORMAL]      = "#ffffff"
 
36
    base[PRELIGHT]    = "#b0c0d0"
 
37
    base[SELECTED]    = "#699dc9"
 
38
 
 
39
    bg[ACTIVE]        = "#bfbfbc"
 
40
    bg[INSENSITIVE]   = "#ebe8e4"
 
41
    bg[NORMAL]        = "#ebe8e4"
 
42
    bg[PRELIGHT]      = "#b0c0d0"
 
43
    bg[SELECTED]      = "#b0c0d0"
 
44
 
 
45
    fg[ACTIVE]        = "#1f1f1f"
 
46
    fg[INSENSITIVE]   = "#8e8e8a"
 
47
    fg[NORMAL]        = "#1f1f1f"
 
48
    fg[PRELIGHT]      = "#000000"
 
49
    fg[SELECTED]      = "#000000"
 
50
 
 
51
    text[ACTIVE]      = "#1f1f1f"
 
52
    text[INSENSITIVE] = "#1f1f1f"
 
53
    text[NORMAL]      = "#1f1f1f"
 
54
    text[PRELIGHT]    = "#000000"
 
55
    text[SELECTED]    = "#ffffff"
 
56
 
 
57
    engine "xfce" 
 
58
    {
 
59
        smooth_edge = true
 
60
        boxfill
 
61
        {
 
62
            fill_style = plain
 
63
        }
 
64
    }
 
65
}
 
66
widget_class "*"                   style "default"
 
67
 
 
68
style "menustyle" = "default"
 
69
{
 
70
    xthickness = 2
 
71
    ythickness = 2
 
72
}
 
73
widget_class "*BonoboDockItem"     style "menustyle"
 
74
class "*BonoboDockItem"            style "menustyle"
 
75
widget_class "*ToolBar"            style "menustyle"
 
76
class "*ToolBar"                   style "menustyle"
 
77
widget_class "*MenuBar"            style "menustyle"
 
78
class "*MenuBar"                   style "menustyle"
 
79
 
 
80
style "button" = "default"
 
81
{
 
82
    xthickness = 2
 
83
    ythickness = 2
 
84
 
 
85
    engine "xfce" 
 
86
    {
 
87
        smooth_edge = true
 
88
        grip_style = none
 
89
        boxfill
 
90
        {
 
91
            fill_style = gradient
 
92
            orientation = vertical
 
93
            shade_start = 1.10
 
94
            shade_end = 1.00
 
95
        }
 
96
    }
 
97
}
 
98
widget_class "*Button*"            style "button"
 
99
class "*Button*"                   style "button"
 
100
widget_class "*button*"            style "button"
 
101
class "*button*"                   style "button"
 
102
widget_class "*OptionMenu*"        style "button"
 
103
class "*OptionMenu*"               style "button"
 
104
# widget_class "*Tree*"            style "button"
 
105
# class "*Tree*"                   style "button"
 
106
# widget_class "*GtkScale*"        style "button"
 
107
# class "*GtkScale*"               style "button"
 
108
 
 
109
style "sbstyle" = "default"
 
110
{
 
111
    xthickness = 2
 
112
    ythickness = 2
 
113
    engine "xfce" 
 
114
    {
 
115
        smooth_edge = true
 
116
        grip_style = none
 
117
        boxfill
 
118
        {
 
119
            fill_style = gradient
 
120
            orientation = automatic
 
121
            shade_start = 1.10
 
122
            shade_end = 1.00
 
123
        }
 
124
    }
 
125
}
 
126
widget_class "*Scrollbar*"         style "sbstyle"
 
127
class "*Scrollbar*"                style "sbstyle"
 
128
widget_class "*GtkScale*"          style "sbstyle"
 
129
class "*GtkScale*"                 style "sbstyle"
 
130
widget_class "*GtkProgress*"       style "sbstyle" 
 
131
class "*GtkProgress*"              style "sbstyle" 
 
132
 
 
133
style "menuitem" = "default"
 
134
{
 
135
    xthickness = 1
 
136
    ythickness = 2
 
137
}
 
138
 
 
139
widget_class "*MenuItem*"          style "menuitem"
 
140
class "*MenuItem*"                 style "menuitem"
 
141
 
 
142
# This is for ROX-Filer
 
143
 
144
style "rox" = "default"
 
145
{
 
146
  bg[NORMAL] = "#ffffff"
 
147
  bg[ACTIVE] = "#ffffff"
 
148
}
 
149
widget_class "*Collection"        style "rox"
 
150
 
 
151
 
 
152
# This is for the window borders (xfwm4 & metacity)
 
153
 
154
style "titlebar"
 
155
{
 
156
    bg[SELECTED]      = "#699dc9"
 
157
    fg[SELECTED]      = "#ffffff"
 
158
    bg[INSENSITIVE]   = "#b0c0d0"
 
159
    fg[INSENSITIVE]   = "#000000"
 
160
}
 
161
widget "xfwm"                      style "titlebar"
 
162
class "MetaFrames"                 style "titlebar"
 
163
widget_class "MetaFrames"          style "titlebar"