Merge lp:~mitya57/ubuntu-themes/gnome-flashback-desktop-icons into lp:ubuntu-themes

Proposed by Dmitry Shachnev
Status: Merged
Merged at revision: 635
Proposed branch: lp:~mitya57/ubuntu-themes/gnome-flashback-desktop-icons
Merge into: lp:ubuntu-themes
Diff against target: 39 lines (+24/-0)
2 files modified
Ambiance/gtk-3.20/apps/gnome-flashback.css (+12/-0)
Radiance/gtk-3.20/apps/gnome-flashback.css (+12/-0)
To merge this branch: bzr merge lp:~mitya57/ubuntu-themes/gnome-flashback-desktop-icons
Reviewer Review Type Date Requested Status
Alberts Muktupāvels (community) Approve
Ubuntu Artwork Packagers Pending
Review via email: mp+389920@code.launchpad.net

Description of the change

Set foreground color for gnome-flashback desktop icons, to change it from gray to white. The background colors seem to be already fine.

To post a comment you must log in.
Revision history for this message
Alberts Muktupāvels (muktupavels) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Ambiance/gtk-3.20/apps/gnome-flashback.css'
2--- Ambiance/gtk-3.20/apps/gnome-flashback.css 2016-08-27 14:04:48 +0000
3+++ Ambiance/gtk-3.20/apps/gnome-flashback.css 2020-08-27 19:04:00 +0000
4@@ -56,3 +56,15 @@
5 background-color: @dark_bg_color;
6 color: @dark_fg_color;
7 }
8+
9+gf-icon label {
10+ color: white;
11+}
12+
13+gf-icon:selected label {
14+ color: @selected_fg_color;
15+}
16+
17+gf-icon:selected:backdrop label {
18+ color: @backdrop_selected_fg_color;
19+}
20
21=== modified file 'Radiance/gtk-3.20/apps/gnome-flashback.css'
22--- Radiance/gtk-3.20/apps/gnome-flashback.css 2016-08-27 14:04:48 +0000
23+++ Radiance/gtk-3.20/apps/gnome-flashback.css 2020-08-27 19:04:00 +0000
24@@ -56,3 +56,15 @@
25 background-color: @dark_bg_color;
26 color: @dark_fg_color;
27 }
28+
29+gf-icon label {
30+ color: white;
31+}
32+
33+gf-icon:selected label {
34+ color: @selected_fg_color;
35+}
36+
37+gf-icon:selected:backdrop label {
38+ color: @backdrop_selected_fg_color;
39+}

Subscribers

People subscribed via source and target branches