Thank you for either opening a pull request or an issue. I makes me feel like people like using my creations and care enough to give back! 😊
For the best chance of your contributions making into the next release, please follow these steps for pull requests and issues respectively.
- edit
themes/mariana-reference.json
instead ofthemes/mariana-color-theme.json
- run build task (cmd+shift+B) or
$ python3 mariana.py
to generatethemes/mariana-color-theme.json
- start debug (F5) to preview your changes
⚠️ If you only editthemes/mariana-color-theme.json
directly, the commit history will look unreadable.Also your changes could be overwritten the next time someone runs the build task.
In themes/mariana-reference.json
, colour names are used instead of hex colour codes. Available colour names are listed in colour/palette.py
in the Mariana
class.
The build step will text generate a themes/mariana-color-theme.json
file by replacing the colour names for hex and stripping out json whitespace.
Screenshots are much appriciated but not required. They are especially helpful if you make changes to token colours.
Screenshots are much appriciated but not required.