├── README.md ├── components ├── LikesComponent.tsx ├── ThemeCard.tsx ├── ThemeInfoModal.tsx ├── ThemeTab.tsx └── styles.css ├── index.tsx ├── native.ts ├── types.ts └── utils ├── Icons.tsx ├── auth.tsx └── settings.tsx /README.md: -------------------------------------------------------------------------------- 1 | ## ThemeLibrary 2 | 3 | Add Themes directly within Vencord! 4 | 5 | ### Features 6 | 7 | - Ability to submit themes 8 | - Like your favourite themes! 9 | - Download themes directly within Vencord 10 | - ... more may or may not be added in the future 11 | 12 | ## Installation 13 | 14 | The installation guide can be found [here](https://discord.com/channels/1015060230222131221/1257038407503446176/1257038407503446176) or via [the official Vencord Docs](https://docs.vencord.dev/installing/custom-plugins/)! 15 | 16 | ## Preview 17 | 18 |