Color Combine it's an extension for visual studio code to combine colors.
There are two different ways to install:
- From the Marketplace link: Color Combine.
- Entering the Marketplace section of VS Code and searching for Color Combine.
- Clone the repository: To clone the repository, on the machine where you want to download the project, you will have to enter the command
git clone https://github.com/Aritz-Garcia/Color-Combine
. - Install dependencies: To install dependencies you will have to enter the
npm install
command. - Execute the code: To execute the code there are different ways:
- By opening VS Code with the repository and clicking the
F5
button. - Entering the "Execution and debugging" section and clicking the "▶" button.
Warning
This second option is only for testing. To download the extension you have to do it with the first option.
Please read CONTRIBUTING.md for details of the code of conduct, and the process for submitting pull requests.
This project is under the MIT License - see the LICENSE.md file for details
If you want to contribute to the project you can do it in the following ways: