Merge lp:~3v1n0/light-themes/lim-backdrop into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Marco Trevisan (Treviño)
Status: Needs review
Proposed branch: lp:~3v1n0/light-themes/lim-backdrop
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 55 lines (+12/-0)
4 files modified
Ambiance/gtk-3.0/apps/unity.css (+5/-0)
Ambiance/gtk-3.0/gtk.css (+1/-0)
Radiance/gtk-3.0/apps/unity.css (+5/-0)
Radiance/gtk-3.0/gtk.css (+1/-0)
To merge this branch: bzr merge lp:~3v1n0/light-themes/lim-backdrop
Reviewer Review Type Date Requested Status
Ubuntu Artwork Packagers Pending
Review via email: mp+92449@code.launchpad.net

Description of the change

Preliminary support to LIM on Ambiance and Radiance, adding the backdrop status to the panel menubar.

To post a comment you must log in.

Unmerged revisions

196. By Marco Trevisan (Treviño)

Ambiance, Radiance: added backdrop style for unity panel menubar.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'Ambiance/gtk-3.0/apps/unity.css'
--- Ambiance/gtk-3.0/apps/unity.css 2012-02-08 14:18:28 +0000
+++ Ambiance/gtk-3.0/apps/unity.css 2012-02-10 11:38:30 +0000
@@ -16,6 +16,11 @@
16.unity-panel .menubar {16.unity-panel .menubar {
17}17}
1818
19.unity-panel.menubar:backdrop,
20.unity-panel .menubar *:backdrop {
21 color: @dark_backdrop_fg_color;
22}
23
19.unity-panel.menuitem,24.unity-panel.menuitem,
20.unity-panel .menuitem {25.unity-panel .menuitem {
21 border-width: 1px 1px 0 1px;26 border-width: 1px 1px 0 1px;
2227
=== modified file 'Ambiance/gtk-3.0/gtk.css'
--- Ambiance/gtk-3.0/gtk.css 2012-02-06 15:10:06 +0000
+++ Ambiance/gtk-3.0/gtk.css 2012-02-10 11:38:30 +0000
@@ -25,6 +25,7 @@
25@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6);25@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6);
26@define-color dark_bg_color #3c3b37;26@define-color dark_bg_color #3c3b37;
27@define-color dark_fg_color #dfdbd2;27@define-color dark_fg_color #dfdbd2;
28@define-color dark_backdrop_fg_color #807d78;
28@define-color transparent rgba (0, 0, 0, 0);29@define-color transparent rgba (0, 0, 0, 0);
2930
30@import url("gtk-widgets.css");31@import url("gtk-widgets.css");
3132
=== modified file 'Radiance/gtk-3.0/apps/unity.css'
--- Radiance/gtk-3.0/apps/unity.css 2012-02-08 12:55:19 +0000
+++ Radiance/gtk-3.0/apps/unity.css 2012-02-10 11:38:30 +0000
@@ -14,6 +14,11 @@
14.unity-panel .menubar {14.unity-panel .menubar {
15}15}
1616
17.unity-panel.menubar:backdrop,
18.unity-panel .menubar *:backdrop {
19 color: @dark_backdrop_fg_color;
20}
21
17.unity-panel.menuitem,22.unity-panel.menuitem,
18.unity-panel .menuitem {23.unity-panel .menuitem {
19 border-width: 1px 1px 0 1px;24 border-width: 1px 1px 0 1px;
2025
=== modified file 'Radiance/gtk-3.0/gtk.css'
--- Radiance/gtk-3.0/gtk.css 2011-08-25 11:12:53 +0000
+++ Radiance/gtk-3.0/gtk.css 2012-02-10 11:38:30 +0000
@@ -25,6 +25,7 @@
25@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6);25@define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6);
26@define-color dark_bg_color #dfd7cf;26@define-color dark_bg_color #dfd7cf;
27@define-color dark_fg_color @fg_color;27@define-color dark_fg_color @fg_color;
28@define-color dark_backdrop_fg_color #a39e9a;
28@define-color transparent rgba (0, 0, 0, 0);29@define-color transparent rgba (0, 0, 0, 0);
2930
30@import url("gtk-widgets.css");31@import url("gtk-widgets.css");