[gnome-themes-standard] nautilus: don't use the theme bg color for desktop icons



commit 9d9e80509f4d3db8970b0efdd2f24defbf7fcfb9
Author: Cosimo Cecchi <cosimoc gnome org>
Date:   Mon Jul 16 11:02:43 2012 -0400

    nautilus: don't use the theme bg color for desktop icons
    
    Use the selected fg instead, which also works fine with the dark
    variant.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=679810

 themes/Adwaita/gtk-3.0/gnome-applications.css |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/Adwaita/gtk-3.0/gnome-applications.css b/themes/Adwaita/gtk-3.0/gnome-applications.css
index f9b7e1d..03f63ab 100644
--- a/themes/Adwaita/gtk-3.0/gnome-applications.css
+++ b/themes/Adwaita/gtk-3.0/gnome-applications.css
@@ -37,7 +37,7 @@ TerminalWindow GtkNotebook.notebook {
 }
 
 .nautilus-desktop.nautilus-canvas-item {
-    color: @theme_bg_color;
+    color: @theme_selected_fg_color;
     text-shadow: 1px 1px black;
 }
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]