Compare commits
No commits in common. 'master' and 'live_develop' have entirely different histories.
master
...
live_devel
1471 changed files with 3590 additions and 448 deletions
@ -1,29 +0,0 @@ |
|||||
# Contributing to theme.park |
|
||||
|
|
||||
- If you want to discuss changes, you can also bring it up in our Discord server |
|
||||
|
|
||||
## 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. |
|
||||
|
|
||||
## Bug fixes |
|
||||
|
|
||||
- When submitting bugfixes please show a before and after screenshot of the fix, and a description of what the fix does. |
|
@ -1,3 +0,0 @@ |
|||||
# These are supported funding model platforms |
|
||||
|
|
||||
github: GilbN |
|
@ -1,49 +0,0 @@ |
|||||
--- |
|
||||
name: Bug report |
|
||||
about: Create a report to help us improve |
|
||||
title: '' |
|
||||
labels: 'bug' |
|
||||
assignees: '' |
|
||||
|
|
||||
--- |
|
||||
|
|
||||
**Describe the bug** |
|
||||
A clear and concise description of what the bug is. |
|
||||
|
|
||||
**Theme Install Method** (Don't skip) |
|
||||
- Docker run / Compose Config |
|
||||
- Webserver subfilter Config |
|
||||
- Stylus Config |
|
||||
|
|
||||
**Application Info** (Don't skip) |
|
||||
- Version |
|
||||
- Branch |
|
||||
- Container |
|
||||
|
|
||||
**To Reproduce** |
|
||||
Steps to reproduce the behavior: |
|
||||
1. Go to '...' |
|
||||
2. Click on '....' |
|
||||
3. Scroll down to '....' |
|
||||
4. See error |
|
||||
|
|
||||
**Expected behavior** |
|
||||
A clear and concise description of what you expected to happen. |
|
||||
|
|
||||
**Screenshots** |
|
||||
If applicable, add screenshots to help explain your problem. |
|
||||
|
|
||||
|
|
||||
**Desktop (If applicable) (please complete the following information):** |
|
||||
- OS: [e.g. iOS] |
|
||||
- Browser [e.g. chrome, safari] |
|
||||
- Version [e.g. 22] |
|
||||
|
|
||||
**Smartphone (If applicable) (please complete the following information):** |
|
||||
- Device: [e.g. iPhone6] |
|
||||
- OS: [e.g. iOS8.1] |
|
||||
- Browser [e.g. stock browser, safari] |
|
||||
- Version [e.g. 22] |
|
||||
|
|
||||
**Additional context** |
|
||||
Add any other context about the problem here. |
|
@ -1,35 +0,0 @@ |
|||||
<!--- Provide a general summary of your changes in the Title above --> |
|
||||
|
|
||||
[themeparkurl]: https://theme-park.dev |
|
||||
[][themeparkurl] |
|
||||
|
|
||||
|
|
||||
<!--- Before submitting a pull request please check the following --> |
|
||||
|
|
||||
<!--- If this is a fix for a typo (in code, documentation, or the README) please file an issue and let us sort it out. We do not need a PR --> |
|
||||
<!--- Ask yourself if this modification is something the whole userbase will benefit from, if this is a specific change for corner case functionality/styling please look at making an addon instead. https://docs.theme-park.dev/themes/addons/sonarr/ --> |
|
||||
<!--- That if the PR is addressing an existing issue include, closes #<issue number> , in the body of the PR commit message --> |
|
||||
<!--- You have included links to any files / patches etc your PR may be using in the body of the PR commit message --> |
|
||||
|
|
||||
------------------------------ |
|
||||
|
|
||||
- [ ] I have read the [contributing](https://github.com/GilbN/theme.park/blob/master/.github/CONTRIBUTING.md) guideline and understand that I have made the correct modifications |
|
||||
|
|
||||
------------------------------ |
|
||||
|
|
||||
<!--- We welcome all PR’s though this doesn’t guarantee it will be accepted. --> |
|
||||
|
|
||||
## Description: |
|
||||
<!--- Describe your changes in detail --> |
|
||||
<!--- Add before and after screenshots of your changes --> |
|
||||
|
|
||||
## Benefits of this PR and context: |
|
||||
<!--- Please explain why we should accept this PR. If this fixes an outstanding bug, please reference the issue # --> |
|
||||
|
|
||||
## How Has This Been Tested? |
|
||||
<!--- Please describe in detail how you tested your changes. --> |
|
||||
<!--- Include details of your testing environment, and the tests you ran to --> |
|
||||
<!--- see how your change affects other areas of the code, etc. --> |
|
||||
|
|
||||
## Source / References: |
|
||||
<!--- Please include any forum posts/github links relevant to the PR --> |
|
@ -1,25 +0,0 @@ |
|||||
# release.yml |
|
||||
|
|
||||
changelog: |
|
||||
exclude: |
|
||||
labels: |
|
||||
- ignore-for-release |
|
||||
authors: |
|
||||
- github-actions |
|
||||
categories: |
|
||||
- title: Breaking Changes 🛠 |
|
||||
labels: |
|
||||
- Semver-Major |
|
||||
- breaking-change |
|
||||
- title: Exciting New Features 🎉 |
|
||||
labels: |
|
||||
- Semver-Minor |
|
||||
- enhancement |
|
||||
- added |
|
||||
- title: Fixes |
|
||||
labels: |
|
||||
- fix |
|
||||
- fixed |
|
||||
- title: Other Changes |
|
||||
labels: |
|
||||
- "*" |
|
@ -1,71 +0,0 @@ |
|||||
name: autobuildallthemods |
|
||||
on: |
|
||||
push: |
|
||||
branches: |
|
||||
- master |
|
||||
paths: |
|
||||
- 'docker-mods/**' |
|
||||
jobs: |
|
||||
push_to_ghcr_io: |
|
||||
runs-on: ubuntu-latest |
|
||||
steps: |
|
||||
- name: checkout |
|
||||
uses: actions/checkout@v2 |
|
||||
with: |
|
||||
fetch-depth: 0 |
|
||||
- name: get changed files |
|
||||
id: getfile |
|
||||
run: | |
|
||||
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" |
|
||||
- name: Login to GitHub Container Registry |
|
||||
uses: docker/login-action@v1 |
|
||||
with: |
|
||||
registry: ghcr.io |
|
||||
username: ${{ github.repository_owner }} |
|
||||
password: ${{ secrets.GH_PAT }} |
|
||||
- name: find correct directory then build&push |
|
||||
run: | |
|
||||
for i in ${{ steps.getfile.outputs.files }} |
|
||||
do |
|
||||
directory="$( echo $i | cut -d'/' -f2 -s )" |
|
||||
if [ -z "$directory" ]; then |
|
||||
continue # Skip root dir |
|
||||
elif [ "$i" == *.md ]; then |
|
||||
continue # Skip markdown files |
|
||||
elif [ "$i" == *.yml ]; then |
|
||||
continue # Skip YAML files |
|
||||
fi |
|
||||
docker build docker-mods/$directory --tag ghcr.io/gilbn/theme.park:$directory |
|
||||
docker push ghcr.io/gilbn/theme.park:$directory |
|
||||
done |
|
||||
push_to_dockerhub: |
|
||||
runs-on: ubuntu-latest |
|
||||
steps: |
|
||||
- name: checkout |
|
||||
uses: actions/checkout@v2 |
|
||||
with: |
|
||||
fetch-depth: 0 |
|
||||
- name: get changed files |
|
||||
id: getfile |
|
||||
run: | |
|
||||
echo "::set-output name=files::$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }} docker-mods/| xargs)" |
|
||||
- name: Login to Docker Hub |
|
||||
uses: docker/login-action@v1 |
|
||||
with: |
|
||||
username: ${{ secrets.DH_USER }} |
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }} |
|
||||
- name: find correct directory then build&push |
|
||||
run: | |
|
||||
for i in ${{ steps.getfile.outputs.files }} |
|
||||
do |
|
||||
directory="$( echo $i | cut -d'/' -f2 -s )" |
|
||||
if [ -z "$directory" ]; then |
|
||||
continue # Skip root dir |
|
||||
elif [ "$i" == *.md ]; then |
|
||||
continue # Skip markdown files |
|
||||
elif [ "$i" == *.yml ]; then |
|
||||
continue # Skip YAML files |
|
||||
fi |
|
||||
docker build docker-mods/$directory --tag gilbn/theme.park:$directory |
|
||||
docker push gilbn/theme.park:$directory |
|
||||
done |
|
@ -1,67 +0,0 @@ |
|||||
name: Minify CSS and deploy to live branch |
|
||||
on: |
|
||||
push: |
|
||||
branches: |
|
||||
- master |
|
||||
- develop |
|
||||
paths-ignore: |
|
||||
- 'docker-mods/**' |
|
||||
- '.github/**' |
|
||||
- '.vscode/**' |
|
||||
jobs: |
|
||||
deploy: |
|
||||
runs-on: ubuntu-latest |
|
||||
steps: |
|
||||
- uses: actions/checkout@v2 |
|
||||
with: |
|
||||
fetch-depth: 0 |
|
||||
- name: Wrong domain check |
|
||||
run: | |
|
||||
echo "$(git diff-tree --no-commit-id --name-only -r ${{ github.sha }})" |
|
||||
if git grep -q -E ${{ secrets.DOMAIN }} -- *.css; then |
|
||||
echo "Game over man!" |
|
||||
exit 1 |
|
||||
fi |
|
||||
- name: Set up Python ${{ matrix.python-version }} |
|
||||
uses: actions/setup-python@v2 |
|
||||
- name: Run themes.py |
|
||||
run: | |
|
||||
python themes.py |
|
||||
- name: Minify CSS |
|
||||
if: ${{ github.ref == 'refs/heads/master' }} |
|
||||
run: | |
|
||||
sudo npm install -g minify@7.2.2 |
|
||||
sudo apt-get update |
|
||||
sudo apt-get -y install moreutils |
|
||||
|
|
||||
minify_file(){ |
|
||||
directory=$1 |
|
||||
basename=$(basename $directory); |
|
||||
extension="${basename##*.}" |
|
||||
output="${directory%/*}/" |
|
||||
filename="${basename%.*}" |
|
||||
output_path="${output}${filename}.${extension}" |
|
||||
minify ${directory} | sponge ${output_path} |
|
||||
echo "Minified ${directory} > ${output_path}" |
|
||||
} |
|
||||
|
|
||||
find ./css -type f -iname *base.css | while read fname |
|
||||
do |
|
||||
if [[ "$fname" != *"min."* ]]; then |
|
||||
minify_file $fname |
|
||||
fi |
|
||||
done |
|
||||
- name: Deploy |
|
||||
uses: peaceiris/actions-gh-pages@v3 |
|
||||
if: ${{ github.ref == 'refs/heads/master' }} |
|
||||
with: |
|
||||
publish_dir: ./ |
|
||||
publish_branch: live |
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
||||
- name: Deploy Develop |
|
||||
uses: peaceiris/actions-gh-pages@v3 |
|
||||
if: ${{ github.ref == 'refs/heads/develop' }} |
|
||||
with: |
|
||||
publish_dir: ./ |
|
||||
publish_branch: live_develop |
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }} |
|
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/aquamarine.css?sha=9f566db4c37537f2eacca0461406e5efd5881cd7"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=5e806cb7efad3e1ac97e985f71d7a631a1b7f02b"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=bfb208569a57c23e562781bcbcc25c05779421de"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=39e2106043161e407b4e509e8d8323121fef6950"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=0ad15b8d2215b7528e27f3bd65f1cb0c42453be0"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=4ddeb117541753969da70820d8205aef771e37b4"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=979626f867e9a9a91664f2b6da66d478040dc8fb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=f6fcaa104ff119d049fb72cebe2e6e620db1aa04"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0ba03cc3999c36f3ef7c0eae7f381cdcbdfd7f33"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=4bb56762e9469e831edf005100b9bd04849ad55c"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=f8e59fbf4720063a949e1be5cb16ebef094dc724"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=429071cc7b6204555899a4942d47446f54cc19c5"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=45a001fcfcf1fae8d40216146f38595fcfc76738"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/dark.css?sha=dc21605e303d094fed0564a15fb983d81bcd33dd"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/dracula.css?sha=5abf85508d87243007cf5f4fda34a60340583466"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/hotline-old.css?sha=73fce8f3f316c64b864e8b0502de0005f3883df4"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/hotline.css?sha=e027feaeea0f623144af4c45b61e332a0757f5fb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/hotpink.css?sha=2f3974c084d053521362bae34d415f3614dba2e2"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/mind.css?sha=fb9b9d13dcaae0d46499acbbae405bbc23ae37cb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/nord.css?sha=353cb0383f78b2afa4de7784d536d637f3c3666d"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/onedark.css?sha=cbccbf4366ab59bd2b9253c221b1f093c2e85118"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/organizr.css?sha=aa8d9d5c1b897b8f6d27ff274b073595b3d45741"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/overseerr.css?sha=7e3a8e3ca21dd82641113cf53f071a89252c7235"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/plex.css?sha=6059a0bddd6ce8c60be5cd95b302a00654e92dfa"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/power.css?sha=b5e32f47b689d875d059da53f047527531aa0b68"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/reality.css?sha=8eadacd5602439f8430ccad8dba4e2465d87629f"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/soul.css?sha=2ce22d7b1fd2867393fd066ea97ed3adbf15764f"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/space-gray.css?sha=566e5616a8e48be2d0670d3f4d1ce106d2616ea2"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/space.css?sha=59325481dd9ca66fba178e67cd83311abbc72b91"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/adguard/adguard-base.css?sha=d065ef2314dea7b0406f468ef38dd86459ab214f"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/time.css?sha=80ade11270c72eca1a32c2c47f8bbf2c75308681"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/aquamarine.css?sha=9f566db4c37537f2eacca0461406e5efd5881cd7"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=5e806cb7efad3e1ac97e985f71d7a631a1b7f02b"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=bfb208569a57c23e562781bcbcc25c05779421de"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=39e2106043161e407b4e509e8d8323121fef6950"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=0ad15b8d2215b7528e27f3bd65f1cb0c42453be0"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=4ddeb117541753969da70820d8205aef771e37b4"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=979626f867e9a9a91664f2b6da66d478040dc8fb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=f6fcaa104ff119d049fb72cebe2e6e620db1aa04"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0ba03cc3999c36f3ef7c0eae7f381cdcbdfd7f33"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=4bb56762e9469e831edf005100b9bd04849ad55c"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=f8e59fbf4720063a949e1be5cb16ebef094dc724"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=429071cc7b6204555899a4942d47446f54cc19c5"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=45a001fcfcf1fae8d40216146f38595fcfc76738"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/dark.css?sha=dc21605e303d094fed0564a15fb983d81bcd33dd"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/dracula.css?sha=5abf85508d87243007cf5f4fda34a60340583466"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/hotline-old.css?sha=73fce8f3f316c64b864e8b0502de0005f3883df4"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/hotline.css?sha=e027feaeea0f623144af4c45b61e332a0757f5fb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/hotpink.css?sha=2f3974c084d053521362bae34d415f3614dba2e2"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/mind.css?sha=fb9b9d13dcaae0d46499acbbae405bbc23ae37cb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/nord.css?sha=353cb0383f78b2afa4de7784d536d637f3c3666d"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/onedark.css?sha=cbccbf4366ab59bd2b9253c221b1f093c2e85118"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/organizr.css?sha=aa8d9d5c1b897b8f6d27ff274b073595b3d45741"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/overseerr.css?sha=7e3a8e3ca21dd82641113cf53f071a89252c7235"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/plex.css?sha=6059a0bddd6ce8c60be5cd95b302a00654e92dfa"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/power.css?sha=b5e32f47b689d875d059da53f047527531aa0b68"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/reality.css?sha=8eadacd5602439f8430ccad8dba4e2465d87629f"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/soul.css?sha=2ce22d7b1fd2867393fd066ea97ed3adbf15764f"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/space-gray.css?sha=566e5616a8e48be2d0670d3f4d1ce106d2616ea2"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/space.css?sha=59325481dd9ca66fba178e67cd83311abbc72b91"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bazarr/bazarr-base.css?sha=72c89f578188e62887ec860a41c5ac3eda867dde"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/time.css?sha=80ade11270c72eca1a32c2c47f8bbf2c75308681"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/aquamarine.css?sha=9f566db4c37537f2eacca0461406e5efd5881cd7"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=5e806cb7efad3e1ac97e985f71d7a631a1b7f02b"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=bfb208569a57c23e562781bcbcc25c05779421de"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-carol.css?sha=39e2106043161e407b4e509e8d8323121fef6950"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-dreamscape.css?sha=0ad15b8d2215b7528e27f3bd65f1cb0c42453be0"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-flamingo.css?sha=4ddeb117541753969da70820d8205aef771e37b4"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-hearth.css?sha=979626f867e9a9a91664f2b6da66d478040dc8fb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-martian.css?sha=f6fcaa104ff119d049fb72cebe2e6e620db1aa04"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-pumpkin.css?sha=0ba03cc3999c36f3ef7c0eae7f381cdcbdfd7f33"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-royal.css?sha=4bb56762e9469e831edf005100b9bd04849ad55c"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-shadow.css?sha=f8e59fbf4720063a949e1be5cb16ebef094dc724"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-solar.css?sha=429071cc7b6204555899a4942d47446f54cc19c5"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-vanta.css?sha=45a001fcfcf1fae8d40216146f38595fcfc76738"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/dark.css?sha=dc21605e303d094fed0564a15fb983d81bcd33dd"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/dracula.css?sha=5abf85508d87243007cf5f4fda34a60340583466"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/hotline-old.css?sha=73fce8f3f316c64b864e8b0502de0005f3883df4"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/hotline.css?sha=e027feaeea0f623144af4c45b61e332a0757f5fb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/hotpink.css?sha=2f3974c084d053521362bae34d415f3614dba2e2"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/mind.css?sha=fb9b9d13dcaae0d46499acbbae405bbc23ae37cb"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/nord.css?sha=353cb0383f78b2afa4de7784d536d637f3c3666d"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/onedark.css?sha=cbccbf4366ab59bd2b9253c221b1f093c2e85118"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/organizr.css?sha=aa8d9d5c1b897b8f6d27ff274b073595b3d45741"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/overseerr.css?sha=7e3a8e3ca21dd82641113cf53f071a89252c7235"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/plex.css?sha=6059a0bddd6ce8c60be5cd95b302a00654e92dfa"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/power.css?sha=b5e32f47b689d875d059da53f047527531aa0b68"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/reality.css?sha=8eadacd5602439f8430ccad8dba4e2465d87629f"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/soul.css?sha=2ce22d7b1fd2867393fd066ea97ed3adbf15764f"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/space-gray.css?sha=566e5616a8e48be2d0670d3f4d1ce106d2616ea2"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/space.css?sha=59325481dd9ca66fba178e67cd83311abbc72b91"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/bitwarden/bitwarden-base.css?sha=987fa5ed04665d94f568245cbbad9d367480a60d"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/time.css?sha=80ade11270c72eca1a32c2c47f8bbf2c75308681"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/calibreweb/calibreweb-base.css?sha=1a2ed7e841069a1fa84616fb2aa66822a9f322f2"); |
||||
|
@import url("https://develop.theme-park.dev/css/theme-options/aquamarine.css?sha=9f566db4c37537f2eacca0461406e5efd5881cd7"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/calibreweb/calibreweb-base.css?sha=1a2ed7e841069a1fa84616fb2aa66822a9f322f2"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-abyss.css?sha=5e806cb7efad3e1ac97e985f71d7a631a1b7f02b"); |
@ -0,0 +1,2 @@ |
|||||
|
@import url("https://develop.theme-park.dev/css/base/calibreweb/calibreweb-base.css?sha=1a2ed7e841069a1fa84616fb2aa66822a9f322f2"); |
||||
|
@import url("https://develop.theme-park.dev/css/community-theme-options/blackberry-amethyst.css?sha=bfb208569a57c23e562781bcbcc25c05779421de"); |
Some files were not shown because too many files changed in this diff
Loading…
Reference in new issue