[SOLVED] Mageia 5 cinnamon desktop font color

Here you'll find a place for solutions and hints.

Please use one of the support subforums below for questions or if you have any issues and need support.

[SOLVED] Mageia 5 cinnamon desktop font color

Postby hman » Jul 2nd, '15, 10:09

Hi all,
i needed to change manually desktop icon text font color (from black to white) following this Gentoo wiki page.

On our Mageia 5 i created file ~/.config/gtk-3.0/gtk.css
with follow content:
Code: Select all
.nemo-desktop.nemo-canvas-item {
  color: #fff;
}
 
.nemo-desktop.nemo-canvas-item:selected {
  background-color: alpha (#fff, 0.2);
}
 
NemoWindow .sidebar, NemoWindow .sidebar .view {
  background-color: #444;
  color: #eee; /* light grey */
}


and restart cinnamon session.
Blog: http://www.integrazioneweb.com/

Some projects:
- Monosim github.com/armando-basile/monosim/
- Comex-Project github.com/armando-basile/comex-project
- Sagent github.com/armando-basile/sagent
hman
 
Posts: 34
Joined: Feb 20th, '12, 11:56

Return to The magician suggests...

Who is online

Users browsing this forum: No registered users and 1 guest

cron