Merge lp://staging/~psyke83/human-theme/visual-refresh-lucid into lp://staging/human-theme
- visual-refresh-lucid
- Merge into ubuntu
Proposed by
Conn O Griofa
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~psyke83/human-theme/visual-refresh-lucid |
Merge into: | lp://staging/human-theme |
Diff against target: |
1321 lines (+580/-412) 5 files modified
AUTHORS (+3/-0) DarkRoom/gtk-2.0/gtkrc (+94/-125) Human/gtk-2.0/gtkrc (+22/-33) HumanLogin/gtk-2.0/gtkrc (+446/-254) debian/changelog (+15/-0) |
To merge this branch: | bzr merge lp://staging/~psyke83/human-theme/visual-refresh-lucid |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Artwork Packagers | Pending | ||
Review via email: mp+19787@code.staging.launchpad.net |
Commit message
Description of the change
To post a comment you must log in.
Unmerged revisions
- 96. By Conn O Griofa
-
Merge HumanLogin changes from dashua's humanlogin-
visualrefresh- lucid branch; updated AUTHORS, debian/changelog - 95. By Conn O Griofa
-
Visual refresh of Human and Darkroom themes; added name to AUTHORS file
Preview Diff
[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1 | === modified file 'AUTHORS' | |||
2 | --- AUTHORS 2009-09-29 13:40:25 +0000 | |||
3 | +++ AUTHORS 2010-02-20 21:35:23 +0000 | |||
4 | @@ -1,3 +1,6 @@ | |||
5 | 1 | Kenneth Wimer <kwwii@ubuntu.com> | 1 | Kenneth Wimer <kwwii@ubuntu.com> |
6 | 2 | Daniel Holbach <daniel.holbach@ubuntu.com> | 2 | Daniel Holbach <daniel.holbach@ubuntu.com> |
7 | 3 | Zniavre <zniavre@gmail.com> | 3 | Zniavre <zniavre@gmail.com> |
8 | 4 | Conn O Griofa <connogriofa@gmail.com> | ||
9 | 5 | James Schriver <jws141@gmail.com> | ||
10 | 6 | |||
11 | 4 | 7 | ||
12 | === modified file 'DarkRoom/gtk-2.0/gtkrc' | |||
13 | --- DarkRoom/gtk-2.0/gtkrc 2010-02-08 09:56:27 +0000 | |||
14 | +++ DarkRoom/gtk-2.0/gtkrc 2010-02-20 21:35:23 +0000 | |||
15 | @@ -6,7 +6,9 @@ | |||
16 | 6 | # | 6 | # |
17 | 7 | # Feel free to modify and share! | 7 | # Feel free to modify and share! |
18 | 8 | 8 | ||
20 | 9 | gtk_color_scheme = "fg_color:#EBE0CE\nbg_color:#4C4039\nbase_color:#FFF\ntext_color:#140D0A\nselected_bg_color:#D78E49\nselected_fg_color:#FFF\ntooltip_bg_color:#473D37\ntooltip_fg_color:#FFF" | 9 | gtk_color_scheme = "fg_color:#EBE0CE\nbg_color:#4C4039\nbase_color:#FFF\ntext_color:#140D0A\nselected_bg_color:#8F5F4A\nselected_fg_color:#FFF\ntooltip_bg_color:#473D37\ntooltip_fg_color:#FFF" |
21 | 10 | |||
22 | 11 | gtk-icon-sizes = "panel-menu=24,24:gtk-button=16,16" | ||
23 | 10 | 12 | ||
24 | 11 | style "murrine-default" | 13 | style "murrine-default" |
25 | 12 | { | 14 | { |
26 | @@ -20,12 +22,12 @@ | |||
27 | 20 | 22 | ||
28 | 21 | GtkPaned ::handle-size = 6 | 23 | GtkPaned ::handle-size = 6 |
29 | 22 | 24 | ||
33 | 23 | GtkRange ::trough-border = 0 | 25 | GtkRange ::trough-border = 2 |
34 | 24 | GtkRange ::slider-width = 15 | 26 | GtkRange ::slider-width = 14 |
35 | 25 | GtkRange ::stepper-size = 15 | 27 | GtkRange ::stepper-size = 14 |
36 | 26 | 28 | ||
37 | 27 | GtkScale ::slider-length = 20 | 29 | GtkScale ::slider-length = 20 |
39 | 28 | GtkScale ::trough-side-details = 0 # 0 = thin slider, >0 = thick slider | 30 | GtkScale ::trough-side-details = 1 |
40 | 29 | GtkScrollbar ::min-slider-length = 30 | 31 | GtkScrollbar ::min-slider-length = 30 |
41 | 30 | 32 | ||
42 | 31 | GtkMenuBar ::internal-padding = 0 | 33 | GtkMenuBar ::internal-padding = 0 |
43 | @@ -40,48 +42,58 @@ | |||
44 | 40 | # Glow the tasklist by changing the color, instead of overlaying it with a rectangle | 42 | # Glow the tasklist by changing the color, instead of overlaying it with a rectangle |
45 | 41 | #WnckTasklist ::fade-overlay-rect = 0 | 43 | #WnckTasklist ::fade-overlay-rect = 0 |
46 | 42 | 44 | ||
49 | 43 | GtkToolbar :: shadow-type = GTK_SHADOW_NONE | 45 | # The following line hints to gecko (and possibly other appliations) |
50 | 44 | GtkMenuBar :: shadow-type = GTK_SHADOW_NONE | 46 | # that the entry should be drawn transparently on the canvas. |
51 | 47 | # Without this, gecko will fill in the background of the entry. | ||
52 | 48 | GtkEntry::honors-transparent-bg-hint = 1 | ||
53 | 45 | 49 | ||
56 | 46 | GtkWidget :: link-color ="#5E6FFF" | 50 | GtkWidget::link-color = "#5E6FFF" |
57 | 47 | GtkWidget :: visited-link-color = shade (0.2, @fg_color) | 51 | GtkWidget::visited-link-color = shade (0.2, @fg_color) |
58 | 48 | 52 | ||
59 | 49 | xthickness = 1 | 53 | xthickness = 1 |
60 | 50 | ythickness = 1 | 54 | ythickness = 1 |
61 | 51 | 55 | ||
85 | 52 | fg[NORMAL] = @fg_color # Metacity and mouseover, Most text | 56 | fg[NORMAL] = @fg_color |
86 | 53 | fg[PRELIGHT] = @fg_color # Text when mouseover | 57 | fg[PRELIGHT] = @fg_color |
87 | 54 | fg[ACTIVE] = @fg_color # Text when mouseclicking button, Tabs, Active window list | 58 | fg[ACTIVE] = @fg_color |
88 | 55 | fg[SELECTED] = @selected_fg_color # Metacity X when window selected | 59 | fg[SELECTED] = @selected_fg_color |
89 | 56 | fg[INSENSITIVE] = shade (0.17, @fg_color) # Insensitive Text | 60 | fg[INSENSITIVE] = shade (0.15, @fg_color) |
90 | 57 | 61 | ||
91 | 58 | bg[NORMAL] = @bg_color # Normal Background, inactive Metacity bar, buttons | 62 | bg[NORMAL] = @bg_color |
92 | 59 | bg[PRELIGHT] = shade (1.15, @bg_color) # Mouseover buttons | 63 | bg[PRELIGHT] = shade (1.2, @bg_color) |
93 | 60 | bg[ACTIVE] = shade (0.77, @bg_color) # Mouseclicking, Tabs, active window list | 64 | bg[ACTIVE] = shade (0.78, @bg_color) |
94 | 61 | bg[SELECTED] = @selected_bg_color # Metacity Bar | 65 | bg[SELECTED] = @selected_bg_color |
95 | 62 | bg[INSENSITIVE] = @bg_color # Insensitive buttons | 66 | bg[INSENSITIVE] = @bg_color |
96 | 63 | 67 | ||
97 | 64 | base[NORMAL] = @base_color # Background, most | 68 | base[NORMAL] = @base_color |
98 | 65 | base[PRELIGHT] = shade (0.95, @bg_color) # Mouseover menu | 69 | base[PRELIGHT] = shade (0.95, @bg_color) |
99 | 66 | base[ACTIVE] = @selected_bg_color # Menu active item in inactive window | 70 | base[ACTIVE] = shade (0.9, @selected_bg_color) |
100 | 67 | base[SELECTED] = @selected_bg_color # Menu active item in active window | 71 | base[SELECTED] = shade (1.05, @selected_bg_color) |
101 | 68 | base[INSENSITIVE] = @bg_color # Background, insensitive | 72 | base[INSENSITIVE] = @bg_color |
102 | 69 | 73 | ||
103 | 70 | text[NORMAL] = @text_color # Text in window | 74 | text[NORMAL] = @text_color |
104 | 71 | text[PRELIGHT] = @text_color # Text on Mouseover | 75 | text[PRELIGHT] = @text_color |
105 | 72 | text[ACTIVE] = @selected_fg_color # Active text in inactive window | 76 | text[ACTIVE] = @selected_fg_color |
106 | 73 | text[SELECTED] = @selected_fg_color # Active text in active window | 77 | text[SELECTED] = @selected_fg_color |
107 | 74 | text[INSENSITIVE] = shade (0.17, @fg_color) # Insensitive text | 78 | text[INSENSITIVE] = shade (0.15, @fg_color) |
108 | 75 | 79 | ||
109 | 76 | engine "murrine" | 80 | engine "murrine" |
110 | 77 | { | 81 | { |
118 | 78 | animation = FALSE # FALSE = disabled, TRUE = enabled | 82 | animation = TRUE # FALSE = disabled, TRUE = enabled |
119 | 79 | colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled | 83 | arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows |
120 | 80 | contrast = 1.07 # 0.8 for less contrast, more than 1.0 for more contrast on borders | 84 | #border_colors = { "#ffffff", "#ffffff" } # colors used on borders of many widgets |
121 | 81 | glazestyle = 3 # 0 = flat highlight, 1 = curved highlight, 2 = concave style, 3 = top curved highlight, 4 = beryl highlight | 85 | border_shades = { 1.2, 1.0 } # gradient to draw on border |
122 | 82 | gradient_shades = {1.20,1.05,1.20,1.02} # default: {1.1,1.0,1.0,1.1} | 86 | #gradient_colors = { "#ffffff", "#ffffff", "#ffffff", "#ffffff" } # colors used on gradient of many widgets |
123 | 83 | highlight_shade = 1.06 # set highlight amount for buttons or widgets | 87 | comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow |
124 | 84 | lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets | 88 | colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled |
125 | 89 | contrast = 1.0 # 0.8 for less contrast, more than 1.0 for more contrast on borders | ||
126 | 90 | focus_color = shade (1.0, @selected_bg_color) | ||
127 | 91 | glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl | ||
128 | 92 | glow_shade = 1.2 # sets glow amount for buttons or widgets | ||
129 | 93 | glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) | ||
130 | 94 | gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1} | ||
131 | 95 | highlight_shade = 1.05 # set highlight amount for buttons or widgets | ||
132 | 96 | lightborder_shade = 1.4 # sets lightborder amount for buttons or widgets | ||
133 | 85 | lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides | 97 | lightborderstyle = 0 # 0 = lightborder on top side, 1 = lightborder on all sides |
134 | 86 | listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised | 98 | listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised |
135 | 87 | listviewstyle = 1 # 0 = nothing, 1 = dotted | 99 | listviewstyle = 1 # 0 = nothing, 1 = dotted |
136 | @@ -89,13 +101,19 @@ | |||
137 | 89 | menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped | 101 | menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped |
138 | 90 | menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped | 102 | menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped |
139 | 91 | menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe | 103 | menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe |
142 | 92 | reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow | 104 | prelight_shade = 1.2 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors |
143 | 93 | rgba = TRUE # FALSE = disabled, TRUE = enabled | 105 | progressbarstyle = 1 # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes |
144 | 106 | reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient | ||
145 | 107 | rgba = FALSE # FALSE = disabled, TRUE = enabled | ||
146 | 94 | roundness = 2 # 0 = squared, 1 = old default, more will increase roundness | 108 | roundness = 2 # 0 = squared, 1 = old default, more will increase roundness |
150 | 95 | scrollbarstyle = 2 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles | 109 | scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles |
151 | 96 | sliderstyle = 1 # 0 = nothing added, 1 = handles | 110 | shadow_shades = { 1.2, 0.8 } # draw gradient on shadow of some widgets |
152 | 97 | stepperstyle = 0 # 0 = standard, 1 = integrated stepper handles, 2 = unknown | 111 | sliderstyle = 0 # 0 = nothing added, 1 = handles |
153 | 112 | spinbuttonstyle = 0 # 0 = no seperator, 1 = with separator | ||
154 | 113 | stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with round slider | ||
155 | 114 | textstyle = 0 # 0 = normal text, 1 = inset | ||
156 | 98 | toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient | 115 | toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient |
157 | 116 | trough_shades = { 1.05, 1.25 } # draw gradient on trough of GtkScrollbar and GtkProgressbar | ||
158 | 99 | } | 117 | } |
159 | 100 | } | 118 | } |
160 | 101 | 119 | ||
161 | @@ -113,15 +131,14 @@ | |||
162 | 113 | 131 | ||
163 | 114 | style "murrine-button" = "murrine-wider" | 132 | style "murrine-button" = "murrine-wider" |
164 | 115 | { | 133 | { |
168 | 116 | bg[NORMAL] = shade (0.95, @bg_color) | 134 | bg[NORMAL] = shade (1.05, @bg_color) # pre-selected buttons, keep same as focus colour |
169 | 117 | bg[INSENSITIVE] = shade (0.97, @bg_color) | 135 | bg[SELECTED] = shade (1.0, @selected_bg_color) # pre-selected buttons, keep same as focus colour |
167 | 118 | |||
170 | 119 | } | 136 | } |
171 | 120 | 137 | ||
172 | 121 | style "murrine-notebook" | 138 | style "murrine-notebook" |
173 | 122 | { | 139 | { |
176 | 123 | bg[NORMAL] = shade (1.08, @bg_color) | 140 | bg[NORMAL] = shade (1.18, @bg_color) |
177 | 124 | bg[ACTIVE] = shade (0.75, @bg_color) | 141 | bg[ACTIVE] = shade (1.08, @bg_color) |
178 | 125 | } | 142 | } |
179 | 126 | 143 | ||
180 | 127 | style "murrine-tasklist" = "murrine-wide" | 144 | style "murrine-tasklist" = "murrine-wide" |
181 | @@ -130,25 +147,19 @@ | |||
182 | 130 | 147 | ||
183 | 131 | style "murrine-menu" = "murrine-wider" | 148 | style "murrine-menu" = "murrine-wider" |
184 | 132 | { | 149 | { |
186 | 133 | bg[NORMAL] = shade (1.15, @bg_color) | 150 | bg[NORMAL] = shade (1.15, @bg_color) |
187 | 151 | fg[PRELIGHT] = @selected_fg_color | ||
188 | 134 | } | 152 | } |
189 | 135 | 153 | ||
190 | 136 | style "murrine-menubar" | 154 | style "murrine-menubar" |
191 | 137 | { | 155 | { |
193 | 138 | #bg[NORMAL]= shade (0.85, @bg_color) # dark menu bg | 156 | fg[PRELIGHT] = @selected_fg_color |
194 | 139 | } | 157 | } |
195 | 140 | 158 | ||
196 | 141 | style "murrine-menu-item" = "murrine-wider" | 159 | style "murrine-menu-item" = "murrine-wider" |
197 | 142 | { | 160 | { |
207 | 143 | bg[PRELIGHT] = shade (1.15, @bg_color) #should match bg[NORMAL] of "murrine-menu" | 161 | bg[PRELIGHT] = shade (1.02, @selected_bg_color) |
208 | 144 | #bg[SELECTED] = shade (1.15, @bg_color) | 162 | bg[SELECTED] = shade (1.02, @selected_bg_color) |
200 | 145 | fg[PRELIGHT] = @selected_fg_color | ||
201 | 146 | |||
202 | 147 | engine "murrine" | ||
203 | 148 | { | ||
204 | 149 | highlight_shade = 1.03 | ||
205 | 150 | roundness = 3 | ||
206 | 151 | } | ||
209 | 152 | } | 163 | } |
210 | 153 | 164 | ||
211 | 154 | style "murrine-separator-menu-item" | 165 | style "murrine-separator-menu-item" |
212 | @@ -157,20 +168,14 @@ | |||
213 | 157 | 168 | ||
214 | 158 | style "murrine-treeview" | 169 | style "murrine-treeview" |
215 | 159 | { | 170 | { |
216 | 160 | bg[NORMAL] = shade (1.5, @bg_color) | ||
217 | 161 | fg[NORMAL] = shade (0.5, @bg_color) | ||
218 | 162 | fg[PRELIGHT] = shade (0.5, @bg_color) | ||
219 | 163 | } | 171 | } |
220 | 164 | 172 | ||
221 | 165 | style "murrine-treeview-header" = "murrine-default" | 173 | style "murrine-treeview-header" = "murrine-default" |
222 | 166 | { | 174 | { |
223 | 167 | bg[NORMAL] = shade (0.95, @bg_color) | ||
224 | 168 | bg[INSENSITIVE] = shade (0.93, @bg_color) | ||
225 | 169 | } | 175 | } |
226 | 170 | 176 | ||
227 | 171 | style "murrine-frame-title" | 177 | style "murrine-frame-title" |
228 | 172 | { | 178 | { |
229 | 173 | fg[NORMAL] = lighter (@fg_color) | ||
230 | 174 | } | 179 | } |
231 | 175 | 180 | ||
232 | 176 | style "murrine-tooltips" = "murrine-wider" | 181 | style "murrine-tooltips" = "murrine-wider" |
233 | @@ -181,15 +186,7 @@ | |||
234 | 181 | 186 | ||
235 | 182 | style "murrine-progressbar" | 187 | style "murrine-progressbar" |
236 | 183 | { | 188 | { |
237 | 184 | #xthickness = 0 | ||
238 | 185 | #ythickness = 0 | ||
239 | 186 | |||
240 | 187 | fg[PRELIGHT] = @selected_fg_color | 189 | fg[PRELIGHT] = @selected_fg_color |
241 | 188 | |||
242 | 189 | engine "murrine" | ||
243 | 190 | { | ||
244 | 191 | contrast = 1.3 # Darken unfilled progressbar background | ||
245 | 192 | } | ||
246 | 193 | } | 190 | } |
247 | 194 | 191 | ||
248 | 195 | style "murrine-statusbar" | 192 | style "murrine-statusbar" |
249 | @@ -202,21 +199,11 @@ | |||
250 | 202 | 199 | ||
251 | 203 | style "murrine-spinbutton" | 200 | style "murrine-spinbutton" |
252 | 204 | { | 201 | { |
253 | 205 | bg[NORMAL] = shade (0.95, @bg_color) # need to fix rectangular border bug on spinbutton | ||
254 | 206 | bg[INSENSITIVE] = shade (0.99, @bg_color) | ||
255 | 207 | } | 202 | } |
256 | 208 | 203 | ||
257 | 209 | style "murrine-scale" | 204 | style "murrine-scale" |
258 | 210 | { | 205 | { |
268 | 211 | GtkRange ::slider-width = 13 | 206 | GtkRange::slider-width = 13 |
260 | 212 | |||
261 | 213 | bg[NORMAL] = shade (0.95, @bg_color) | ||
262 | 214 | bg[INSENSITIVE] = shade (0.99, @bg_color) | ||
263 | 215 | |||
264 | 216 | engine "murrine" | ||
265 | 217 | { | ||
266 | 218 | contrast = 1.4 | ||
267 | 219 | } | ||
269 | 220 | } | 207 | } |
270 | 221 | 208 | ||
271 | 222 | style "murrine-hscale" | 209 | style "murrine-hscale" |
272 | @@ -229,13 +216,7 @@ | |||
273 | 229 | 216 | ||
274 | 230 | style "murrine-scrollbar" | 217 | style "murrine-scrollbar" |
275 | 231 | { | 218 | { |
283 | 232 | bg[NORMAL] = shade (0.95, @bg_color) | 219 | bg[SELECTED] = mix (0.9, @selected_bg_color, @bg_color) |
277 | 233 | bg[INSENSITIVE] = shade (0.99, @bg_color) | ||
278 | 234 | |||
279 | 235 | engine "murrine" | ||
280 | 236 | { | ||
281 | 237 | contrast = 1.8 | ||
282 | 238 | } | ||
284 | 239 | } | 220 | } |
285 | 240 | 221 | ||
286 | 241 | style "murrine-hscrollbar" | 222 | style "murrine-hscrollbar" |
287 | @@ -253,38 +234,24 @@ | |||
288 | 253 | 234 | ||
289 | 254 | style "metacity-frame" | 235 | style "metacity-frame" |
290 | 255 | { | 236 | { |
291 | 256 | bg[NORMAL] = @bg_color | ||
292 | 257 | } | 237 | } |
293 | 258 | 238 | ||
295 | 259 | style "murrine-radiocheck" = "murrine-default" | 239 | style "murrine-radiocheck" |
296 | 260 | { | 240 | { |
305 | 261 | base[NORMAL] = @bg_color | 241 | text[NORMAL] = @selected_fg_color |
306 | 262 | text[NORMAL] = @fg_color # Text in window | 242 | text[PRELIGHT] = @selected_fg_color |
307 | 263 | text[PRELIGHT] = @fg_color # Text on Mouseover | 243 | bg[SELECTED] = @selected_bg_color # HACK: override button selection colour |
300 | 264 | |||
301 | 265 | engine "murrine" | ||
302 | 266 | { | ||
303 | 267 | highlight_shade = 1.0 | ||
304 | 268 | } | ||
308 | 269 | } | 244 | } |
309 | 270 | 245 | ||
310 | 271 | style "murrine-panel" | 246 | style "murrine-panel" |
311 | 272 | { | 247 | { |
313 | 273 | bg[NORMAL]= shade (0.85, @bg_color) # should match bg[NORMAL] of "murrine-menubar" | 248 | bg[NORMAL] = shade (0.85, @bg_color) # should match bg[NORMAL] of "murrine-menubar" |
314 | 274 | } | 249 | } |
315 | 275 | 250 | ||
316 | 276 | ######################################### | 251 | ######################################### |
317 | 277 | # Matches | 252 | # Matches |
318 | 278 | ######################################### | 253 | ######################################### |
319 | 279 | 254 | ||
320 | 280 | # Theme radio buttons and checkmarks | ||
321 | 281 | class "GtkRadio*" style "murrine-radiocheck" | ||
322 | 282 | class "GtkCheck*" style "murrine-radiocheck" | ||
323 | 283 | |||
324 | 284 | # Keep proper colour for Metacity | ||
325 | 285 | class "MetaFrames" style "metacity-frame" | ||
326 | 286 | #class "GtkWindow" style "metacity-frame" | ||
327 | 287 | |||
328 | 288 | # Theme default style is applied to every widget | 255 | # Theme default style is applied to every widget |
329 | 289 | class "GtkWidget" style "murrine-default" | 256 | class "GtkWidget" style "murrine-default" |
330 | 290 | 257 | ||
331 | @@ -303,6 +270,14 @@ | |||
332 | 303 | class "GtkVScrollbar" style "murrine-vscrollbar" | 270 | class "GtkVScrollbar" style "murrine-vscrollbar" |
333 | 304 | class "GtkHScrollbar" style "murrine-hscrollbar" | 271 | class "GtkHScrollbar" style "murrine-hscrollbar" |
334 | 305 | 272 | ||
335 | 273 | class "GtkRadio*" style:highest "murrine-radiocheck" # HACK: override button selection colour | ||
336 | 274 | class "GtkCheck*" style:highest "murrine-radiocheck" # HACK: override button selection colour | ||
337 | 275 | |||
338 | 276 | # Use this to customize Metacity colours (causes issues with KDE/gtk-window-decorator) | ||
339 | 277 | class "MetaFrames" style "metacity-frame" | ||
340 | 278 | #class "GtkWindow" style "metacity-frame" | ||
341 | 279 | |||
342 | 280 | |||
343 | 306 | # General matching following, the order is choosen so that the right styles override each other | 281 | # General matching following, the order is choosen so that the right styles override each other |
344 | 307 | # eg. progressbar needs to be more important then the menu match. | 282 | # eg. progressbar needs to be more important then the menu match. |
345 | 308 | 283 | ||
346 | @@ -312,6 +287,8 @@ | |||
347 | 312 | widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook" | 287 | widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook" |
348 | 313 | widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook" | 288 | widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook" |
349 | 314 | widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook" | 289 | widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook" |
350 | 290 | widget_class "*<GtkNotebook>*<GtkViewport>" style "murrine-notebook" | ||
351 | 291 | widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "murrine-notebook" | ||
352 | 315 | 292 | ||
353 | 316 | widget_class "*<GtkButton>" style "murrine-button" | 293 | widget_class "*<GtkButton>" style "murrine-button" |
354 | 317 | widget_class "*<GtkNotebook>" style "murrine-notebook" | 294 | widget_class "*<GtkNotebook>" style "murrine-notebook" |
355 | @@ -328,6 +305,7 @@ | |||
356 | 328 | widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title" | 305 | widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title" |
357 | 329 | widget_class "*.<GtkTreeView>*" style "murrine-treeview" | 306 | widget_class "*.<GtkTreeView>*" style "murrine-treeview" |
358 | 330 | 307 | ||
359 | 308 | widget_class "*<GtkProgress>" style "murrine-progressbar" | ||
360 | 331 | widget_class "*<GtkProgressBar>" style "murrine-progressbar" | 309 | widget_class "*<GtkProgressBar>" style "murrine-progressbar" |
361 | 332 | 310 | ||
362 | 333 | # Treeview header | 311 | # Treeview header |
363 | @@ -335,8 +313,6 @@ | |||
364 | 335 | widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header" | 313 | widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header" |
365 | 336 | widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header" | 314 | widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header" |
366 | 337 | widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header" | 315 | widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header" |
367 | 338 | widget_class "*.<GtkTreeView>*<GtkLabel>*" style "murrine-treeview-header" # DARK: ensure GtkTreeView header text is light | ||
368 | 339 | widget_class "*.<GtkTreeView>*<GtkArrow>*" style:highest "murrine-treeview-header" # DARK: ensure GtkArrows are light | ||
369 | 340 | 316 | ||
370 | 341 | # Workarounds for Evolution | 317 | # Workarounds for Evolution |
371 | 342 | widget_class "*.ETable.ECanvas" style "murrine-treeview-header" | 318 | widget_class "*.ETable.ECanvas" style "murrine-treeview-header" |
372 | @@ -370,9 +346,9 @@ | |||
373 | 370 | { | 346 | { |
374 | 371 | text[NORMAL] = @fg_color | 347 | text[NORMAL] = @fg_color |
375 | 372 | text[PRELIGHT] = @fg_color | 348 | text[PRELIGHT] = @fg_color |
376 | 373 | text[SELECTED] = @selected_fg_color | ||
377 | 374 | text[ACTIVE] = @fg_color | 349 | text[ACTIVE] = @fg_color |
379 | 375 | text[INSENSITIVE] = shade (0.17, @fg_color) | 350 | text[SELECTED] = @selected_fg_color |
380 | 351 | text[INSENSITIVE] = shade (0.15, @fg_color) | ||
381 | 376 | } | 352 | } |
382 | 377 | widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-combobox-text-color-workaround" | 353 | widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-combobox-text-color-workaround" |
383 | 378 | 354 | ||
384 | @@ -380,9 +356,9 @@ | |||
385 | 380 | { | 356 | { |
386 | 381 | text[NORMAL] = @fg_color | 357 | text[NORMAL] = @fg_color |
387 | 382 | text[PRELIGHT] = @selected_fg_color | 358 | text[PRELIGHT] = @selected_fg_color |
388 | 359 | text[ACTIVE] = @fg_color | ||
389 | 383 | text[SELECTED] = @selected_fg_color | 360 | text[SELECTED] = @selected_fg_color |
392 | 384 | text[ACTIVE] = @fg_color | 361 | text[INSENSITIVE] = shade (0.15, @fg_color) |
391 | 385 | text[INSENSITIVE] = shade (0.17, @fg_color) | ||
393 | 386 | } | 362 | } |
394 | 387 | 363 | ||
395 | 388 | widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" | 364 | widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" |
396 | @@ -396,7 +372,7 @@ | |||
397 | 396 | fg[PRELIGHT] = @text_color | 372 | fg[PRELIGHT] = @text_color |
398 | 397 | fg[ACTIVE] = @selected_fg_color | 373 | fg[ACTIVE] = @selected_fg_color |
399 | 398 | fg[SELECTED] = @selected_fg_color | 374 | fg[SELECTED] = @selected_fg_color |
401 | 399 | fg[INSENSITIVE] = shade (0.17, @fg_color) | 375 | fg[INSENSITIVE] = shade (0.15, @fg_color) |
402 | 400 | } | 376 | } |
403 | 401 | 377 | ||
404 | 402 | widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround" | 378 | widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround" |
405 | @@ -416,13 +392,6 @@ | |||
406 | 416 | 392 | ||
407 | 417 | widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" | 393 | widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" |
408 | 418 | 394 | ||
409 | 419 | style "murrine-darker" | ||
410 | 420 | { | ||
411 | 421 | fg[NORMAL] = shade (0.1, @fg_color) | ||
412 | 422 | fg[ACTIVE] = shade (0.1, @fg_color) | ||
413 | 423 | } | ||
414 | 424 | widget "*auti*IconView*" style : highest "murrine-darker" | ||
415 | 425 | |||
416 | 426 | # Theme panel elements | 395 | # Theme panel elements |
417 | 427 | widget "*PanelWidget*" style "murrine-panel" | 396 | widget "*PanelWidget*" style "murrine-panel" |
418 | 428 | widget "*PanelApplet*" style "murrine-panel" | 397 | widget "*PanelApplet*" style "murrine-panel" |
419 | 429 | 398 | ||
420 | === modified file 'Human/gtk-2.0/gtkrc' | |||
421 | --- Human/gtk-2.0/gtkrc 2010-02-08 09:56:27 +0000 | |||
422 | +++ Human/gtk-2.0/gtkrc 2010-02-20 21:35:23 +0000 | |||
423 | @@ -42,6 +42,11 @@ | |||
424 | 42 | # Glow the tasklist by changing the color, instead of overlaying it with a rectangle | 42 | # Glow the tasklist by changing the color, instead of overlaying it with a rectangle |
425 | 43 | #WnckTasklist ::fade-overlay-rect = 0 | 43 | #WnckTasklist ::fade-overlay-rect = 0 |
426 | 44 | 44 | ||
427 | 45 | # The following line hints to gecko (and possibly other appliations) | ||
428 | 46 | # that the entry should be drawn transparently on the canvas. | ||
429 | 47 | # Without this, gecko will fill in the background of the entry. | ||
430 | 48 | GtkEntry::honors-transparent-bg-hint = 1 | ||
431 | 49 | |||
432 | 45 | #GtkWidget    ::link-color     = @fg_color | 50 | #GtkWidget    ::link-color     = @fg_color |
433 | 46 | #GtkWidget    ::visited-link-color = shade (0.2, @fg_color) | 51 | #GtkWidget    ::visited-link-color = shade (0.2, @fg_color) |
434 | 47 | 52 | ||
435 | @@ -75,15 +80,20 @@ | |||
436 | 75 | engine "murrine" | 80 | engine "murrine" |
437 | 76 | { | 81 | { |
438 | 77 | animation = TRUE # FALSE = disabled, TRUE = enabled | 82 | animation = TRUE # FALSE = disabled, TRUE = enabled |
439 | 83 | arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows | ||
440 | 84 | #border_colors = { "#ffffff", "#ffffff" } # colors used on borders of many widgets | ||
441 | 85 | border_shades = { 1.2, 1.0 } # gradient to draw on border | ||
442 | 86 | #gradient_colors = { "#ffffff", "#ffffff", "#ffffff", "#ffffff" } # colors used on gradient of many widgets | ||
443 | 87 | comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow | ||
444 | 78 | colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled | 88 | colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled |
445 | 79 | contrast = 0.9 # 0.8 for less contrast, more than 1.0 for more contrast on borders | 89 | contrast = 0.9 # 0.8 for less contrast, more than 1.0 for more contrast on borders |
446 | 80 | focus_color = shade (1.5, @selected_bg_color) | 90 | focus_color = shade (1.5, @selected_bg_color) |
447 | 81 | glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl | 91 | glazestyle = 0 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl |
449 | 82 | glow_shade = 1.15 # sets glow amount for buttons or widgets | 92 | glow_shade = 1.1 # sets glow amount for buttons or widgets |
450 | 83 | glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) | 93 | glowstyle = 4 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) |
451 | 84 | gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1} | 94 | gradient_shades = {1.02,1.01,0.96,0.95} # default: {1.1,1.0,1.0,1.1} |
454 | 85 | highlight_shade = 1.0 # set highlight amount for buttons or widgets | 95 | highlight_shade = 1.02 # set highlight amount for buttons or widgets |
455 | 86 | lightborder_shade = 0.95 # sets lightborder amount for buttons or widgets | 96 | lightborder_shade = 1.3 # sets lightborder amount for buttons or widgets |
456 | 87 | lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides | 97 | lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides |
457 | 88 | listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised | 98 | listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised |
458 | 89 | listviewstyle = 1 # 0 = nothing, 1 = dotted | 99 | listviewstyle = 1 # 0 = nothing, 1 = dotted |
459 | @@ -91,16 +101,19 @@ | |||
460 | 91 | menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped | 101 | menubarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped |
461 | 92 | menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped | 102 | menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped |
462 | 93 | menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe | 103 | menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe |
463 | 104 | prelight_shade = 1.02 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors | ||
464 | 94 | progressbarstyle = 1 # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes | 105 | progressbarstyle = 1 # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes |
466 | 95 | reliefstyle = 2 # 0 = flat, 1 = inset, 2 = shadow | 106 | reliefstyle = 3 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient |
467 | 96 | rgba = FALSE # FALSE = disabled, TRUE = enabled | 107 | rgba = FALSE # FALSE = disabled, TRUE = enabled |
468 | 97 | roundness = 2 # 0 = squared, 1 = old default, more will increase roundness | 108 | roundness = 2 # 0 = squared, 1 = old default, more will increase roundness |
469 | 98 | scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles | 109 | scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles |
471 | 99 | #scrollbar_color = shade (0.9, @bg_color) | 110 | shadow_shades = { 1.0, 1.0 } # draw gradient on shadow of some widgets |
472 | 100 | sliderstyle = 0 # 0 = nothing added, 1 = handles | 111 | sliderstyle = 0 # 0 = nothing added, 1 = handles |
475 | 101 | stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = unknown | 112 | spinbuttonstyle = 0 # 0 = no seperator, 1 = with separator |
476 | 102 | #profile = NODOKA # engine profile options: CANDIDO, CLEARLOOKS, MIST, MURRINE, NODOKA | 113 | stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with round slider |
477 | 114 | textstyle = 0 # 0 = normal text, 1 = inset | ||
478 | 103 | toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient | 115 | toolbarstyle = 2 # 0 = flat, 1 = glassy, 2 = gradient |
479 | 116 | trough_shades = { 0.96, 1.08 } # draw gradient on trough of GtkScrollbar and GtkProgressbar | ||
480 | 104 | } | 117 | } |
481 | 105 | } | 118 | } |
482 | 106 | 119 | ||
483 | @@ -125,11 +138,6 @@ | |||
484 | 125 | { | 138 | { |
485 | 126 | bg[NORMAL] = shade (1.05, @bg_color) | 139 | bg[NORMAL] = shade (1.05, @bg_color) |
486 | 127 | bg[ACTIVE] = shade (0.96, @bg_color) | 140 | bg[ACTIVE] = shade (0.96, @bg_color) |
487 | 128 | |||
488 | 129 | engine "murrine" | ||
489 | 130 | { | ||
490 | 131 | gradient_shades = {1.1,1.06,0.92,0.85} # { 1.1, 1.02, 0.97, 0.93 } | ||
491 | 132 | } | ||
492 | 133 | } | 141 | } |
493 | 134 | 142 | ||
494 | 135 | style "murrine-tasklist" = "murrine-wide" | 143 | style "murrine-tasklist" = "murrine-wide" |
495 | @@ -151,11 +159,6 @@ | |||
496 | 151 | { | 159 | { |
497 | 152 | bg[PRELIGHT] = shade (1.02, @selected_bg_color) | 160 | bg[PRELIGHT] = shade (1.02, @selected_bg_color) |
498 | 153 | bg[SELECTED] = shade (1.02, @selected_bg_color) | 161 | bg[SELECTED] = shade (1.02, @selected_bg_color) |
499 | 154 | |||
500 | 155 | engine "murrine" | ||
501 | 156 | { | ||
502 | 157 | highlight_shade = 1.03 | ||
503 | 158 | } | ||
504 | 159 | } | 162 | } |
505 | 160 | 163 | ||
506 | 161 | style "murrine-separator-menu-item" | 164 | style "murrine-separator-menu-item" |
507 | @@ -186,11 +189,6 @@ | |||
508 | 186 | ythickness = 0 | 189 | ythickness = 0 |
509 | 187 | 190 | ||
510 | 188 | fg[PRELIGHT] = @selected_fg_color | 191 | fg[PRELIGHT] = @selected_fg_color |
511 | 189 | |||
512 | 190 | engine "murrine" | ||
513 | 191 | { | ||
514 | 192 | highlight_shade = 1.05 | ||
515 | 193 | } | ||
516 | 194 | } | 192 | } |
517 | 195 | 193 | ||
518 | 196 | style "murrine-statusbar" | 194 | style "murrine-statusbar" |
519 | @@ -207,12 +205,7 @@ | |||
520 | 207 | 205 | ||
521 | 208 | style "murrine-scale" | 206 | style "murrine-scale" |
522 | 209 | { | 207 | { |
529 | 210 | GtkRange ::slider-width = 13 | 208 | GtkRange::slider-width = 13 |
524 | 211 | |||
525 | 212 | engine "murrine" | ||
526 | 213 | { | ||
527 | 214 | highlight_shade = 1.05 | ||
528 | 215 | } | ||
530 | 216 | } | 209 | } |
531 | 217 | 210 | ||
532 | 218 | style "murrine-hscale" | 211 | style "murrine-hscale" |
533 | @@ -225,10 +218,6 @@ | |||
534 | 225 | 218 | ||
535 | 226 | style "murrine-scrollbar" | 219 | style "murrine-scrollbar" |
536 | 227 | { | 220 | { |
537 | 228 | engine "murrine" | ||
538 | 229 | { | ||
539 | 230 | highlight_shade = 1.05 | ||
540 | 231 | } | ||
541 | 232 | bg[SELECTED] = shade (0.8, @bg_color) | 221 | bg[SELECTED] = shade (0.8, @bg_color) |
542 | 233 | } | 222 | } |
543 | 234 | 223 | ||
544 | @@ -253,7 +242,7 @@ | |||
545 | 253 | { | 242 | { |
546 | 254 | text[NORMAL] = @selected_fg_color | 243 | text[NORMAL] = @selected_fg_color |
547 | 255 | text[PRELIGHT] = @selected_fg_color | 244 | text[PRELIGHT] = @selected_fg_color |
549 | 256 | bg[SELECTED] = @selected_bg_color # HACK: override button selection colour | 245 | bg[SELECTED] = @selected_bg_color # HACK: override button selection colour |
550 | 257 | } | 246 | } |
551 | 258 | 247 | ||
552 | 259 | style "murrine-panel" | 248 | style "murrine-panel" |
553 | 260 | 249 | ||
554 | === modified file 'HumanLogin/gtk-2.0/gtkrc' | |||
555 | --- HumanLogin/gtk-2.0/gtkrc 2009-10-13 20:04:33 +0000 | |||
556 | +++ HumanLogin/gtk-2.0/gtkrc 2010-02-20 21:35:23 +0000 | |||
557 | @@ -1,187 +1,297 @@ | |||
558 | 1 | # Ubuntu Human Login theme | ||
559 | 2 | # (c) 2010 Kenneth Wimer <kwwii@ubuntu.com>, James Schriver <jws141@gmail.com> | ||
560 | 3 | # Licensed under the GPL. | ||
561 | 4 | # Requires Murrine GTK Engine v0.91.0 | ||
562 | 5 | |||
563 | 1 | gtk-color-scheme = "bg_color: #191313\nfg_color: #938888\nbase_color: #000\ntext_color: #fff\nselected_bg_color: #464040\nselected_fg_color: #ffffff\ntooltip_bg_color: #000\ntooltip_fg_color: #fff" | 6 | gtk-color-scheme = "bg_color: #191313\nfg_color: #938888\nbase_color: #000\ntext_color: #fff\nselected_bg_color: #464040\nselected_fg_color: #ffffff\ntooltip_bg_color: #000\ntooltip_fg_color: #fff" |
564 | 2 | 7 | ||
668 | 3 | style "industrial-default" | 8 | style "murrine-default" |
669 | 4 | { | 9 | { |
670 | 5 | xthickness = 1 | 10 | ######## |
671 | 6 | ythickness = 1 | 11 | # Style Properties |
672 | 7 | 12 | ######## | |
673 | 8 | 13 | GtkButton ::child-displacement-x = 1 | |
674 | 9 | GtkWidget::interior_focus = 1 | 14 | GtkButton ::child-displacement-y = 1 |
675 | 10 | GtkButton::default_inside_border = { 3, 3, 3, 3 } | 15 | GtkButton ::default-border = { 0, 0, 0, 0 } |
676 | 11 | GtkRange::trough_border = 0 | 16 | GtkCheckButton ::indicator-size = 14 |
677 | 12 | 17 | ||
678 | 13 | GtkWidget::focus_padding = 1 | 18 | GtkPaned ::handle-size = 6 |
679 | 14 | 19 | ||
680 | 15 | GtkPaned::handle_size = 7 | 20 | GtkRange ::trough-border = 2 |
681 | 16 | 21 | GtkRange ::slider-width = 14 | |
682 | 17 | GtkRange::slider_width = 15 | 22 | GtkRange ::stepper-size = 14 |
683 | 18 | GtkRange::stepper_size = 15 | 23 | |
684 | 19 | GtkScrollbar::min_slider_length = 30 | 24 | GtkScale ::slider-length = 20 |
685 | 20 | GtkCheckButton::indicator_size = 13 | 25 | GtkScale ::trough-side-details = 1 |
686 | 21 | GtkRadioButton::indicator_size = 13 | 26 | GtkScrollbar ::min-slider-length = 30 |
687 | 22 | GtkMenuBar::internal-padding = 0 | 27 | |
688 | 23 | GtkMenuBar::shadow-type = GTK_SHADOW_NONE | 28 | GtkMenuBar ::internal-padding = 0 |
689 | 24 | 29 | GtkExpander ::expander-size = 16 | |
690 | 25 | WnckTasklist::fade-opacity = 1 | 30 | GtkToolbar ::internal-padding = 1 |
691 | 26 | WnckTasklist::fade-overlay-rect = 0 | 31 | GtkTreeView ::expander-size = 14 |
692 | 27 | WnckTasklist::fade-loop-time = 2 | 32 | GtkTreeView ::vertical-separator = 0 |
693 | 28 | 33 | ||
694 | 29 | GtkButton::child_displacement_x = 0 | 34 | GtkMenu ::horizontal-padding = 0 |
695 | 30 | GtkButton::child_displacement_y = 1 | 35 | GtkMenu ::vertical-padding = 0 |
696 | 31 | 36 | ||
697 | 32 | GtkEntry::progress-border = { 0, 0, 0, 0 } | 37 | # Glow the tasklist by changing the color, instead of overlaying it with a rectangle |
698 | 33 | 38 | #WnckTasklist ::fade-overlay-rect = 0 | |
699 | 34 | GtkMenuItem::selected_shadow_type = GTK_SHADOW_IN | 39 | |
700 | 35 | 40 | # The following line hints to gecko (and possibly other appliations) | |
701 | 36 | GtkRange::activate-slider = 1 | 41 | # that the entry should be drawn transparently on the canvas. |
702 | 37 | 42 | # Without this, gecko will fill in the background of the entry. | |
703 | 38 | # The following line hints to gecko (and possibly other appliations) | 43 | GtkEntry::honors-transparent-bg-hint = 1 |
704 | 39 | # that the entry should be drawn transparently on the canvas. | 44 | |
705 | 40 | # Without this, gecko will fill in the background of the entry. | 45 | GtkWidget::link-color = "#5E6FFF" |
706 | 41 | GtkEntry::honors-transparent-bg-hint = 1 | 46 | GtkWidget::visited-link-color = shade (0.2, @fg_color) |
707 | 42 | 47 | ||
708 | 43 | 48 | xthickness = 1 | |
709 | 44 | # color definitions | 49 | ythickness = 1 |
710 | 45 | bg[NORMAL] = @bg_color | 50 | |
711 | 46 | bg[PRELIGHT] = shade (1.1, @bg_color) | 51 | # color definitions |
712 | 47 | bg[ACTIVE] = shade (0.85, @bg_color) | 52 | bg[NORMAL] = @bg_color |
713 | 48 | bg[SELECTED] = mix (0.65, @selected_bg_color, @bg_color) | 53 | bg[PRELIGHT] = shade (1.1, @bg_color) |
714 | 49 | bg[INSENSITIVE] = shade (0.85, @bg_color) | 54 | bg[ACTIVE] = shade (0.85, @bg_color) |
715 | 50 | 55 | bg[SELECTED] = mix (0.65, @selected_bg_color, @bg_color) | |
716 | 51 | fg[NORMAL] = @fg_color | 56 | bg[INSENSITIVE] = shade (0.85, @bg_color) |
717 | 52 | fg[PRELIGHT] = @fg_color | 57 | |
718 | 53 | fg[ACTIVE] = @fg_color | 58 | fg[NORMAL] = @fg_color |
719 | 54 | fg[SELECTED] = @selected_fg_color | 59 | fg[PRELIGHT] = @fg_color |
720 | 55 | fg[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color)) #shaded to bg[INSENSITIVE] | 60 | fg[ACTIVE] = @fg_color |
721 | 56 | 61 | fg[SELECTED] = @selected_fg_color | |
722 | 57 | base[NORMAL] = @base_color | 62 | fg[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color)) #shaded to bg[INSENSITIVE] |
723 | 58 | base[PRELIGHT] = @base_color #XXX | 63 | |
724 | 59 | base[ACTIVE] = mix (0.45, @selected_bg_color, @base_color) #b6c9cf | 64 | base[NORMAL] = @base_color |
725 | 60 | base[SELECTED] = @selected_bg_color | 65 | base[PRELIGHT] = @base_color #XXX |
726 | 61 | base[INSENSITIVE] = mix (0.95, @base_color, @text_color) | 66 | base[ACTIVE] = mix (0.45, @selected_bg_color, @base_color) #b6c9cf |
727 | 62 | 67 | base[SELECTED] = @selected_bg_color | |
728 | 63 | text[NORMAL] = @text_color | 68 | base[INSENSITIVE] = mix (0.95, @base_color, @text_color) |
729 | 64 | text[PRELIGHT] = @text_color #XXX | 69 | |
730 | 65 | text[ACTIVE] = @selected_fg_color | 70 | text[NORMAL] = @text_color |
731 | 66 | text[SELECTED] = @selected_fg_color | 71 | text[PRELIGHT] = @text_color #XXX |
732 | 67 | text[INSENSITIVE] = @selected_fg_color | 72 | text[ACTIVE] = @selected_fg_color |
733 | 68 | 73 | text[SELECTED] = @selected_fg_color | |
734 | 69 | # text[INSENSITIVE] = mix (0.5, @text_color, @base_color) | 74 | |
735 | 70 | 75 | engine "murrine" | |
736 | 71 | # bg[NORMAL] = "#f6f6f6" | 76 | { |
737 | 72 | # bg[PRELIGHT] = "#ffffff" | 77 | animation = TRUE # FALSE = disabled, TRUE = enabled |
738 | 73 | # fg[PRELIGHT] = "#202020" | 78 | arrowstyle = 1 # 0 = normal arrows, 1 = filled arrows |
739 | 74 | # bg[ACTIVE] = "#d9d9d9" | 79 | #border_colors = { @selected_bg_color, @selected_bg_color } |
740 | 75 | # bg[INSENSITIVE] = "#d9d9d9" | 80 | border_shades = { 1.2, 1.0 } # gradient to draw on border |
741 | 76 | # bg[SELECTED] = "#99a6bf" | 81 | #gradient_colors = { "#ffffff", "#ffffff", "#ffffff", "#ffffff" } # colors used on gradient of many widgets |
742 | 77 | # | 82 | comboboxstyle = 0 # 0 = normal combobox, 1 = colorized combobox below arrow |
743 | 78 | # base[SELECTED] = "#6484a4" | 83 | colorize_scrollbar = TRUE # FALSE = disabled, TRUE = enabled |
744 | 79 | # text[SELECTED] = "#ffffff" | 84 | contrast = .85 # 0.8 for less contrast, more than 1.0 for more contrast on borders |
745 | 80 | # #this is selected item without focus: | 85 | #focus_color = @selected_bg_color |
746 | 81 | # base[ACTIVE] = "#b6c9cf" | 86 | glazestyle = 5 # 0 = flat, 1 = curved, 2 = concave, 3 = top-curved, 4 = beryl |
747 | 82 | # text[INSENSITIVE] = "#757575" | 87 | glow_shade = 1.20 # sets glow amount for buttons or widgets |
748 | 83 | # | 88 | glowstyle = 0 # 0 = top, 1 = bottom, 2 = top and bottom, 3 = center (vertical), 4 = center (horizontal) |
749 | 84 | # #defaults | 89 | gradient_shades = { 1.13, 1.02, 1.00, 1.02 } # default: {1.1,1.0,1.0,1.1} |
750 | 85 | # #base[NORMAL] = "#b6c9cf" | 90 | highlight_shade = 1.0 # set highlight amount for buttons or widgets |
751 | 86 | # #text[NORMAL] = "#000000" | 91 | lightborder_shade = 1.2 # sets lightborder amount for buttons or widgets |
752 | 87 | # | 92 | lightborderstyle = 1 # 0 = lightborder on top side, 1 = lightborder on all sides |
753 | 88 | engine "industrial" | 93 | listviewheaderstyle = 1 # 0 = flat, 1 = glassy, 2 = raised |
754 | 89 | { | 94 | listviewstyle = 1 # 0 = nothing, 1 = dotted |
755 | 90 | # Set a hint to disable backward compatibility fallbacks. | 95 | menubaritemstyle = 1 # 0 = menuitem look, 1 = button look |
756 | 91 | hint = "use-hints" | 96 | menubarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient, 3 = striped |
757 | 92 | } | 97 | menuitemstyle = 1 # 0 = flat, 1 = glassy, 2 = striped |
758 | 93 | } | 98 | menustyle = 0 # 0 = no vertical menu stripe, 1 = display vertical menu stripe |
759 | 94 | 99 | prelight_shade = 1.2 # shade level for scrollbar's slider, comboboxstyle(1), and prelight state with gradient_colors | |
760 | 95 | # Style to apply an exterior forcus to GtkEntry | 100 | progressbarstyle = 1 # 0 = no stripes, 1 = diagonal stripes, 2 = vertical stripes |
761 | 96 | style "industrial-exterior-focus" | 101 | reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, 3 = shadow with gradient, 4 = stronger shadow with gradient |
762 | 97 | { | 102 | rgba = FALSE # FALSE = disabled, TRUE = enabled |
763 | 98 | GtkWidget::interior-focus = 0 | 103 | roundness = 2 # 0 = squared, 1 = old default, more will increase roundness |
764 | 99 | GtkWidget::focus-line-width = 0 | 104 | scrollbarstyle = 0 # 0 = nothing, 1 = circles, 2 = handles, 3 = diagonal stripes, 4 = diagonal stripes and handles, 5 = horizontal stripes, 6 = horizontal stripes and handles |
765 | 100 | } | 105 | shadow_shades = { 1.2, 0.8 } # draw gradient on shadow of some widgets |
766 | 101 | 106 | sliderstyle = 0 # 0 = nothing added, 1 = handles | |
767 | 102 | # Add trough side details to GtkScale | 107 | spinbuttonstyle = 0 # 0 = no seperator, 1 = with separator |
768 | 103 | style "industrial-scale" | 108 | stepperstyle = 1 # 0 = standard, 1 = integrated stepper handles, 2 = squared steppers with round slider |
769 | 104 | { | 109 | textstyle = 0 # 0 = normal text, 1 = inset |
770 | 105 | GtkRange::trough-side-details = 1 | 110 | toolbarstyle = 0 # 0 = flat, 1 = glassy, 2 = gradient |
771 | 111 | trough_shades = { 1.05, 1.25 } # draw gradient on trough of GtkScrollbar and GtkProgressbar | ||
772 | 112 | } | ||
773 | 113 | } | ||
774 | 114 | |||
775 | 115 | style "murrine-wide" | ||
776 | 116 | { | ||
777 | 117 | xthickness = 2 | ||
778 | 118 | ythickness = 2 | ||
779 | 119 | } | ||
780 | 120 | |||
781 | 121 | style "murrine-wider" | ||
782 | 122 | { | ||
783 | 123 | xthickness = 3 | ||
784 | 124 | ythickness = 3 | ||
785 | 125 | } | ||
786 | 126 | |||
787 | 127 | style "murrine-button" = "murrine-wider" | ||
788 | 128 | { | ||
789 | 129 | bg[NORMAL] = @selected_bg_color | ||
790 | 130 | bg[PRELIGHT] = shade (1.4, @selected_bg_color) | ||
791 | 131 | bg[SELECTED] = shade (0.35, @selected_bg_color) | ||
792 | 132 | bg[ACTIVE] = shade (0.35, @selected_bg_color) | ||
793 | 133 | |||
794 | 134 | engine "murrine" | ||
795 | 135 | { | ||
796 | 136 | border_shades = {1.2, 1.0} # draw a gradient on the border. | ||
797 | 137 | border_colors = { @selected_bg_color, @selected_bg_color } | ||
798 | 138 | glowstyle = 0 | ||
799 | 139 | gradient_shades = {1.1,1.0,1.0,0.7} | ||
800 | 140 | highlight_shade = 1.0 | ||
801 | 141 | lightborder_shade = 1.0 | ||
802 | 142 | reliefstyle = 4 # 0 = flat, 1 = inset, 2 = shadow, = 3 for a gradient on shadow, = 4 for a stronger shadow. | ||
803 | 143 | } | ||
804 | 144 | } | ||
805 | 145 | |||
806 | 146 | style "murrine-notebook" | ||
807 | 147 | { | ||
808 | 148 | bg[NORMAL] = shade (1.18, @bg_color) | ||
809 | 149 | bg[ACTIVE] = shade (1.08, @bg_color) | ||
810 | 150 | } | ||
811 | 151 | |||
812 | 152 | style "murrine-tasklist" = "murrine-wide" | ||
813 | 153 | { | ||
814 | 106 | } | 154 | } |
815 | 107 | 155 | ||
816 | 108 | # Style for the entry progress bar -- ie. change the colors | 156 | # Style for the entry progress bar -- ie. change the colors |
852 | 109 | style "industrial-entry" | 157 | style "murrine-entry" |
853 | 110 | { | 158 | { |
854 | 111 | xthickness = 2 | 159 | xthickness = 2 |
855 | 112 | ythickness = 2 | 160 | ythickness = 2 |
856 | 113 | # KEN REMOVED | 161 | |
857 | 114 | # bg[SELECTED] = mix (0.4, @selected_bg_color, @base_color) | 162 | engine "murrine" |
858 | 115 | # fg[SELECTED] = @text_color | 163 | { |
859 | 116 | } | 164 | border_shades = {1.2, 1.0} # draw a gradient on the border. |
860 | 117 | 165 | border_colors = { @selected_bg_color, @selected_bg_color } | |
861 | 118 | # generic squared buttons style, used for the tasklist (treeview is in the extra treeview style) | 166 | } |
862 | 119 | style "industrial-squared" | 167 | } |
863 | 120 | { | 168 | |
864 | 121 | engine "industrial" | 169 | style "murrine-menu" = "murrine-wider" |
865 | 122 | { | 170 | { |
866 | 123 | rounded_buttons = FALSE | 171 | bg[NORMAL] = shade (1.15, @bg_color) |
867 | 124 | } | 172 | fg[PRELIGHT] = @selected_fg_color |
868 | 125 | } | 173 | } |
869 | 126 | 174 | ||
870 | 127 | style "industrial-wide" | 175 | style "murrine-menubar" |
871 | 128 | { | 176 | { |
872 | 129 | xthickness = 2 | 177 | xthickness = 3 |
873 | 130 | ythickness = 2 | 178 | ythickness = 3 |
839 | 131 | } | ||
840 | 132 | |||
841 | 133 | # style to remove the border around the progress bar | ||
842 | 134 | style "industrial-progress" | ||
843 | 135 | { | ||
844 | 136 | xthickness = 0 | ||
845 | 137 | ythickness = 0 | ||
846 | 138 | } | ||
847 | 139 | |||
848 | 140 | # make scrollbar arrows lighter | ||
849 | 141 | style "industrial-arrows" | ||
850 | 142 | { | ||
851 | 143 | fg[NORMAL] = mix (0.8, @fg_color, @bg_color) | ||
874 | 144 | } | 179 | } |
875 | 145 | 180 | ||
876 | 146 | # menuitems | 181 | # menuitems |
915 | 147 | style "industrial-menuitem" | 182 | style "murrine-menu-item" |
916 | 148 | { | 183 | { |
917 | 149 | xthickness = 3 | 184 | xthickness = 3 |
918 | 150 | ythickness = 3 | 185 | ythickness = 3 |
919 | 151 | 186 | ||
920 | 152 | bg[PRELIGHT] = @selected_bg_color | 187 | engine "murrine" |
921 | 153 | bg[SELECTED] = @selected_bg_color | 188 | { |
922 | 154 | fg[PRELIGHT] = @selected_fg_color | 189 | border_colors = { "#464040", "#464040" } # colors used on borders of many widgets |
923 | 155 | fg[SELECTED] = @selected_fg_color | 190 | border_shades = { 1.0, .8 } # gradient to draw on border |
924 | 156 | } | 191 | glowstyle = 0 |
925 | 157 | 192 | gradient_shades = {1.1,1.0,1.0,0.7} | |
926 | 158 | style "industrial-menubar" | 193 | highlight_shade = 1.0 |
927 | 159 | { | 194 | lightborder_shade = 1.0 |
928 | 160 | xthickness = 3 | 195 | roundness = 0 |
929 | 161 | ythickness = 3 | 196 | } |
930 | 162 | } | 197 | |
931 | 163 | 198 | bg[PRELIGHT] = @selected_bg_color | |
932 | 164 | style "industrial-tree-header" | 199 | bg[SELECTED] = @selected_bg_color |
933 | 165 | { | 200 | fg[PRELIGHT] = @selected_fg_color |
934 | 166 | engine "industrial" | 201 | fg[SELECTED] = @selected_fg_color |
935 | 167 | { | 202 | } |
936 | 168 | hint = "treeview-header" | 203 | |
937 | 169 | } | 204 | style "murrine-separator-menu-item" |
938 | 170 | xthickness = 2 | 205 | { |
939 | 171 | ythickness = 2 | 206 | } |
940 | 172 | } | 207 | |
941 | 173 | 208 | style "murrine-treeview" | |
942 | 174 | style "industrial-tooltips" | 209 | { |
943 | 175 | { | 210 | |
944 | 176 | xthickness = 4 | 211 | engine "clearlooks" |
945 | 177 | ythickness = 4 | 212 | { |
946 | 178 | bg[NORMAL] = @tooltip_bg_color | 213 | hint = "treeview" |
947 | 179 | fg[NORMAL] = @tooltip_fg_color | 214 | |
948 | 180 | } | 215 | } |
949 | 181 | 216 | } | |
950 | 182 | style "industrial-druid" | 217 | |
951 | 183 | { | 218 | style "murrine-treeview-header" = "murrine-default" |
952 | 184 | bg[SELECTED] = @selected_bg_color | 219 | { |
953 | 220 | } | ||
954 | 221 | |||
955 | 222 | style "murrine-frame-title" | ||
956 | 223 | { | ||
957 | 224 | engine "murrine" | ||
958 | 225 | { | ||
959 | 226 | border_shades = {1.2, 1.0} # draw a gradient on the border. | ||
960 | 227 | border_colors = { @selected_bg_color, @selected_bg_color } | ||
961 | 228 | } | ||
962 | 229 | } | ||
963 | 230 | |||
964 | 231 | style "murrine-tooltips" = "murrine-wider" | ||
965 | 232 | { | ||
966 | 233 | bg[NORMAL] = @tooltip_bg_color | ||
967 | 234 | fg[NORMAL] = @tooltip_fg_color | ||
968 | 235 | } | ||
969 | 236 | |||
970 | 237 | |||
971 | 238 | style "murrine-progressbar" | ||
972 | 239 | { | ||
973 | 240 | engine "murrine" | ||
974 | 241 | { | ||
975 | 242 | border_colors = { "#464040", "#464040" } # colors used on borders of many widgets | ||
976 | 243 | border_shades = { 1.0, .8 } # gradient to draw on border | ||
977 | 244 | } | ||
978 | 245 | |||
979 | 246 | fg[PRELIGHT] = @selected_fg_color | ||
980 | 247 | } | ||
981 | 248 | |||
982 | 249 | style "murrine-statusbar" | ||
983 | 250 | { | ||
984 | 251 | } | ||
985 | 252 | |||
986 | 253 | #Add trough side details to GtkScale | ||
987 | 254 | style "murrine-scale" | ||
988 | 255 | { | ||
989 | 256 | GtkRange::trough-side-details = 1 | ||
990 | 257 | |||
991 | 258 | engine "murrine" | ||
992 | 259 | { | ||
993 | 260 | border_colors = { "#464040", "#464040" } # colors used on borders of many widgets | ||
994 | 261 | border_shades = { 1.0, .8 } # gradient to draw on border | ||
995 | 262 | } | ||
996 | 263 | } | ||
997 | 264 | |||
998 | 265 | style "murrine-hscale" | ||
999 | 266 | { | ||
1000 | 267 | } | ||
1001 | 268 | |||
1002 | 269 | style "murrine-vscale" | ||
1003 | 270 | { | ||
1004 | 271 | } | ||
1005 | 272 | |||
1006 | 273 | style "murrine-scrollbar" | ||
1007 | 274 | { | ||
1008 | 275 | engine "murrine" | ||
1009 | 276 | { | ||
1010 | 277 | border_colors = { "#464040", "#464040" } # colors used on borders of many widgets | ||
1011 | 278 | border_shades = { 1.0, .8 } # gradient to draw on border | ||
1012 | 279 | } | ||
1013 | 280 | |||
1014 | 281 | bg[SELECTED] = mix (0.9, @selected_bg_color, @bg_color) | ||
1015 | 282 | } | ||
1016 | 283 | |||
1017 | 284 | style "murrine-hscrollbar" | ||
1018 | 285 | { | ||
1019 | 286 | } | ||
1020 | 287 | |||
1021 | 288 | style "murrine-vscrollbar" | ||
1022 | 289 | { | ||
1023 | 290 | } | ||
1024 | 291 | |||
1025 | 292 | style "murrine-nautilus-location" | ||
1026 | 293 | { | ||
1027 | 294 | bg[NORMAL] = @selected_bg_color | ||
1028 | 185 | } | 295 | } |
1029 | 186 | 296 | ||
1030 | 187 | style "metacity-frame" | 297 | style "metacity-frame" |
1031 | @@ -204,107 +314,189 @@ | |||
1032 | 204 | 314 | ||
1033 | 205 | # Focused title text color | 315 | # Focused title text color |
1034 | 206 | fg[SELECTED] = @selected_fg_color | 316 | fg[SELECTED] = @selected_fg_color |
1096 | 207 | } | 317 | |
1097 | 208 | 318 | engine "murrine" | |
1098 | 209 | style "industrial-spinbutton" | 319 | { |
1099 | 210 | { | 320 | border_shades = {1.2, 1.0} # draw a gradient on the border. |
1100 | 211 | engine "industrial" | 321 | border_colors = { @selected_bg_color, @selected_bg_color } |
1101 | 212 | { | 322 | } |
1102 | 213 | hint = "spinbutton" | 323 | } |
1103 | 214 | } | 324 | |
1104 | 215 | } | 325 | style "murrine-spinbutton" = "murrine-button" |
1105 | 216 | 326 | { | |
1106 | 217 | style "industrial-comboboxentry" | 327 | } |
1107 | 218 | { | 328 | |
1108 | 219 | engine "industrial" | 329 | style "murrine-comboboxentry" |
1109 | 220 | { | 330 | { |
1110 | 221 | hint = "comboboxentry" | 331 | engine "murrine" |
1111 | 222 | } | 332 | { |
1112 | 223 | } | 333 | border_shades = {1.2, 1.0} # draw a gradient on the border. |
1113 | 224 | 334 | border_colors = { @selected_bg_color, @selected_bg_color } | |
1114 | 225 | # default style | 335 | } |
1115 | 226 | class "GtkWidget" style "industrial-default" | 336 | } |
1116 | 227 | 337 | ||
1117 | 228 | # wide | 338 | style "murrine-radiocheck" |
1118 | 229 | class "GtkNotebook" style "industrial-wide" | 339 | { |
1119 | 230 | class "GtkButton" style "industrial-wide" | 340 | text[NORMAL] = @selected_fg_color |
1120 | 231 | class "GtkRange" style "industrial-wide" | 341 | text[PRELIGHT] = @selected_fg_color |
1121 | 232 | class "GtkMenu" style "industrial-wide" | 342 | bg[SELECTED] = @selected_bg_color # HACK: override button selection colour |
1122 | 233 | class "GtkFrame" style "industrial-wide" | 343 | } |
1123 | 234 | class "GtkStatusbar" style "industrial-wide" | 344 | |
1124 | 235 | class "GtkEntry" style "industrial-entry" | 345 | style "murrine-panel" |
1125 | 236 | 346 | { | |
1126 | 237 | class "GtkEntry" style "industrial-exterior-focus" | 347 | bg[NORMAL] = shade (0.85, @bg_color) # should match bg[NORMAL] of "murrine-menubar" |
1127 | 238 | class "GtkSpinButton" style "industrial-spinbutton" | 348 | } |
1128 | 239 | class "GtkScale" style "industrial-scale" | 349 | |
1129 | 240 | 350 | ######################################### | |
1130 | 241 | class "GtkVScrollbar" style "industrial-arrows" | 351 | # Matches |
1131 | 242 | class "GtkHScrollbar" style "industrial-arrows" | 352 | ######################################### |
1132 | 243 | 353 | ||
1133 | 244 | widget_class "*<GtkComboBoxEntry>.*" style "industrial-comboboxentry" | 354 | # Theme default style is applied to every widget |
1134 | 245 | widget_class "*<GtkCombo>.*" style "industrial-comboboxentry" | 355 | class "GtkWidget" style "murrine-default" |
1135 | 246 | 356 | ||
1136 | 247 | # treeview | 357 | # Increase the x/ythickness in some widgets |
1137 | 248 | widget_class "*.<GtkTreeView>.GtkButton" style "industrial-tree-header" | 358 | class "GtkToolbar" style "murrine-default" |
1138 | 249 | widget_class "*.<GtkList>.GtkButton" style "industrial-tree-header" | 359 | class "GtkRange" style "murrine-wide" |
1139 | 250 | widget_class "*.<GtkCList>.GtkButton" style "industrial-tree-header" | 360 | class "GtkFrame" style "murrine-wide" |
1140 | 251 | widget_class "*.<ETree>.*" style "industrial-tree-header" | 361 | class "GtkSeparator" style "murrine-wide" |
1141 | 252 | widget_class "*.<ETable>.*" style "industrial-tree-header" | 362 | class "GtkEntry" style "murrine-entry" |
1142 | 253 | 363 | ||
1143 | 254 | # menuitems and interior | 364 | class "GtkSpinButton" style "murrine-spinbutton" |
1144 | 255 | widget_class "*<GtkMenuItem>*" style "industrial-menuitem" | 365 | class "GtkScale" style "murrine-scale" |
1145 | 256 | 366 | class "GtkVScale" style "murrine-vscale" | |
1146 | 257 | widget_class "*.<GtkProgress>" style "industrial-progress" | 367 | class "GtkHScale" style "murrine-hscale" |
1147 | 258 | 368 | class "GtkScrollbar" style "murrine-scrollbar" | |
1148 | 259 | # druide | 369 | class "GtkVScrollbar" style "murrine-vscrollbar" |
1149 | 260 | widget_class "*GnomeDruidPage*" style "industrial-druid" | 370 | class "GtkHScrollbar" style "murrine-hscrollbar" |
1150 | 261 | 371 | ||
1151 | 262 | widget "gtk-tooltip*" style "industrial-tooltips" | 372 | class "GtkRadio*" style:highest "murrine-radiocheck" # HACK: override button selection colour |
1152 | 263 | 373 | class "GtkCheck*" style:highest "murrine-radiocheck" # HACK: override button selection colour | |
1153 | 264 | widget "*.tasklist-button" style "industrial-squared" | 374 | |
1154 | 265 | 375 | # Use this to customize Metacity colours (causes issues with KDE/gtk-window-decorator) | |
1155 | 266 | class "MetaFrames" style "metacity-frame" | 376 | class "MetaFrames" style "metacity-frame" |
1156 | 267 | 377 | #class "GtkWindow" style "metacity-frame" | |
1157 | 378 | |||
1158 | 379 | |||
1159 | 380 | # General matching following, the order is choosen so that the right styles override each other | ||
1160 | 381 | # eg. progressbar needs to be more important then the menu match. | ||
1161 | 382 | |||
1162 | 383 | # This is not perfect, it could be done better | ||
1163 | 384 | # (That is modify *every* widget in the notebook, and change those back that | ||
1164 | 385 | # we really don't want changed) | ||
1165 | 386 | widget_class "*<GtkNotebook>*<GtkEventBox>" style "murrine-notebook" | ||
1166 | 387 | widget_class "*<GtkNotebook>*<GtkDrawingArea>" style "murrine-notebook" | ||
1167 | 388 | widget_class "*<GtkNotebook>*<GtkLayout>" style "murrine-notebook" | ||
1168 | 389 | widget_class "*<GtkNotebook>*<GtkViewport>" style "murrine-notebook" | ||
1169 | 390 | widget_class "*<GtkNotebook>*<GtkScrolledWindow>" style "murrine-notebook" | ||
1170 | 391 | |||
1171 | 392 | widget_class "*<GtkButton>" style "murrine-button" | ||
1172 | 393 | widget_class "*<GtkNotebook>" style "murrine-notebook" | ||
1173 | 394 | widget_class "*<GtkStatusbar>*" style "murrine-statusbar" | ||
1174 | 395 | |||
1175 | 396 | widget_class "*<GtkComboBoxEntry>*" style "murrine-comboboxentry" | ||
1176 | 397 | widget_class "*<GtkCombo>*" style "murrine-comboboxentry" | ||
1177 | 398 | |||
1178 | 399 | widget_class "*<GtkMenuBar>*" style "murrine-menubar" | ||
1179 | 400 | widget_class "*<GtkMenu>*" style "murrine-menu" | ||
1180 | 401 | widget_class "*<GtkMenuItem>*" style "murrine-menu-item" | ||
1181 | 402 | widget_class "*<GtkSeparatorMenuItem>*" style "murrine-separator-menu-item" | ||
1182 | 403 | |||
1183 | 404 | widget_class "*.<GtkFrame>.<GtkLabel>" style "murrine-frame-title" | ||
1184 | 405 | widget_class "*.<GtkTreeView>*" style "murrine-treeview" | ||
1185 | 406 | |||
1186 | 407 | widget_class "*<GtkProgress>" style "murrine-progressbar" | ||
1187 | 408 | widget_class "*<GtkProgressBar>" style "murrine-progressbar" | ||
1188 | 409 | |||
1189 | 410 | # Treeview header | ||
1190 | 411 | widget_class "*.<GtkTreeView>.<GtkButton>" style "murrine-treeview-header" | ||
1191 | 412 | widget_class "*.<GtkCTree>.<GtkButton>" style "murrine-treeview-header" | ||
1192 | 413 | widget_class "*.<GtkList>.<GtkButton>" style "murrine-treeview-header" | ||
1193 | 414 | widget_class "*.<GtkCList>.<GtkButton>" style "murrine-treeview-header" | ||
1194 | 415 | |||
1195 | 416 | # Workarounds for Evolution | ||
1196 | 417 | widget_class "*.ETable.ECanvas" style "murrine-treeview-header" | ||
1197 | 418 | widget_class "*.ETree.ECanvas" style "murrine-treeview-header" | ||
1198 | 419 | |||
1199 | 420 | # The window of the tooltip is called "gtk-tooltip" | ||
1200 | 421 | ################################ | ||
1201 | 422 | # FIXME: | ||
1202 | 423 | # This will not work if one embeds eg. a button into the tooltip. | ||
1203 | 424 | # As far as I can tell right now we will need to rework the theme | ||
1204 | 425 | # quite a bit to get this working correctly. | ||
1205 | 426 | # (It will involve setting different priorities, etc.) | ||
1206 | 427 | ################################ | ||
1207 | 428 | widget "gtk-tooltip*" style "murrine-tooltips" | ||
1208 | 429 | |||
1209 | 430 | ################################################### | ||
1210 | 431 | # Special cases and work arounds | ||
1211 | 432 | ################################################### | ||
1212 | 433 | |||
1213 | 434 | # Special case the nautilus-extra-view-widget | ||
1214 | 435 | # ToDo: A more generic approach for all applications that have a widget like this. | ||
1215 | 436 | widget "*.nautilus-extra-view-widget" style : highest "murrine-nautilus-location" | ||
1216 | 268 | 437 | ||
1217 | 269 | # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 | 438 | # Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646 |
1218 | 270 | # Note that the work around assumes that the combobox is _not_ in | 439 | # Note that the work around assumes that the combobox is _not_ in |
1219 | 271 | # appears-as-list mode. | 440 | # appears-as-list mode. |
1220 | 441 | # Similar hack also in the menuitem style. | ||
1221 | 272 | # This style does not affect GtkComboBoxEntry, it does have an effect | 442 | # This style does not affect GtkComboBoxEntry, it does have an effect |
1222 | 273 | # on comboboxes in appears-as-list mode though. | 443 | # on comboboxes in appears-as-list mode though. |
1224 | 274 | style "industrial-text-is-fg-color-workaround" | 444 | style "murrine-combobox-text-color-workaround" |
1225 | 275 | { | 445 | { |
1231 | 276 | text[NORMAL] = @fg_color | 446 | text[NORMAL] = @fg_color |
1232 | 277 | text[PRELIGHT] = @fg_color | 447 | text[PRELIGHT] = @fg_color |
1233 | 278 | text[SELECTED] = @selected_fg_color | 448 | text[ACTIVE] = @fg_color |
1234 | 279 | text[ACTIVE] = @fg_color | 449 | text[SELECTED] = @selected_fg_color |
1235 | 280 | text[INSENSITIVE] = darker (@bg_color) | 450 | text[INSENSITIVE] = shade (0.15, @fg_color) |
1236 | 281 | } | 451 | } |
1238 | 282 | widget_class "*.<GtkComboBox>.<GtkCellView>" style "industrial-text-is-fg-color-workaround" | 452 | widget_class "*.<GtkComboBox>.<GtkCellView>" style "murrine-combobox-text-color-workaround" |
1239 | 283 | 453 | ||
1241 | 284 | style "industrial-menuitem-text-is-fg-color-workaround" | 454 | style "murrine-menuitem-text-is-fg-color-workaround" |
1242 | 285 | { | 455 | { |
1243 | 286 | text[NORMAL] = @fg_color | 456 | text[NORMAL] = @fg_color |
1244 | 287 | text[PRELIGHT] = @selected_fg_color | 457 | text[PRELIGHT] = @selected_fg_color |
1245 | 458 | text[ACTIVE] = @fg_color | ||
1246 | 288 | text[SELECTED] = @selected_fg_color | 459 | text[SELECTED] = @selected_fg_color |
1249 | 289 | text[ACTIVE] = @fg_color | 460 | text[INSENSITIVE] = shade (0.15, @fg_color) |
1248 | 290 | text[INSENSITIVE] = darker (@bg_color) | ||
1250 | 291 | } | 461 | } |
1252 | 292 | widget "*.gtk-combobox-popup-menu.*" style "industrial-menuitem-text-is-fg-color-workaround" | 462 | |
1253 | 463 | widget "*.gtk-combobox-popup-menu.*" style "murrine-menuitem-text-is-fg-color-workaround" | ||
1254 | 293 | 464 | ||
1255 | 294 | # Work around the usage of GtkLabel inside GtkListItems to display text. | 465 | # Work around the usage of GtkLabel inside GtkListItems to display text. |
1256 | 295 | # This breaks because the label is shown on a background that is based on the | 466 | # This breaks because the label is shown on a background that is based on the |
1257 | 296 | # base color set. | 467 | # base color set. |
1259 | 297 | style "industrial-fg-is-text-color-workaround" | 468 | style "murrine-fg-is-text-color-workaround" |
1260 | 298 | { | 469 | { |
1261 | 299 | fg[NORMAL] = @text_color | 470 | fg[NORMAL] = @text_color |
1262 | 300 | fg[PRELIGHT] = @text_color | 471 | fg[PRELIGHT] = @text_color |
1263 | 301 | fg[ACTIVE] = @selected_fg_color | 472 | fg[ACTIVE] = @selected_fg_color |
1264 | 302 | fg[SELECTED] = @selected_fg_color | 473 | fg[SELECTED] = @selected_fg_color |
1266 | 303 | fg[INSENSITIVE] = darker (@bg_color) | 474 | fg[INSENSITIVE] = shade (0.15, @fg_color) |
1267 | 304 | } | 475 | } |
1269 | 305 | widget_class "*<GtkListItem>*" style "industrial-fg-is-text-color-workaround" | 476 | |
1270 | 477 | widget_class "*<GtkListItem>*" style "murrine-fg-is-text-color-workaround" | ||
1271 | 478 | |||
1272 | 306 | # The same problem also exists for GtkCList and GtkCTree | 479 | # The same problem also exists for GtkCList and GtkCTree |
1273 | 307 | # Only match GtkCList and not the parent widgets, because that would also change the headers. | 480 | # Only match GtkCList and not the parent widgets, because that would also change the headers. |
1277 | 308 | widget_class "*<GtkCList>" style "industrial-fg-is-text-color-workaround" | 481 | widget_class "*<GtkCList>" style "murrine-fg-is-text-color-workaround" |
1278 | 309 | 482 | ||
1279 | 310 | 483 | style "murrine-evo-new-button-workaround" | |
1280 | 484 | { | ||
1281 | 485 | |||
1282 | 486 | engine "murrine" | ||
1283 | 487 | { | ||
1284 | 488 | toolbarstyle = 0 | ||
1285 | 489 | } | ||
1286 | 490 | } | ||
1287 | 491 | |||
1288 | 492 | widget_class "EShellWindow.GtkVBox.BonoboDock.BonoboDockBand.BonoboDockItem*" style "murrine-evo-new-button-workaround" | ||
1289 | 493 | |||
1290 | 494 | # Theme panel elements | ||
1291 | 495 | widget "*PanelWidget*" style "murrine-panel" | ||
1292 | 496 | widget "*PanelApplet*" style "murrine-panel" | ||
1293 | 497 | widget "*fast-user-switch*" style "murrine-panel" # workaround for Fast User Switch applet | ||
1294 | 498 | class "PanelApp*" style "murrine-panel" | ||
1295 | 499 | class "PanelToplevel*" style "murrine-panel" | ||
1296 | 500 | widget_class "*Mail*" style "murrine-panel" | ||
1297 | 501 | widget_class "*notif*" style "murrine-panel" | ||
1298 | 502 | widget_class "*Notif*" style "murrine-panel" | ||
1299 | 311 | 503 | ||
1300 | === modified file 'debian/changelog' | |||
1301 | --- debian/changelog 2010-02-10 15:44:44 +0000 | |||
1302 | +++ debian/changelog 2010-02-20 21:35:23 +0000 | |||
1303 | @@ -1,3 +1,18 @@ | |||
1304 | 1 | human-theme (0.39) UNRELEASED; urgency=low | ||
1305 | 2 | |||
1306 | 3 | * Visual refresh of Human & Darkroom theme | ||
1307 | 4 | * Documented new Murrine GIT engine options in gtkrc code | ||
1308 | 5 | * Small gtkrc code cleanups/removal of unnecessary colour hacks | ||
1309 | 6 | * Enabled filled arrow type | ||
1310 | 7 | * Modified trough gradient (progressbar & scollbar background) | ||
1311 | 8 | * Various tweaks to widget outline & shadow gradients | ||
1312 | 9 | * Added names (Conn O Griofa & James Schriver) to AUTHORS file | ||
1313 | 10 | * HumanLogin: deprecate industrial engine; border_shades and colors to | ||
1314 | 11 | GtkEntry, ComboboxEntry, Metacity-Frame, buttons; new lighter spinbutton | ||
1315 | 12 | and murrine buttons with gradients (merge from James Schriver) | ||
1316 | 13 | |||
1317 | 14 | -- Conn O Griofa <connogriofa@gmail.com> Sat, 20 Feb 2010 20:41:55 +0000 | ||
1318 | 15 | |||
1319 | 1 | human-theme (0.38) lucid; urgency=low | 16 | human-theme (0.38) lucid; urgency=low |
1320 | 2 | 17 | ||
1321 | 3 | * merging from vish's changes to fix LP: #518325 | 18 | * merging from vish's changes to fix LP: #518325 |
Contains visual refresh of Huma, HumanLogin & DarkRoom GTK themes.