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
1=== modified file 'Ambiance/gtk-3.0/apps/unity.css'
2--- Ambiance/gtk-3.0/apps/unity.css 2012-02-08 14:18:28 +0000
3+++ Ambiance/gtk-3.0/apps/unity.css 2012-02-10 11:38:30 +0000
4@@ -16,6 +16,11 @@
5 .unity-panel .menubar {
6 }
7
8+.unity-panel.menubar:backdrop,
9+.unity-panel .menubar *:backdrop {
10+ color: @dark_backdrop_fg_color;
11+}
12+
13 .unity-panel.menuitem,
14 .unity-panel .menuitem {
15 border-width: 1px 1px 0 1px;
16
17=== modified file 'Ambiance/gtk-3.0/gtk.css'
18--- Ambiance/gtk-3.0/gtk.css 2012-02-06 15:10:06 +0000
19+++ Ambiance/gtk-3.0/gtk.css 2012-02-10 11:38:30 +0000
20@@ -25,6 +25,7 @@
21 @define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6);
22 @define-color dark_bg_color #3c3b37;
23 @define-color dark_fg_color #dfdbd2;
24+@define-color dark_backdrop_fg_color #807d78;
25 @define-color transparent rgba (0, 0, 0, 0);
26
27 @import url("gtk-widgets.css");
28
29=== modified file 'Radiance/gtk-3.0/apps/unity.css'
30--- Radiance/gtk-3.0/apps/unity.css 2012-02-08 12:55:19 +0000
31+++ Radiance/gtk-3.0/apps/unity.css 2012-02-10 11:38:30 +0000
32@@ -14,6 +14,11 @@
33 .unity-panel .menubar {
34 }
35
36+.unity-panel.menubar:backdrop,
37+.unity-panel .menubar *:backdrop {
38+ color: @dark_backdrop_fg_color;
39+}
40+
41 .unity-panel.menuitem,
42 .unity-panel .menuitem {
43 border-width: 1px 1px 0 1px;
44
45=== modified file 'Radiance/gtk-3.0/gtk.css'
46--- Radiance/gtk-3.0/gtk.css 2011-08-25 11:12:53 +0000
47+++ Radiance/gtk-3.0/gtk.css 2012-02-10 11:38:30 +0000
48@@ -25,6 +25,7 @@
49 @define-color button_insensitive_bg_color mix (@button_bg_color, @bg_color, 0.6);
50 @define-color dark_bg_color #dfd7cf;
51 @define-color dark_fg_color @fg_color;
52+@define-color dark_backdrop_fg_color #a39e9a;
53 @define-color transparent rgba (0, 0, 0, 0);
54
55 @import url("gtk-widgets.css");