Papirus-icon-theme: Folder icon as yellow

Created on 1 Mar 2017  路  16Comments  路  Source: PapirusDevelopmentTeam/papirus-icon-theme

With some themes, folder icons, which is blue in colour, lacks match in contrast. Just wondering if we could have folder icons in Yellow. Please consider.

duplicate

All 16 comments

I did read about Folder Colour. But, when I visited the link, it took me a website where the installer talks about 15.04. Most of us are on 16.04, right ? Does this solution work with it ? Thanks.

@meetdilip yes, Folder Color is available in Ubuntu repos.

sudo apt install folder-color

@SmartFinn I tried that command, and installed _Folder Color_. But nothing on Dash after reboot for _Folder Color_. What to do ? :(

@meetdilip It's Nautilus extension, just open context menu on any folder.

Thanks @SmartFinn . Any chance I can have #ffe680ff as folder colour. The current yellow is a bit harsh on eyes.

@meetdilip you can replace the color using find + sed:

YELLOW="#ffe680"
YELLOW_DARK="#f7dc6e"

find /usr/share/icons/Papirus/ -type f -name '*-yellow.svg' -exec sudo sed -i -e "s/#f5ce46/${YELLOW}/gI" -e "s/#e5b732/${YELLOW_DARK}/gI" {} \;

to restore just reinstall Papirus.

@SmartFinn , I just ran the command. Nothing happened. :(

@meetdilip oops, sorry, command fixed.

Don't forget to choose yellow via Folder Color. If you already have a yellow folder, choose gray and return to yellow after executing the command.

@SmartFinn Now folders turn black when I choose Yellow :(

What to do ?

PS : I ran the given command on terminal

@meetdilip reinstall Papirus and paste & execute the command line by line.

@SmartFinn I use PPA. How can I reinstall Papirus ?

@meetdilip

sudo apt install --reinstall papirus-icon-theme

@SmartFinn I used those commands in succession. Still, I get black coloured folder when I choose Yellow :(

@meetdilip

choose gray and return to yellow after executing the command

I chose a different colour. It was cyan. Thought that would do. Will try " grey " this time.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

bepvte picture bepvte  路  36Comments

NusryNizam picture NusryNizam  路  26Comments

orschiro picture orschiro  路  23Comments

Hofer-Julian picture Hofer-Julian  路  25Comments

jEsuSdA picture jEsuSdA  路  48Comments