Merge lp:~cimi/light-themes/remove-pixbuf-dep-shrink-size into lp:~ubuntu-art-pkg/light-themes/trunk
- remove-pixbuf-dep-shrink-size
- Merge into trunk
Proposed by
Andrea Cimitan
on 2012-04-12
| Status: | Merged |
|---|---|
| Merged at revision: | 224 |
| Proposed branch: | lp:~cimi/light-themes/remove-pixbuf-dep-shrink-size |
| Merge into: | lp:~ubuntu-art-pkg/light-themes/trunk |
| Diff against target: |
455 lines (+0/-363) 7 files modified
Ambiance/gtk-2.0/apps/gedit.rc (+0/-35) Ambiance/gtk-2.0/apps/gnome-panel.rc (+0/-118) Ambiance/gtk-2.0/apps/ubuntuone.rc (+0/-49) Ambiance/gtk-2.0/gtkrc (+0/-3) Radiance/gtk-2.0/apps/gedit.rc (+0/-35) Radiance/gtk-2.0/apps/gnome-panel.rc (+0/-121) Radiance/gtk-2.0/gtkrc (+0/-2) |
| To merge this branch: | bzr merge lp:~cimi/light-themes/remove-pixbuf-dep-shrink-size |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Ken VanDine | 2012-04-12 | Approve on 2012-04-12 | |
|
Review via email:
|
|||
Commit Message
Description of the Change
Try removing stuff we don't need.
To post a comment you must log in.
Preview Diff
[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
| 1 | === removed file 'Ambiance/gtk-2.0/apps/gedit.rc' |
| 2 | --- Ambiance/gtk-2.0/apps/gedit.rc 2011-04-12 05:53:33 +0000 |
| 3 | +++ Ambiance/gtk-2.0/apps/gedit.rc 1970-01-01 00:00:00 +0000 |
| 4 | @@ -1,35 +0,0 @@ |
| 5 | -style "gedit-frame" |
| 6 | -{ |
| 7 | - engine "pixmap" |
| 8 | - { |
| 9 | - image |
| 10 | - { |
| 11 | - function = SHADOW |
| 12 | - } |
| 13 | - } |
| 14 | -} |
| 15 | - |
| 16 | -style "thin" |
| 17 | -{ |
| 18 | - xthickness = 0 |
| 19 | - ythickness = 0 |
| 20 | -} |
| 21 | - |
| 22 | -widget_class "*Gedit*.<GtkFrame>*" style "gedit-frame" |
| 23 | -widget_class "*Gedit*.<GtkScrolledWindow>" style "thin" |
| 24 | -widget_class "*Gedit*.<GtkArrow>*" style:highest "default" |
| 25 | - |
| 26 | -style "gedit-notebook" |
| 27 | -{ |
| 28 | - base[ACTIVE] = shade (0.94, @selected_bg_color) |
| 29 | -} |
| 30 | - |
| 31 | -widget_class "*GeditNotebook" style "gedit-notebook" |
| 32 | -widget_class "*GeditNotebook*Tab*" style "gedit-notebook" |
| 33 | - |
| 34 | -style "gedit" |
| 35 | -{ |
| 36 | - GtkComboBox::appears-as-list = 0 |
| 37 | -} |
| 38 | - |
| 39 | -widget_class "*Gedit*" style "gedit" |
| 40 | |
| 41 | === removed file 'Ambiance/gtk-2.0/apps/gnome-panel.rc' |
| 42 | --- Ambiance/gtk-2.0/apps/gnome-panel.rc 2010-11-04 04:04:29 +0000 |
| 43 | +++ Ambiance/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00 +0000 |
| 44 | @@ -1,118 +0,0 @@ |
| 45 | -# ============================================================================== |
| 46 | -# GNOME PANEL SPECIFIC SETTINGS |
| 47 | -# ============================================================================== |
| 48 | - |
| 49 | -style "panel" = "dark" |
| 50 | -{ |
| 51 | - xthickness = 0 |
| 52 | - ythickness = 0 |
| 53 | - |
| 54 | - bg_pixmap[NORMAL] = "img/panel.png" |
| 55 | - bg[NORMAL] = "#4b4a46" |
| 56 | - |
| 57 | - engine "murrine" { |
| 58 | - #contrast = 1.0 |
| 59 | - textstyle = 2 |
| 60 | - text_shade = 0.35 |
| 61 | - } |
| 62 | -} |
| 63 | - |
| 64 | -style "panel_task_button" = "dark" |
| 65 | -{ |
| 66 | - xthickness = 3 |
| 67 | - xthickness = 3 |
| 68 | - |
| 69 | - GtkWidget::focus-line-width = 0 |
| 70 | - GtkWidget::focus_padding = 0 |
| 71 | - GtkWidget::interior_focus = 0 |
| 72 | - GtkWidget::internal_padding = 0 |
| 73 | - |
| 74 | - GtkButton::child_displacement_x = 0 |
| 75 | - GtkButton::child_displacement_y = 0 |
| 76 | - GtkButton::default_border = {0, 0, 0, 0} |
| 77 | - GtkButton::default_outside_border = {0, 0, 0, 0} |
| 78 | - GtkButtonBox::child_internal_pad_x = 0 |
| 79 | - GtkButtonBox::child_internal_pad_y = 0 |
| 80 | - GtkButtonBox::child_min_heigth = 0 |
| 81 | - |
| 82 | - engine "pixmap" { |
| 83 | - |
| 84 | - image |
| 85 | - { |
| 86 | - function = BOX |
| 87 | - recolorable = TRUE |
| 88 | - state = NORMAL |
| 89 | - file = "img/panel-button-inactive.png" |
| 90 | - border = { 1, 1, 1, 1 } |
| 91 | - stretch = TRUE |
| 92 | - } |
| 93 | - |
| 94 | - image |
| 95 | - { |
| 96 | - function = BOX |
| 97 | - recolorable = TRUE |
| 98 | - state = PRELIGHT |
| 99 | - file = "img/panel-button-hover.png" |
| 100 | - border = { 1, 1, 1, 1 } |
| 101 | - stretch = TRUE |
| 102 | - } |
| 103 | - |
| 104 | - image |
| 105 | - { |
| 106 | - function = BOX |
| 107 | - recolorable = TRUE |
| 108 | - shadow = OUT |
| 109 | - state = PRELIGHT |
| 110 | - file = "img/panel-button-hover.png" |
| 111 | - border = { 1, 1, 1, 1 } |
| 112 | - stretch = TRUE |
| 113 | - |
| 114 | - } |
| 115 | - |
| 116 | - image |
| 117 | - { |
| 118 | - function = BOX |
| 119 | - recolorable = TRUE |
| 120 | - shadow = IN |
| 121 | - state = PRELIGHT |
| 122 | - file = "img/panel-button-hover.png" |
| 123 | - border = { 1, 1, 1, 1 } |
| 124 | - stretch = TRUE |
| 125 | - |
| 126 | - } |
| 127 | - |
| 128 | - image |
| 129 | - { |
| 130 | - function = BOX |
| 131 | - recolorable = TRUE |
| 132 | - state = ACTIVE |
| 133 | - file = "img/panel-button-active.png" |
| 134 | - border = { 4, 4, 4, 4 } |
| 135 | - stretch = TRUE |
| 136 | - } |
| 137 | - image |
| 138 | - { |
| 139 | - function = BOX |
| 140 | - recolorable = TRUE |
| 141 | - state = INSENSITIVE |
| 142 | - file = "img/panel-button-inactive.png" |
| 143 | - border = { 1, 1, 1, 1 } |
| 144 | - stretch = TRUE |
| 145 | - } |
| 146 | - } |
| 147 | -} |
| 148 | - |
| 149 | -#widget_class "*Panel*" style "panel" |
| 150 | -widget "*PanelWidget*" style "panel" |
| 151 | -widget "*PanelApplet*" style "panel" |
| 152 | -widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet |
| 153 | -widget "*CPUFreqApplet*" style "panel" # workaround for CpuFreq Applet |
| 154 | -class "PanelApp*" style "panel" |
| 155 | -class "PanelToplevel*" style "panel" |
| 156 | -#widget_class "*Mail*" style "panel" |
| 157 | -widget_class "*notif*" style "panel" |
| 158 | - |
| 159 | -#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop |
| 160 | -widget "*task*" style "panel_task_button" |
| 161 | -widget "*.tasklist-button" style "panel_task_button" |
| 162 | -widget "*PanelApplet*TaskTitle*" style "panel_task_button" |
| 163 | |
| 164 | === removed directory 'Ambiance/gtk-2.0/apps/img' |
| 165 | === removed file 'Ambiance/gtk-2.0/apps/img/arrow-down.png' |
| 166 | Binary files Ambiance/gtk-2.0/apps/img/arrow-down.png 2010-08-26 18:33:24 +0000 and Ambiance/gtk-2.0/apps/img/arrow-down.png 1970-01-01 00:00:00 +0000 differ |
| 167 | === removed file 'Ambiance/gtk-2.0/apps/img/handle-h.png' |
| 168 | Binary files Ambiance/gtk-2.0/apps/img/handle-h.png 2010-08-26 18:33:24 +0000 and Ambiance/gtk-2.0/apps/img/handle-h.png 1970-01-01 00:00:00 +0000 differ |
| 169 | === removed file 'Ambiance/gtk-2.0/apps/img/handle-v.png' |
| 170 | Binary files Ambiance/gtk-2.0/apps/img/handle-v.png 2010-08-26 18:33:24 +0000 and Ambiance/gtk-2.0/apps/img/handle-v.png 1970-01-01 00:00:00 +0000 differ |
| 171 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-center-normal.png' |
| 172 | Binary files Ambiance/gtk-2.0/apps/img/mode-center-normal.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-center-normal.png 1970-01-01 00:00:00 +0000 differ |
| 173 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-center-prelight.png' |
| 174 | Binary files Ambiance/gtk-2.0/apps/img/mode-center-prelight.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-center-prelight.png 1970-01-01 00:00:00 +0000 differ |
| 175 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-center-pressed.png' |
| 176 | Binary files Ambiance/gtk-2.0/apps/img/mode-center-pressed.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-center-pressed.png 1970-01-01 00:00:00 +0000 differ |
| 177 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-left-normal.png' |
| 178 | Binary files Ambiance/gtk-2.0/apps/img/mode-left-normal.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-left-normal.png 1970-01-01 00:00:00 +0000 differ |
| 179 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-left-prelight.png' |
| 180 | Binary files Ambiance/gtk-2.0/apps/img/mode-left-prelight.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-left-prelight.png 1970-01-01 00:00:00 +0000 differ |
| 181 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-left-pressed.png' |
| 182 | Binary files Ambiance/gtk-2.0/apps/img/mode-left-pressed.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-left-pressed.png 1970-01-01 00:00:00 +0000 differ |
| 183 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-right-normal.png' |
| 184 | Binary files Ambiance/gtk-2.0/apps/img/mode-right-normal.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-right-normal.png 1970-01-01 00:00:00 +0000 differ |
| 185 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-right-prelight.png' |
| 186 | Binary files Ambiance/gtk-2.0/apps/img/mode-right-prelight.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-right-prelight.png 1970-01-01 00:00:00 +0000 differ |
| 187 | === removed file 'Ambiance/gtk-2.0/apps/img/mode-right-pressed.png' |
| 188 | Binary files Ambiance/gtk-2.0/apps/img/mode-right-pressed.png 2011-02-18 11:02:18 +0000 and Ambiance/gtk-2.0/apps/img/mode-right-pressed.png 1970-01-01 00:00:00 +0000 differ |
| 189 | === removed file 'Ambiance/gtk-2.0/apps/img/panel-button-active.png' |
| 190 | Binary files Ambiance/gtk-2.0/apps/img/panel-button-active.png 2010-08-26 18:33:24 +0000 and Ambiance/gtk-2.0/apps/img/panel-button-active.png 1970-01-01 00:00:00 +0000 differ |
| 191 | === removed file 'Ambiance/gtk-2.0/apps/img/panel-button-hover.png' |
| 192 | Binary files Ambiance/gtk-2.0/apps/img/panel-button-hover.png 2010-08-26 18:33:24 +0000 and Ambiance/gtk-2.0/apps/img/panel-button-hover.png 1970-01-01 00:00:00 +0000 differ |
| 193 | === removed file 'Ambiance/gtk-2.0/apps/img/panel-button-inactive.png' |
| 194 | Binary files Ambiance/gtk-2.0/apps/img/panel-button-inactive.png 2010-08-26 18:33:24 +0000 and Ambiance/gtk-2.0/apps/img/panel-button-inactive.png 1970-01-01 00:00:00 +0000 differ |
| 195 | === removed file 'Ambiance/gtk-2.0/apps/img/panel.png' |
| 196 | Binary files Ambiance/gtk-2.0/apps/img/panel.png 2010-08-26 18:33:24 +0000 and Ambiance/gtk-2.0/apps/img/panel.png 1970-01-01 00:00:00 +0000 differ |
| 197 | === removed file 'Ambiance/gtk-2.0/apps/ubuntuone.rc' |
| 198 | --- Ambiance/gtk-2.0/apps/ubuntuone.rc 2011-03-23 23:36:18 +0000 |
| 199 | +++ Ambiance/gtk-2.0/apps/ubuntuone.rc 1970-01-01 00:00:00 +0000 |
| 200 | @@ -1,49 +0,0 @@ |
| 201 | -# ============================================================================== |
| 202 | -# UBUNTU ONE SPECIFIC SETTINGS |
| 203 | -# ============================================================================== |
| 204 | - |
| 205 | -style "ubuntuone-button" = "button" { engine "murrine" { border_shades = {0.3, 0.2} shadow_shades = {0.9,3.0} } } |
| 206 | -style "ubuntuone-sep" = "dark" { engine "murrine" { contrast = 1.4 } } |
| 207 | -style "ubuntuone-buttonfix" = "default" { GtkWidget ::focus-line-width = 0 fg[ACTIVE] = "#fff" } |
| 208 | - |
| 209 | -style "mode-button" { |
| 210 | - engine "pixmap" { |
| 211 | - image { function = BOX state = PRELIGHT file = "img/mode-center-prelight.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 212 | - image { function = BOX state = NORMAL file = "img/mode-center-normal.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 213 | - image { function = BOX state = ACTIVE file = "img/mode-center-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 214 | - image { function = BOX state = INSENSITIVE file = "img/mode-center-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 215 | - image { function = BOX state = SELECTED file = "img/mode-center-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 216 | - } |
| 217 | -} |
| 218 | - |
| 219 | -style "mode-left" { |
| 220 | - engine "pixmap" { |
| 221 | - image { function = BOX state = PRELIGHT file = "img/mode-left-prelight.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 222 | - image { function = BOX state = NORMAL file = "img/mode-left-normal.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 223 | - image { function = BOX state = ACTIVE file = "img/mode-left-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 224 | - image { function = BOX state = INSENSITIVE file = "img/mode-left-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 225 | - image { function = BOX state = SELECTED file = "img/mode-left-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 226 | - } |
| 227 | -} |
| 228 | - |
| 229 | -style "mode-right" { |
| 230 | - engine "pixmap" { |
| 231 | - image { function = BOX state = PRELIGHT file = "img/mode-right-prelight.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 232 | - image { function = BOX state = NORMAL file = "img/mode-right-normal.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 233 | - image { function = BOX state = ACTIVE file = "img/mode-right-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 234 | - image { function = BOX state = INSENSITIVE file = "img/mode-right-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 235 | - image { function = BOX state = SELECTED file = "img/mode-right-pressed.png" border = { 3, 13, 3, 3 } stretch = TRUE } |
| 236 | - } |
| 237 | -} |
| 238 | - |
| 239 | -widget "*ManagementPanel.GtkVBox.GtkEventBox.GtkVBox.GtkHBox.GtkHBox*Button" style "ubuntuone-button" |
| 240 | -widget "*ManagementPanel.GtkVBox.GtkEventBox.*GtkHButtonBox*Button" style "mode-button" |
| 241 | -widget "*ManagementPanel.GtkVBox.GtkEventBox.*GtkHButtonBox*ModeLeft*" style "mode-left" |
| 242 | -widget "*ManagementPanel.GtkVBox.GtkEventBox.*GtkHButtonBox*ModeRight*" style "mode-right" |
| 243 | -widget "*ManagementPanel.GtkVBox.GtkEventBox.*GtkHButtonBox*" style:highest "ubuntuone-buttonfix" |
| 244 | -widget "*ManagementPanel.GtkVBox.GtkEventBox.GtkVBox.GtkHBox.GtkHSeparator" style "ubuntuone-sep" |
| 245 | -widget "*ManagementPanel.GtkVBox.GtkNotebook.GtkVBox.GtkEventBox*" style "dark" |
| 246 | -widget "*ManagementPanel*DevicesPanel.GtkEventBox*" style "dark" |
| 247 | -widget "*ManagementPanel.GtkVBox.GtkEventBox*" style "dark" |
| 248 | -widget "*OverviewPanel.GtkVBox.GtkEventBox*" style "dark" |
| 249 | - |
| 250 | |
| 251 | === modified file 'Ambiance/gtk-2.0/gtkrc' |
| 252 | --- Ambiance/gtk-2.0/gtkrc 2012-02-27 14:51:05 +0000 |
| 253 | +++ Ambiance/gtk-2.0/gtkrc 2012-04-12 13:23:18 +0000 |
| 254 | @@ -713,8 +713,5 @@ |
| 255 | #include "apps/banshee.rc" |
| 256 | include "apps/chromium.rc" |
| 257 | include "apps/ff.rc" |
| 258 | -#include "apps/gedit.rc" |
| 259 | -include "apps/gnome-panel.rc" |
| 260 | include "apps/gnome-terminal.rc" |
| 261 | include "apps/nautilus.rc" |
| 262 | -include "apps/ubuntuone.rc" |
| 263 | |
| 264 | === removed file 'Radiance/gtk-2.0/apps/gedit.rc' |
| 265 | --- Radiance/gtk-2.0/apps/gedit.rc 2011-04-12 05:53:33 +0000 |
| 266 | +++ Radiance/gtk-2.0/apps/gedit.rc 1970-01-01 00:00:00 +0000 |
| 267 | @@ -1,35 +0,0 @@ |
| 268 | -style "gedit-frame" |
| 269 | -{ |
| 270 | - engine "pixmap" |
| 271 | - { |
| 272 | - image |
| 273 | - { |
| 274 | - function = SHADOW |
| 275 | - } |
| 276 | - } |
| 277 | -} |
| 278 | - |
| 279 | -style "thin" |
| 280 | -{ |
| 281 | - xthickness = 0 |
| 282 | - ythickness = 0 |
| 283 | -} |
| 284 | - |
| 285 | -widget_class "*Gedit*.<GtkFrame>*" style "gedit-frame" |
| 286 | -widget_class "*Gedit*.<GtkScrolledWindow>" style "thin" |
| 287 | -widget_class "*Gedit*.<GtkArrow>*" style:highest "default" |
| 288 | - |
| 289 | -style "gedit-notebook" |
| 290 | -{ |
| 291 | - base[ACTIVE] = shade (0.94, @selected_bg_color) |
| 292 | -} |
| 293 | - |
| 294 | -widget_class "*GeditNotebook" style "gedit-notebook" |
| 295 | -widget_class "*GeditNotebook*Tab*" style "gedit-notebook" |
| 296 | - |
| 297 | -style "gedit" |
| 298 | -{ |
| 299 | - GtkComboBox::appears-as-list = 0 |
| 300 | -} |
| 301 | - |
| 302 | -widget_class "*Gedit*" style "gedit" |
| 303 | |
| 304 | === removed file 'Radiance/gtk-2.0/apps/gnome-panel.rc' |
| 305 | --- Radiance/gtk-2.0/apps/gnome-panel.rc 2010-08-26 18:33:24 +0000 |
| 306 | +++ Radiance/gtk-2.0/apps/gnome-panel.rc 1970-01-01 00:00:00 +0000 |
| 307 | @@ -1,121 +0,0 @@ |
| 308 | -# ============================================================================== |
| 309 | -# GNOME PANEL SPECIFIC SETTINGS |
| 310 | -# ============================================================================== |
| 311 | - |
| 312 | -style "panel" |
| 313 | -{ |
| 314 | - xthickness = 0 |
| 315 | - ythickness = 0 |
| 316 | - |
| 317 | - bg_pixmap[NORMAL] = "img/panel.png" |
| 318 | -# bg[NORMAL] = "#4b4a46" |
| 319 | - |
| 320 | - engine "murrine" { |
| 321 | - #contrast = 1.0 |
| 322 | - textstyle = 1 |
| 323 | - text_shade = 1.5 |
| 324 | - } |
| 325 | -} |
| 326 | - |
| 327 | -style "panel_task_button" |
| 328 | -{ |
| 329 | - xthickness = 3 |
| 330 | - xthickness = 3 |
| 331 | - |
| 332 | - GtkWidget::focus-line-width = 0 |
| 333 | - GtkWidget::focus_padding = 0 |
| 334 | - GtkWidget::interior_focus = 0 |
| 335 | - GtkWidget::internal_padding = 0 |
| 336 | - |
| 337 | - GtkButton::child_displacement_x = 0 |
| 338 | - GtkButton::child_displacement_y = 0 |
| 339 | - GtkButton::default_border = {0, 0, 0, 0} |
| 340 | - GtkButton::default_outside_border = {0, 0, 0, 0} |
| 341 | - GtkButtonBox::child_internal_pad_x = 0 |
| 342 | - GtkButtonBox::child_internal_pad_y = 0 |
| 343 | - GtkButtonBox::child_min_heigth = 0 |
| 344 | - |
| 345 | - bg[SELECTED] = shade (0.2, @bg_color) |
| 346 | - bg[PRELIGHT] = shade (0.26, @bg_color) |
| 347 | - bg[ACTIVE] = shade (0.2, @bg_color) |
| 348 | - |
| 349 | - engine "pixmap" { |
| 350 | - |
| 351 | - image |
| 352 | - { |
| 353 | - function = BOX |
| 354 | - recolorable = TRUE |
| 355 | - state = NORMAL |
| 356 | - file = "img/panel-button-inactive.png" |
| 357 | - border = { 1, 1, 1, 1 } |
| 358 | - stretch = TRUE |
| 359 | - } |
| 360 | - |
| 361 | - image |
| 362 | - { |
| 363 | - function = BOX |
| 364 | - recolorable = TRUE |
| 365 | - state = PRELIGHT |
| 366 | - file = "img/panel-button-hover.png" |
| 367 | - border = { 1, 1, 1, 1 } |
| 368 | - stretch = TRUE |
| 369 | - } |
| 370 | - |
| 371 | - image |
| 372 | - { |
| 373 | - function = BOX |
| 374 | - recolorable = TRUE |
| 375 | - shadow = OUT |
| 376 | - state = PRELIGHT |
| 377 | - file = "img/panel-button-hover.png" |
| 378 | - border = { 1, 1, 1, 1 } |
| 379 | - stretch = TRUE |
| 380 | - |
| 381 | - } |
| 382 | - |
| 383 | - image |
| 384 | - { |
| 385 | - function = BOX |
| 386 | - recolorable = TRUE |
| 387 | - shadow = IN |
| 388 | - state = PRELIGHT |
| 389 | - file = "img/panel-button-hover.png" |
| 390 | - border = { 1, 1, 1, 1 } |
| 391 | - stretch = TRUE |
| 392 | - |
| 393 | - } |
| 394 | - |
| 395 | - image |
| 396 | - { |
| 397 | - function = BOX |
| 398 | - recolorable = TRUE |
| 399 | - state = ACTIVE |
| 400 | - file = "img/panel-button-active.png" |
| 401 | - border = { 4, 4, 4, 4 } |
| 402 | - stretch = TRUE |
| 403 | - } |
| 404 | - image |
| 405 | - { |
| 406 | - function = BOX |
| 407 | - recolorable = TRUE |
| 408 | - state = INSENSITIVE |
| 409 | - file = "img/panel-button-inactive.png" |
| 410 | - border = { 1, 1, 1, 1 } |
| 411 | - stretch = TRUE |
| 412 | - } |
| 413 | - } |
| 414 | -} |
| 415 | - |
| 416 | -#widget_class "*Panel*" style "panel" |
| 417 | -widget "*PanelWidget*" style "panel" |
| 418 | -widget "*PanelApplet*" style "panel" |
| 419 | -widget "*fast-user-switch*" style "panel" # workaround for Fast User Switch applet |
| 420 | -class "PanelApp*" style "panel" |
| 421 | -class "PanelToplevel*" style "panel" |
| 422 | -#widget_class "*Mail*" style "panel" |
| 423 | -widget_class "*notif*" style "panel" |
| 424 | - |
| 425 | -#widget_class "*?anel*utton" style "panel_task_button" # causing problems to monodevelop |
| 426 | -widget "*task*" style "panel_task_button" |
| 427 | -widget "*.tasklist-button" style "panel_task_button" |
| 428 | -widget "*PanelApplet*TaskTitle*" style "panel_task_button" |
| 429 | |
| 430 | === removed directory 'Radiance/gtk-2.0/apps/img' |
| 431 | === removed file 'Radiance/gtk-2.0/apps/img/arrow-down.png' |
| 432 | Binary files Radiance/gtk-2.0/apps/img/arrow-down.png 2010-08-26 18:33:24 +0000 and Radiance/gtk-2.0/apps/img/arrow-down.png 1970-01-01 00:00:00 +0000 differ |
| 433 | === removed file 'Radiance/gtk-2.0/apps/img/handle-h.png' |
| 434 | Binary files Radiance/gtk-2.0/apps/img/handle-h.png 2010-08-26 18:33:24 +0000 and Radiance/gtk-2.0/apps/img/handle-h.png 1970-01-01 00:00:00 +0000 differ |
| 435 | === removed file 'Radiance/gtk-2.0/apps/img/handle-v.png' |
| 436 | Binary files Radiance/gtk-2.0/apps/img/handle-v.png 2010-08-26 18:33:24 +0000 and Radiance/gtk-2.0/apps/img/handle-v.png 1970-01-01 00:00:00 +0000 differ |
| 437 | === removed file 'Radiance/gtk-2.0/apps/img/panel-button-active.png' |
| 438 | Binary files Radiance/gtk-2.0/apps/img/panel-button-active.png 2010-08-26 18:33:24 +0000 and Radiance/gtk-2.0/apps/img/panel-button-active.png 1970-01-01 00:00:00 +0000 differ |
| 439 | === removed file 'Radiance/gtk-2.0/apps/img/panel-button-hover.png' |
| 440 | Binary files Radiance/gtk-2.0/apps/img/panel-button-hover.png 2010-08-26 18:33:24 +0000 and Radiance/gtk-2.0/apps/img/panel-button-hover.png 1970-01-01 00:00:00 +0000 differ |
| 441 | === removed file 'Radiance/gtk-2.0/apps/img/panel-button-inactive.png' |
| 442 | Binary files Radiance/gtk-2.0/apps/img/panel-button-inactive.png 2010-08-26 18:33:24 +0000 and Radiance/gtk-2.0/apps/img/panel-button-inactive.png 1970-01-01 00:00:00 +0000 differ |
| 443 | === removed file 'Radiance/gtk-2.0/apps/img/panel.png' |
| 444 | Binary files Radiance/gtk-2.0/apps/img/panel.png 2010-08-26 18:33:24 +0000 and Radiance/gtk-2.0/apps/img/panel.png 1970-01-01 00:00:00 +0000 differ |
| 445 | === modified file 'Radiance/gtk-2.0/gtkrc' |
| 446 | --- Radiance/gtk-2.0/gtkrc 2012-02-27 14:51:05 +0000 |
| 447 | +++ Radiance/gtk-2.0/gtkrc 2012-04-12 13:23:18 +0000 |
| 448 | @@ -684,7 +684,5 @@ |
| 449 | #include "apps/banshee.rc" |
| 450 | include "apps/chromium.rc" |
| 451 | include "apps/ff.rc" |
| 452 | -#include "apps/gedit.rc" |
| 453 | -include "apps/gnome-panel.rc" |
| 454 | include "apps/gnome-terminal.rc" |
| 455 | include "apps/nautilus.rc" |

Looks good