Cinnamon desktop

Don´t be shy, Linux is fun! =)
Post Reply
User avatar
bad_brain
Site Owner
Site Owner
Posts: 11636
Joined: 06 Apr 2005, 16:00
18
Location: In your eye floaters.
Contact:

Cinnamon desktop

Post by bad_brain »

anyone experience with the Cinnamon desktop environment? for some odd reason I seem not to be able to change the font color (the ones under the desktop icons)...in the theme .css it IS already #ffffff but it still appears black.... :-s
Image

User avatar
lilrofl
Siliconoclast
Siliconoclast
Posts: 1363
Joined: 28 Jan 2009, 17:00
15
Location: California, USA
Contact:

Re: Cinnamon desktop

Post by lilrofl »

if editing this doesn't work:

Code: Select all

/usr/share/themes/Mint-X/gtk-3.0/apps/gnome-applications.css
You might have to edit this one:

Code: Select all

~/.themes/Mint-X/gtk-3.0/apps/nemo.css
Add:

Code: Select all

.nemo-desktop.nemo-canvas-item {
color: #FFFFFF;
text-shadow: 1px 1px @desktop_item_text_shadow;
}

.nemo-desktop.nemo-canvas-item:selected {
background-color: alpha(#D64A38, 0.9);
background-image: none;
color: #FFFFFF;
text-shadow: none;
}
giving black background, with white font color and the red background color for the selected item.
credit: forums.linuxmint.com
knuffeltjes voor mijn knuffel
[img]http://i911.photobucket.com/albums/ac320/stuphsack/Sig.jpg[/img]

Post Reply