* Update `updated at` field for `39907934-59e9-4e42-89f0-a254d3c5e280 ad97bb70-0066-4e42-9b5f-173a5e42c6fc bc25808c-a012-4c0d-ad9a-aa86be616019 `
* added rebase strategy to `Update Theme Timestamps` action
* added indent for proper json formatting
* added indent for proper formatting to `Rebuild Themes` as well
* Added indent for proper formatting to `Submit Theme`
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix ability to add tags multiple times when rebuilding themes
* fix `createdAt` not being added for pull requests made prior
* adds tags property if it doesn't exist (old PRs)
* updated affected `theme.json` files
* updated more affected `theme.json` files
* fix action failing if new commits before finished
* make action only initiate when themes are changed
* add new properties on submit theme
* New GitHub Action for updating `updatedAt`
* change rebuild_themes.py to update tags for color themes
* Adding GitHub Action for updating all theme.json files (temporary)
* Applying corrected themes.json file
* fix: forgot to commit changes
* Update theme.json metadata
* Deleting actions not needed for merge
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit modifies the theme creation process to include support for color themes. It adds a new checkbox field in the theme creation form to indicate whether the theme is a color theme. If the checkbox is selected, the CSS styles for the theme should be provided as a JSON object with the color values. Additionally, the `create-theme.yml` workflow file is updated to include the `THEME_IS_COLOR_THEME` environment variable when building the theme. The `rebuild-themes.py` script is also updated to generate a `chrome.css` file for color themes based on the provided color values in a `colors.json` file.
Fixes#69