Merge lp:~lucazade/light-themes/nautilus3 into lp:~ubuntu-art-pkg/light-themes/trunk

Proposed by Lucazade
Status: Merged
Merge reported by: Andrea Cimitan
Merged at revision: not available
Proposed branch: lp:~lucazade/light-themes/nautilus3
Merge into: lp:~ubuntu-art-pkg/light-themes/trunk
Diff against target: 83 lines (+67/-0)
2 files modified
Ambiance/gtk-3.0/apps/nautilus.css (+65/-0)
Ambiance/gtk-3.0/gtk.css (+2/-0)
To merge this branch: bzr merge lp:~lucazade/light-themes/nautilus3
Reviewer Review Type Date Requested Status
Andrea Cimitan Pending
Review via email: mp+68851@code.launchpad.net

Description of the change

* added @define-color cluebar_color in gtk.css
* added import apps/nautilus.css in gtk.css
* improved float statusbar border color
* changed infobar color (trash, ubuntuone, search) from cyan to bg_color

note: this branch works only if /usr/share/nautilus/nautilus.css is commented out

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=== added file 'Ambiance/gtk-3.0/apps/nautilus.css'
2--- Ambiance/gtk-3.0/apps/nautilus.css 1970-01-01 00:00:00 +0000
3+++ Ambiance/gtk-3.0/apps/nautilus.css 2011-07-22 14:27:30 +0000
4@@ -0,0 +1,65 @@
5+NautilusTrashBar.info,
6+NautilusXContentBar.info,
7+NautilusSearchBar.info,
8+NautilusQueryEditor.info {
9+ background-color: @cluebar_color;
10+ border-color: darker (@cluebar_color);
11+
12+ border-radius: 0;
13+ border-width: 1 0;
14+ border-style: solid;
15+}
16+
17+NautilusSearchBar .entry {
18+ border-image: none;
19+ border-color: @cluebar_color;
20+
21+ -GtkEntry-inner-border: 3;
22+}
23+
24+.nautilus-cluebar-label {
25+ font: bold;
26+ color: @theme_fg_color;
27+}
28+
29+#nautilus-search-button *:active,
30+#nautilus-search-button *:active:prelight {
31+ color: @dark_fg_color;
32+}
33+
34+NautilusFloatingBar {
35+ background-image: -gtk-gradient (linear,
36+ left top, left bottom,
37+ from (shade (@notebook_tab_gradient_a, 0.97)),
38+ to (shade (@notebook_tab_gradient_b, 0.90)));
39+
40+ border-color: shade (@theme_bg_color, 0.80);
41+
42+ border-radius: 3 3 0 0;
43+ border-width: 1;
44+ border-style: solid;
45+}
46+
47+NautilusFloatingBar .button {
48+ background-color: alpha (@theme_base_color, 0.0);
49+ background-image: none;
50+
51+ border-style: none;
52+ border-image: none;
53+
54+ -GtkButton-image-spacing: 0;
55+ -GtkButton-inner-border: 0;
56+}
57+
58+NautilusWindow .sidebar .frame {
59+ border-width: 1 0 0 0;
60+ border-style: solid;
61+ border-color: shade (@theme_bg_color, 0.66);
62+ border-radius: 0;
63+}
64+
65+NautilusWindow > GtkTable > .pane-separator {
66+ border-width: 1 1 0 0;
67+ border-style: solid;
68+ border-color: shade (@theme_bg_color, 0.66);
69+}
70
71=== modified file 'Ambiance/gtk-3.0/gtk.css'
72--- Ambiance/gtk-3.0/gtk.css 2011-07-18 21:11:49 +0000
73+++ Ambiance/gtk-3.0/gtk.css 2011-07-22 14:27:30 +0000
74@@ -30,7 +30,9 @@
75 @define-color button_insensitive_bg_color mix (@button_bg_color, @theme_bg_color, 0.6);
76 @define-color dark_bg_color #3c3b37;
77 @define-color dark_fg_color #dfdbd2;
78+@define-color cluebar_color #f2f1f0;
79
80 @import url("gtk-widgets.css");
81 @import url("apps/gnome-panel.css");
82 @import url("apps/gnome-terminal.css");
83+@import url("apps/nautilus.css");

Subscribers

People subscribed via source and target branches