1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-09-11 19:32:24 +02:00
theme.park/.github/CONTRIBUTING.md
GilbN 8925067802
1.9.0 (#366)
* fix: 🐛 Ombi: button fixes

* fix: 🐛 Plex: Accent fixes

* style: 💄 plex theme-option: modal color change, add plex poster var

* fix: 🐛 Deluge: statusbar color fix

* fix: 💄 Set placeholders to use wildcard

* import placeholder in all bases

* feat: 💄 Adds transparency vars

* fix: 🐛 arr: CalendarDay-isToday- color fix

* fix: 🐛 Bitwarden: Password generator fix, btn fix, bg fixes

* refactor: 🎨 arr: Refactor sonarr and radarr-base to use servarr-base.css

* Update PR template

* refactor: 🎨 Refactor lidarr, prowlarr,readarr, whisparr to use servarr-base.css

* fix: 🐛 arr: move styling to servarr base

* fix: 💄 servarr: input background fix
2022-04-24 21:38:10 +02:00

31 lines
1.6 KiB
Markdown

# Contributing to theme.park
- If you want to discuss changes, you can also bring it up in our Discord server
- PR's are done against the develop branch.
## Bug fixes
- When submitting bugfixes please show a before and after screenshot of the fix, and a description of what the fix does.
## New theme option
- The current variables in use can be found in any of the CSS files in `/css/theme-options/` and `/css/community-theme-options/`
- New community contributed theme options will be placed in the `Community Themes` category on our docs page.
- Community themes are not officially supported but as long as they follow the same variable structure as the other theme options it should look fine on all applications.
- When contributing a new option, you must have example screeenshots of the theme being used. Preferrably at least 10 with the same image size. See examples on our [docs page](https://docs.theme-park.dev/community-themes/).
### Specials
Remember to also to change the variables in the the `Specials` section even if you dont use the application the variable refers to.
- `--arr-queue-color` Please refrain from using an orange/yellowish color on the variable as its confusing from a UX standpoint as the "arrs" use that color range when something is wrong in the queue.
## New application theme
- When creating a new theme for an application please test multiple theme options to make sure it looks good on all options not just your favorite.
- The PR must contain a screenshot of all the different theme options. Optionally you can also include screenshots with the community theme options.