I was looking at the Sardi Mono and I found that the folders were too black to my liking. It is almost impossible to see the icons in the Cinnamon menu.
Idea : Why not use the icons of Sardi Flat Black and make them more gray and use these for Sardi Mono.
Prerequisite
- Inkscape is installed
- Sublime text is installed
The movie is the full analysis of my search – no pauses
Coding that has been used is:
And that is all it takes to change the colours but the how we got there is for the most interesting part.
find -name "*.svg" -exec sed -i 's/fill:#494949/fill:#949494/g' {} \; find -name "*.svg" -exec sed -i 's/fill="#494949"/fill="#949494"/g' {} \;
From here :
To here :