Add light-dark images

This commit is contained in:
bbhtt
2025-03-30 09:00:53 +05:30
parent 19ef733e79
commit a5fcb02c72
4 changed files with 9 additions and 4 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

+9 -4
View File
@@ -28,7 +28,12 @@ jobs:
GH_REPO: ${{ github.repository }}
PR_NUM: ${{ github.event.pull_request.number }}
COMMENT: >
This PR is automatically closed because application submission
PRs must be made against the new-pr branch. If this is done
in error, please comment.
![PR Image](https://raw.githubusercontent.com/flathub/flathub/refs/heads/master/.github/images/pr_image.png)
This PR is automatically closed because application
submission pull requests must be made against the new-pr
branch. Please choose the base repository as
"flathub/flathub" and the base as "new-pr" in the
"Comparing changes" screen when making the pull request.
The image below shows this. If this was closed in
error, please comment.
![Image showing new-pr target branch in light mode](https://raw.githubusercontent.com/flathub/flathub/refs/heads/master/.github/images/pr_image_light.png#gh-light-mode-only)
![Image showing new-pr target branch in dark mode](https://raw.githubusercontent.com/flathub/flathub/refs/heads/master/.github/images/pr_image_dark.png#gh-dark-mode-only)