Skip to content

Color-Fixer is a Bash script that allows the developer to make corrections on the project's color palette. The script can process multiple files simultaneously and works by substituting the values it encounters inside the code with the closest ones from the new palette. It supports HEX, RGB and RGBA color codes.

License

daniruiz/Color-Fixer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Color-Fixer is licensed under the GNU GENERAL PUBLIC LICENSE v3.0


Color-Fixer is a Bash script that allows the developer to make corrections on the project's color palette. The script can process multiple files simultaneously and works by substituting the values it encounters inside the code with the closest ones from the new palette. It supports HEX, RGB and RGBA color codes.

Usage

colorfixer [OPTION]... [FILE]

    Options:
      -p FILE, --palette FILE 	 read palette colors from FILE
      -x, --hex               	 use hex colors as replacement
      -v, --verbose           	 print color modifications
      -c, --color             	 colorize the output
      -h, --help              	 show this help text

About

Color-Fixer is a Bash script that allows the developer to make corrections on the project's color palette. The script can process multiple files simultaneously and works by substituting the values it encounters inside the code with the closest ones from the new palette. It supports HEX, RGB and RGBA color codes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages