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
=== modified file 'Ambiance/gtk-3.20/apps/gnome-flashback.css'
--- Ambiance/gtk-3.20/apps/gnome-flashback.css 2016-08-27 14:04:48 +0000
+++ Ambiance/gtk-3.20/apps/gnome-flashback.css 2020-08-27 19:04:00 +0000
@@ -56,3 +56,15 @@
56 background-color: @dark_bg_color;56 background-color: @dark_bg_color;
57 color: @dark_fg_color;57 color: @dark_fg_color;
58}58}
59
60gf-icon label {
61 color: white;
62}
63
64gf-icon:selected label {
65 color: @selected_fg_color;
66}
67
68gf-icon:selected:backdrop label {
69 color: @backdrop_selected_fg_color;
70}
5971
=== modified file 'Radiance/gtk-3.20/apps/gnome-flashback.css'
--- Radiance/gtk-3.20/apps/gnome-flashback.css 2016-08-27 14:04:48 +0000
+++ Radiance/gtk-3.20/apps/gnome-flashback.css 2020-08-27 19:04:00 +0000
@@ -56,3 +56,15 @@
56 background-color: @dark_bg_color;56 background-color: @dark_bg_color;
57 color: @dark_fg_color;57 color: @dark_fg_color;
58}58}
59
60gf-icon label {
61 color: white;
62}
63
64gf-icon:selected label {
65 color: @selected_fg_color;
66}
67
68gf-icon:selected:backdrop label {
69 color: @backdrop_selected_fg_color;
70}

Subscribers

People subscribed via source and target branches