diff --git a/CREDITS.md b/CREDITS.md deleted file mode 100644 index 26dc4c3..0000000 --- a/CREDITS.md +++ /dev/null @@ -1,16 +0,0 @@ -[LuckFire]: https://github.com/LuckFire -[LuckFire-icon]: https://avatars.githubusercontent.com/u/39076891?v=4 - -[localip]: https://github.com/localip -[localip-icon]: https://avatars.githubusercontent.com/u/98427312?v=4 - -[ferodevs]: https://github.com/ferodevs -[ferodevs-icon]: https://avatars.githubusercontent.com/u/52982404?v=4 - -[Saltssaumure]: https://github.com/Saltssaumure -[Saltssaumure-icon]: https://avatars.githubusercontent.com/u/29710355?v=4 - -## Contributors -| [![LuckFire][LuckFire-icon]][LuckFire] | [![localip][localip-icon]][localip] | [![ferodevs][ferodevs-icon]][ferodevs] | [![Saltssaumure][Saltssaumure-icon]][Saltssaumure] | -| -------------------------------------- | ----------------------------------- | -------------------------------------- | -------------------------------------------------- | -| [LuckFire][LuckFire] | [localip][localip] | [ferodevs][ferodevs] | [Saltssaumure][Saltssaumure] | \ No newline at end of file diff --git a/LICENSE b/LICENSE index 23524d5..d2ae087 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,7 @@ MIT License Copyright (c) 2020-2022 LuckFire -Copyright (c) 2023 Saltssaumure / MiniDiscordThemes +Copyright (c) 2023-2024 MiniDiscordThemes Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 8960a87..d2f36b0 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,8 @@ -[screenshot]: https://i.imgur.com/66oPWvX.png +[screenshot]: https://minidiscordthemes.github.io/ModernIndicators/preview/demo.png [discord]: https://discord.gg/uy8nKQVatp -[BetterDiscord]: https://betterdiscord.app/ [Replugged]: https://replugged.dev/ -[Vencord]: https://github.com/Vendicated/Vencord -[Stylus]: https://github.com/openstyles/stylus - -[bd-icon]: https://discord-extensions.github.io/assets/icons/betterdiscord.png -[rp-icon]: https://discord-extensions.github.io/assets/icons/replugged.png -[vc-icon]: https://discord-extensions.github.io/assets/icons/vencord.gif -[stylus-icon]: https://discord-extensions.github.io/assets/icons/stylus.png [shield-donate]: https://img.shields.io/badge/Donate-ko--fi-orange?style=flat-square&logo=kofi&logoColor=orange [ko-fi]: https://ko-fi.com/saltssaumure "Buy me a coffee!" @@ -22,12 +14,6 @@ [issues]: https://github.com/MiniDiscordThemes/ModernIndicators/issues [license]: https://github.com/MiniDiscordThemes/ModernIndicators/blob/main/LICENSE -[original]: https://github.com/discord-extensions/modern-indicators -[original-author]: https://github.com/LuckFire -[original-license]: https://github.com/discord-extensions/modern-indicators/blob/main/LICENSE -[original-issues]: https://github.com/discord-extensions/modern-indicators/issues -[original-discord]: https://discord.gg/vYdXbEzqDs - [release-rp]: https://replugged.dev/store/dev.LuckFire.ModernIndicators "Replugged store page" [release-rp-gh]: https://github.com/MiniDiscordThemes/ModernIndicators/releases/latest/download/dev.LuckFire.ModernIndicators.asar "Get latest release" @@ -38,11 +24,11 @@ ***A modern design for unread channel indicators.*** -![Screenshot of Modern Indicators applied to Discord][screenshot] +![Modern Indicators applied to Discord][screenshot] ## Installation -### ![Replugged][rp-icon] **[Replugged][Replugged]** +### [Replugged][Replugged] #### Automatic 1. Click to install: - [Replugged store][release-rp] @@ -53,20 +39,14 @@ - `Settings` > `Replugged` > `Themes` > `Open Themes Folder` 3. Click `Load Missing Themes` and toggle on the theme card. -### ![BetterDiscord icon][bd-icon] **[BetterDiscord][BetterDiscord]**, ![Vencord icon][vc-icon] **[Vencord][Vencord]**, ![Stylus icon][stylus-icon] **[Stylus][Stylus]** -See [LuckFire][original-author]'s original [ModernIndicators repository][original] for installation instructions. - ## License -[MIT License][license] +[MIT license][license] -### Includes -- [Modern Indicators][original] by [LuckFire][original-author] - [MIT License][original-license] +## Credits +### Sources +[modernindicators]: https://github.com/discord-extensions/modern-indicators +- [Modern Indicators][modernindicators] by [Discord Extensions](https://github.com/discord-extensions) ([LuckFire](https://github.com/LuckFire)) - MIT license ## Questions or suggestions? -### Replugged related - Post [an issue][issues] on GitHub. -- Post in `#theme-support` on [my support server][discord]. - -### BetterDiscord, Vencord, Stylus related -- Post [an issue][original-issues] on the original GitHub. -- Join [LuckFire][original-author]'s [support server][original-discord]. \ No newline at end of file +- Post in `#theme-support` on [my support server][discord]. \ No newline at end of file diff --git a/manifest.json b/manifest.json index 249f652..00848e6 100644 --- a/manifest.json +++ b/manifest.json @@ -23,5 +23,5 @@ "type": "replugged-theme", "main": "scss/main.scss", "source": "https://github.com/MiniDiscordThemes/ModernIndicators", - "image": "https://i.imgur.com/66oPWvX.png" + "image": "https://minidiscordthemes.github.io/ModernIndicators/preview/demo.png" } diff --git a/package.json b/package.json index 87966a8..0f2b32b 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "type": "module", "scripts": { "dev:rp": "replugged build theme --watch", - "build:rp": "replugged bundle theme", + "build:asar": "replugged bundle theme", "lint": "prettier ./scss --check", "lint:fix": "prettier ./scss --write --log-level warn", "release": "replugged release" diff --git a/preview/banner.avif b/preview/banner.avif deleted file mode 100644 index cb243fc..0000000 Binary files a/preview/banner.avif and /dev/null differ diff --git a/preview/banner.png b/preview/banner.png deleted file mode 100644 index cab75ac..0000000 Binary files a/preview/banner.png and /dev/null differ diff --git a/preview/demo.avif b/preview/demo.avif deleted file mode 100644 index f491048..0000000 Binary files a/preview/demo.avif and /dev/null differ