"Patreon Color Themes" is a free and open-source Google Chrome extension for applying custom color themes to the Patreon website.
If you have suggestions or problems using the extension, please submit a bug or a feature request.
"Patreon Color Themes" is available via the official Chrome Web Store.
- Download the latest available version and unarchive to your preferred location.
- Using Google Chrome browser, navigate to chrome://extensions/ and enable "Developer mode" in the upper right corner.
- Click on the Load unpacked extension... button.
- Browse to the src directory of the unarchived folder and confirm.
Clone the repository and run these commands:
npm install
cp .env.example .env
Then edit the .env file and set DEBUG=true
to enable debug mode.
Now that you've set up your project, it's time to give it a test run in the browser. To do this, run:
npm run dev
This will start a local web server on port 5173. You can now open your browser and navigate to Patreon to test the extension.
To build the extension, run:
npm run build
Then copy the _locales
directory to the dist
directory.
To install the extension, follow the instructions in the previous section.
Contributions are welcome. Feel free to submit pull requests for new features and bug fixes. For new features, ideally you would raise an issue for the proposed change first so that we can discuss ideas.