Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Ability to change icons name color #7

Open
megapro17 opened this issue Jul 13, 2018 · 2 comments
Open

Ability to change icons name color #7

megapro17 opened this issue Jul 13, 2018 · 2 comments

Comments

@megapro17
Copy link

2018-07-14 02-28-26
How can I make name white color? I can't read the name of them.

@megapro17
Copy link
Author

So, I edited file /usr/share/gnome-shell/extensions/org.gnome-shell.desktop-icons/stylesheet.css
.name-label
{
color: white;
text-shadow: 1px 1px black;
}

Maybe it is system value? Can I found this in dconf?

@dady8889
Copy link
Collaborator

@megapro17 Using the default gnome 3 theme, I can change the label color using the code you have provided.
Try using "color: white !important;"

Proof using "color: black;"
image

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants