RusticBard / Skeuowaita

A different take on adwaita theme.
Creative Commons Zero v1.0 Universal
230 stars 2 forks source link

How to change folder color? #36

Closed Hedronmx closed 2 months ago

Hedronmx commented 3 months ago

I am wondering if its possible to do so. thanks!

RusticBard commented 3 months ago

Do you want the default gnome colors? or do you want to change it to some other colors?

Hedronmx commented 3 months ago

Would like to have anything but gray haha! I cant really see it very well. Either brown or blue would be good :D

RusticBard commented 3 months ago

I am actually working on a script to allow changing the folder colors

RusticBard commented 3 months ago

Well, I have added a script change-color.sh to the repo. You can pass it the color name from the colors available in colors.txt as a commandline argument to apply those colors to the default colors. These won't change the colors of the home folder i.e. desktop, downloads, music, videos etc.

e.g. (from the Skeuowaita installation directory)

./change-color.sh blue

to change the default folder color to blue

available values :

You can also use

./change-color.sh reset

to reset the color of the folders to default grey in case u messed something up

also I switched from .png to .svg with the recent commit since gnome doesn't mess up with my svgs from places folder.

Let me know what you think. Cheers !!

Hedronmx commented 2 months ago

Works perfectly! thank you so much