~ubuntu-art-pkg/edgy-gdm-themes/ubuntu

« back to all changes in this revision

Viewing changes to Tropic/gtk-2.0/gtkrc

  • Committer: Daniel Holbach
  • Date: 2006-10-06 10:33:34 UTC
  • Revision ID: daniel.holbach@ubuntu.com-20061006103334-649c43995421a9c5
backed out Frank's changes, committed Séb's fix

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
gtk-icon-theme-name = "Human"
2
 
 
3
 
style "clearlooks-default"
4
 
{
5
 
  GtkButton      ::default_border    = { 0, 0, 0, 0 }
6
 
  GtkRange       ::trough_border     = 0
7
 
  GtkPaned       ::handle_size       = 6
8
 
  GtkRange       ::slider_width      = 15
9
 
  GtkRange       ::stepper_size      = 15
10
 
  
11
 
  GtkScrollbar   ::min_slider_length = 35
12
 
  GtkCheckButton ::indicator_size    = 14
13
 
  GtkMenuBar     ::internal-padding  = 0
14
 
  GtkTreeView    ::expander_size     = 14
15
 
  GtkExpander    ::expander_size     = 16
16
 
  GtkScale       ::slider-length     = 31
17
 
#  GtkToolbar     ::button-relief     = GTK_RELIEF_NORMAL
18
 
#  GtkMenuBar     ::shadow-type       = GTK_SHADOW_OUT
19
 
#  GtkScrollbar   ::has-secondary-forward-stepper = 1
20
 
#  GtkScrollbar   ::has-secondary-backward-stepper = 1
21
 
 
22
 
  GtkButton      ::child-displacement-x = 0
23
 
  GtkButton      ::child-displacement-y = 0
24
 
 
25
 
  xthickness = 1
26
 
  ythickness = 1
27
 
 
28
 
        fg[NORMAL]        = "#101010"
29
 
        fg[PRELIGHT]      = "#101010"
30
 
        fg[ACTIVE]        = "#000000"
31
 
        fg[SELECTED]      = "#ffffff"
32
 
        fg[INSENSITIVE]   = "#b5b3ac"
33
 
 
34
 
        bg[NORMAL]        = "#F7F4E8" # was #efebe7
35
 
        bg[PRELIGHT]      = "#f5f3f0"
36
 
        bg[ACTIVE]        = "#d0c8c1"
37
 
        #bg[SELECTED]      = "#ff6600" # Human c8ad8c
38
 
        bg[SELECTED]      = "#A68D59"
39
 
        bg[INSENSITIVE]   = "#efebe7"
40
 
 
41
 
        base[NORMAL]      = "#ffffff"
42
 
        base[PRELIGHT]    = "#ffffff" # Human b39169
43
 
        base[ACTIVE]      = "#DBC19A" # "#70442b" # Human c8ad8c
44
 
        base[SELECTED]    = "#FFD799" # Human b39169
45
 
        base[INSENSITIVE] = "#efebe7"
46
 
 
47
 
        text[NORMAL]      = "#000000"
48
 
        text[PRELIGHT]    = "#000000"
49
 
        text[ACTIVE]      = "#000000"
50
 
        text[SELECTED]    = "#000000"
51
 
        text[INSENSITIVE] = "#b5b3ac"
52
 
 
53
 
  font_name = "Sans 11"
54
 
 
55
 
  engine "ubuntulooks" 
56
 
  {
57
 
    menubarstyle      = 2       # 0 = flat, 1 = sunken, 2 = flat gradient
58
 
    menuitemstyle     = 1       # 0 = flat, 1 = 3d-ish (gradient), 2 = 3d-ish (button)
59
 
    listviewitemstyle = 1       # 0 = flat, 1 = 3d-ish (gradient)
60
 
    progressbarstyle  = 1       # 0 = candy bar, 1 = fancy candy bar, 2 = flat
61
 
    animation         = FALSE
62
 
    gdm               = TRUE
63
 
  }
64
 
}
65
 
 
66
 
 
67
 
style "clearlooks-wide" = "clearlooks-default"
68
 
{
69
 
  xthickness = 2
70
 
  ythickness = 2
71
 
}
72
 
 
73
 
style "clearlooks-wider" = "clearlooks-default"
74
 
{
75
 
  xthickness = 3
76
 
  ythickness = 3
77
 
}
78
 
 
79
 
style "clearlooks-button" = "clearlooks-wider"
80
 
{
81
 
  #bg[NORMAL] = "#f8f5f2" # was #eae4df
82
 
#  bg[NORMAL] = "#CCC9C5"
83
 
  bg[ACTIVE] = "#efebe7"
84
 
  #bg[PRELIGHT] = "#fcfaf7"
85
 
  bg[PRELIGHT] = "#eae4df"
86
 
}
87
 
 
88
 
