Skip to content

Commit

Permalink
DiscordReimagined: add manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed May 24, 2024
1 parent e4280d4 commit d9b3ba4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions themes/DiscordReimagined/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Style based on [Discord Re-imagined (Concept)](https://www.youtube.com/watch?v=7
@import url("https://minidiscordthemes.github.io/Snippets/DiscordReimagined/main.css");
@import url("https://discordstyles.github.io/HorizontalServerList/HorizontalServerList.theme.css");
```
<!-- ### Replugged automatic theme
### Replugged automatic theme
[Install now](https://replugged.dev/install?identifier=net.saltssaumure.DiscordReimagined)
### Replugged manual theme
[Download now](https://github.com/MiniDiscordThemes/Snippets/releases/latest/download/net.saltssaumure.DiscordReimagined.asar) -->
[Download now](https://github.com/MiniDiscordThemes/Snippets/releases/latest/download/net.saltssaumure.DiscordReimagined.asar)
### Vencord online theme
```
https://minidiscordthemes.github.io/Snippets/DiscordReimagined/main.css
Expand Down
25 changes: 25 additions & 0 deletions themes/DiscordReimagined/manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"id": "net.saltssaumure.DiscordReimagined",
"name": "Discord Reimagined",
"description": "Based on 'Discord Re-imagined (Concept)' by Concept Central: https://www.youtube.com/watch?v=7gyZyg3jC2w. See GitHub for customisation options.",
"author": [
{
"name": "Saltssaumure",
"discordID": "134142022092062720",
"github": "Saltssaumure"
}
],
"version": "1.0.0",
"updater": {
"type": "store",
"id": "net.saltssaumure.DiscordReimagined"
},
"license": "MIT",
"type": "replugged-theme",
"main": "scss/main.scss",
"source": "https://github.com/MiniDiscordThemes/Snippets/blob/main/themes/DiscordReimagined",
"image": [
"https://minidiscordthemes.github.io/Snippets/DiscordReimagined/preview.avif",
"https://minidiscordthemes.github.io/Snippets/DiscordReimagined/previewColor.avif"
]
}

0 comments on commit d9b3ba4

Please sign in to comment.