Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
amnweb committed Aug 29, 2024
2 parents 43331fe + 477cba1 commit 505aaba
Show file tree
Hide file tree
Showing 12 changed files with 1,268 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<div id="toc" align="center"><a href="https://github.com/amnweb/yasb"><img src="https://raw.githubusercontent.com/amnweb/yasb/main/src/assets/images/app_icon.png" width="64"></a><ul style="list-style:none"><summary><h2>Theme repository for YASB</h2></summary></ul></div>

## Submitting a Theme

To submit a theme, please follow these steps:
1. Open an issue in [this template](https://github.com/amnweb/yasb-themes/issues/new?assignees=&labels=new-theme&projects=&template=create-theme.yml&title=%5Bcreate-theme%5D%3A+) with the title `[create-theme]: <theme-name>`
2. Fill out the template with the necessary information
3. Submit the issue
4. Let us take care of the rest!
## Updating a Theme

To update a theme, please follow these steps:
1. Create a new pull request with the updated theme.
2. Make sure to include the theme name in the title.
3. Submit the pull request.
4. Let us take care of the rest!.
> This applied to any other actions you want to take with the themes in this repository, such as deleting a theme.
## Latest Themes
## [Default](themes/6ec10fc8-8af9-4e4b-a763-1bb0a1e35491)

<a title="Default YASB Theme" href="themes/6ec10fc8-8af9-4e4b-a763-1bb0a1e35491"><img src="https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/6ec10fc8-8af9-4e4b-a763-1bb0a1e35491/image.png" width="830px"></a>


24 changes: 24 additions & 0 deletions themes.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"a93f1976-0c89-4593-b333-eaa374164c73": {
"id": "a93f1976-0c89-4593-b333-eaa374164c73",
"name": "Acrylic",
"description": "Acrylic YASB theme",
"homepage": "https://github.com/amnweb/yasb",
"style": "https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/a93f1976-0c89-4593-b333-eaa374164c73/styles.css",
"config": "https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/a93f1976-0c89-4593-b333-eaa374164c73/config.yml",
"readme": "https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/a93f1976-0c89-4593-b333-eaa374164c73/README.md",
"image": "https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/a93f1976-0c89-4593-b333-eaa374164c73/image.png",
"author": "amnweb"
},
"6ec10fc8-8af9-4e4b-a763-1bb0a1e35491": {
"id": "6ec10fc8-8af9-4e4b-a763-1bb0a1e35491",
"name": "Default",
"description": "Default YASB theme",
"homepage": "https://github.com/amnweb/yasb",
"style": "https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/6ec10fc8-8af9-4e4b-a763-1bb0a1e35491/styles.css",
"config": "https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/6ec10fc8-8af9-4e4b-a763-1bb0a1e35491/config.yml",
"readme": "https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/6ec10fc8-8af9-4e4b-a763-1bb0a1e35491/README.md",
"image": "https://raw.githubusercontent.com/amnweb/yasb-themes/main/themes/6ec10fc8-8af9-4e4b-a763-1bb0a1e35491/image.png",
"author": "amnweb"
}
}
1 change: 1 addition & 0 deletions themes/6ec10fc8-8af9-4e4b-a763-1bb0a1e35491/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Default YASB theme
Loading

0 comments on commit 505aaba

Please sign in to comment.