style "clearlooks-notebook" = "clearlooks-wide"
89
 
{
90
 
  bg[NORMAL]      = "#efebe5"
91
 
  bg[INSENSITIVE] = "#efebe5"
92
 
}
93
 
 
94
 
style "clearlooks-tasklist" = "clearlooks-default"
95
 
{
96
 
  xthickness = 5
97
 
  ythickness = 3
98
 
}
99
 
 
100
 
style "clearlooks-menu" = "clearlooks-default"
101
 
{
102
 
  xthickness = 2
103
 
  ythickness = 1
104
 
  bg[NORMAL] = "#E5D6B7"
105
 
}
106
 
 
107
 
style "clearlooks-menubar-item" = "clearlooks-button"
108
 
{
109
 
    fg[PRELIGHT] = "#000000"
110
 
}
111
 
 
112
 
style "clearlooks-menu-item" = "clearlooks-default"
113
 
{
114
 
  xthickness = 2
115
 
  ythickness = 3
116
 
  bg[SELECTED] = "#FFD799"
117
 
  fg[PRELIGHT] = "#000000"
118
 
  text[PRELIGHT] = "#000000"
119
 
}
120
 
 
121
 
style "clearlooks-tree" = "clearlooks-default"
122
 
{
123
 
  xthickness = 2
124
 
  ythickness = 2
125
 
}
126
 
 
127
 
style "clearlooks-frame-title" = "clearlooks-default"
128
 
{
129
 
  fg[NORMAL] = "#404040"
130
 
}
131
 
 
132
 
style "clearlooks-tooltips" = "clearlooks-default"
133
 
{
134
 
  xthickness = 4
135
 
  ythickness = 4
136
 
  bg[NORMAL] = { 1.0,1.0,0.75 }
137
 
}
138
 
 
139
 
style "clearlooks-progressbar" = "clearlooks-wide"
140
 
{
141
 
  xthickness = 2
142
 
  ythickness = 2
143
 
  fg[PRELIGHT]  = "#ffffff"
144
 
}
145
 
 
146
 
style "clearlooks-combo" = "clearlooks-button"
147
 
{
148
 
}
149
 
 
150
 
style "metacity-frame" = "clearlooks-default"
151
 
{
152
 
  bg[SELECTED] = "#fb8b00" #yellowish
153
 
  bg[SELECTED] = "#888888" #gray
154
 
  #bg[SELECTED] = "#ae7249" #old human
155
 
  bg[SELECTED] = "#BA5A30" #modified old human
156
 
}
157
 
        
158
 
 
159
 
# widget styles
160
 
class "GtkWidget" style "clearlooks-default"
161
 
class "GtkButton" style "clearlooks-button"
162
 
#class "GtkScale"  style "clearlooks-button"
163
 
class "GtkCombo"  style "clearlooks-button"
164
 
class "GtkRange"  style "clearlooks-wide"
165
 
class "GtkFrame"  style "clearlooks-wide"
166
 
class "GtkMenu"   style "clearlooks-menu"
167
 
class "GtkEntry"  style "clearlooks-wider"
168
 
class "GtkMenuItem"    style "clearlooks-menu-item"
169
 
class "GtkNotebook"    style "clearlooks-notebook"
170
 
class "GtkProgressBar" style "clearlooks-progressbar"
171
 
class "MetaFrames" style "metacity-frame"
172
 
 
173
 
#class "GtkMenuBar" style "clearlooks-menubar"
174
 
 
175
 
widget_class "*MenuItem.*" style "clearlooks-menu-item"
176
 
#widget_class "*.GtkMenuBar.*MenuItem.*" style "clearlooks-menubar-item"
177
 
 
178
 
# combobox stuff
179
 
widget_class "*.GtkComboBox.GtkButton" style "clearlooks-combo"
180
 
widget_class "*.GtkCombo.GtkButton"    style "clearlooks-combo"
181
 
# tooltips stuff
182
 
widget_class "*.tooltips.*.GtkToggleButton" style "clearlooks-tasklist"
183
 
widget "gtk-tooltips" style "clearlooks-tooltips"
184
 
 
185
 
# treeview stuff
186
 
widget_class "*.GtkTreeView.GtkButton" style "clearlooks-tree"
187
 
widget_class "*.GtkCTree.GtkButton" style "clearlooks-tree"
188
 
widget_class "*.GtkList.GtkButton" style "clearlooks-tree"
189
 
widget_class "*.GtkCList.GtkButton" style "clearlooks-tree"
190
 
widget_class "*.GtkFrame.GtkLabel" style "clearlooks-frame-title"
191
 
 
192
 
# notebook stuff
193
 
widget_class "*.GtkNotebook.*.GtkEventBox" style "clearlooks-notebook"
194
 
widget_class "*.GtkNotebook.*.GtkViewport" style "clearlooks-notebook"