I've scoured the internet and the forums trying to figure this out. What most people seem to suggest is to change the .nautilus-desktop-canvas-items section in gnome-applications.css in the theme folder. This seems to work, but the theme I want to use didn't have a gnome-applications.css, so I went ahead a created one with the tweaked settings. After the first reboot, it seemed to work strangely enough, but on subsequent reboots it stopped working (the desktop font color went dark again and I can't see the text on a dark background like I have). Any idea what happened?
Also, since I would like to be able to change the theme in the future without tweaking, is it possible to change the setting so it overrides all themes?
- Code: Select all
/usr/share/themes/Sonar-3.2/gtk-3.0 $ ls -la
total 124
drwxr-xr-x 3 root root 4096 2012-05-03 12:42 .
drwxr-xr-x 6 root root 4096 2012-04-11 08:03 ..
drwxr-xr-x 2 root root 4096 2012-04-11 08:03 assets
-rwxr-xr-x 1 root root 99 2012-05-03 12:42 gnome-applications.css
-rwxr-xr-x 1 root root 99 2012-05-02 16:42 gnome-applications.css~
-rwxr-xr-x 1 root root 6736 2011-10-25 05:03 gtk.css
-rwxr-xr-x 1 root root 6736 2011-10-25 05:03 gtk-dark.css
-rwxr-xr-x 1 root root 2395 2011-10-21 06:00 gtk-widgets-assets.css
-rwxr-xr-x 1 root root 42410 2011-11-02 03:18 gtk-widgets.css
-rwxr-xr-x 1 root root 35147 2011-08-08 02:09 LICENSE
-rwxr-xr-x 1 root root 709 2011-10-25 05:59 NEWS
stupac@mormegil /usr/share/themes/Sonar-3.2/gtk-3.0 $ cat gnome-applications.css
.nautilus-desktop.nautilus-canvas-item {
color: @theme_fg_color;
text-shadow: 1 1 white;
}
Thanks for your time!

