PapirusDevelopmentTeam / papirus-icon-theme

Pixel perfect icon theme for Linux
https://git.io/papirus-icon-theme
GNU General Public License v3.0
6.65k stars 423 forks source link

[Suggestion] Different brown folder colors #394

Closed ghost closed 7 years ago

ghost commented 7 years ago

Hello, when I download/update Papirus icon theme I use sed to change brown colors, because the original brown folders look like, hum, think about something disgusting which is brown. It's my opinion of course and maybe the current brown palette is ok for everybody. But I'll share the colors I use if anyone is interested, and maybe it could become integrated officialy...

605233 -> #705941

856b35 -> #a88661

Screenshot: capture d ecran de 2017-03-16 12-39-59

By the way this is the command line I use in my bashrc (as an alias) if it helps anybody:

# Install/Update Papirus icons
alias papirus="su -c 'wget -qO- https://raw.githubusercontent.com/PapirusDevelopmentTeam/papirus-icon-theme/master/install-papirus-root.sh | sh && sleep 5 && sed -i 's/856b35/a88661/g' /usr/share/icons/Papirus/*/places/* && sed -i 's/605233/705941/g' /usr/share/icons/Papirus/*/places/*' && /home/alex.dws/Documents/_crea/Scripts/folder-color-cli.py --set brown"
SmartFinn commented 7 years ago

759