ModuleBuilder/src/modules/ports/bdThemes.js

28 lines
818 B
JavaScript

export default [
/*
Notes for modules in this file:
- No hash is provided as ported themes have no risk of RCE / etc
*/
['LuckFire/Discord-Revamp', '', '/discordrevamp.theme.css', 'bdTheme', {
authors: ['399416615742996480']
}],
['devinkid1/Pop', '', '/Pop.theme.css', 'bdTheme', {
authors: ['418219211043897344'],
images: ['https://media.discordapp.net/attachments/756146058924392545/808810958188314645/gm_pop.gif']
}],
['Conjuringil/Splendid', '', '/BetterDiscord/Splendid.theme.css', 'bdTheme', {
authors: ['333310482482069514']
}],
['Giangamerino/protoncord', '', '/protoncord.theme.css', 'bdTheme', {
authors: ['491262066813042698']
}],
['SlippingGitty/SlideToUnlock', '', '/SlideToUnlock.theme.css', 'bdTheme', {
authors: ['359175647257690113']
}]
];