Skip to content

🎨 Add more themes #32

Open
Open
@DenverCoder1

Description

@DenverCoder1

If you have a creative theme you've designed that you think others may like to use, feel free to add it to the code!

Requesting a theme

  1. Open an issue describing your new theme in detail and optionally show an image.
  2. Say in the issue if you would like someone else to add the theme.

Designing a theme

  1. Pick colors using the "advanced options" on the Demo Site.
  2. Once you have chosen colors for all of the color properties, you will be able to add a theme.

Adding a theme

  1. Open an issue about your theme and optionally show an image
  2. Say in the issue that you will be adding it yourself
  3. Fork the repository and clone your fork to your computer
  4. Create a new branch (you can name it with the name of your theme)
  5. Edit themes.php to have your new theme colors by adding an array entry to the end. You can copy an existing entry for the correct formatting
  6. Test your theme by running composer start and going to http://localhost:8000/?user=<USERNAME>&theme=<THEME> (you will need PHP installed to do this)
  7. Add an entry to docs/themes.md with a static PNG image of your theme. (You can copy the image from the demo site when running locally - http://localhost:8000/demo/?theme=<THEME>)
  8. Commit and push your changes to your fork
  9. Open a pull request for merging your branch into this repo's main branch
  10. Link the issue you created by typing Closes #0 where #0 is the number of the issue you created. You can also do this through the "Linked issues" on the right-side panel after opening the Pull Request

Make sure to keep the spacing and formatting consistent.

Your theme will become available when your Pull Request is approved.

If you have any questions, feel free to ask!

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions