Colorize
Implementation Details
How to customize the monochromatic icons.
The tool can be found in /Tools/
.
-
You don't have to be in a specific folder to run the tool.
user@computer:~/Projects/Evolvere-Icons$ Tools/Colorize-AMD64
user@computer:~$ Projects/Evolvere-Icons/Tools/Colorize-ARM64
-
You may need to make it executable.
sudo chmod ug+x Tools/Colorize-AMD64
Tools/Colorize-AMD64 <Template>
Template The path to your template file.
You can try it with the example template.
Tools/Colorize-ARM64 Resources/Examples/Template.yaml
The configuration for how to colorize the icons.
You can specify the Color
& Alpha
for:
Foreground
Background
Warning
Success
Accent
Error
➜ Everything is optional.
➜ If not specified, default values are used.
Setting the RGBA of a component.
Foreground:
Color : '090d11' # Hex
Alpha : .75 # Float
Deactivating a component.
Foreground:
Color : None
Check out the Examples/Template.yaml
for a full example.