ModuleBuilder/src/modules/ports/themes/pcThemes.js

30 lines
710 B
JavaScript

export default [
/*
Notes for modules in this file:
- No hash is provided as ported themes have no risk of RCE / etc
*/
[
'keanuplayz/usrbg',
'',
'/powercord_manifest.json',
'pcTheme',
{
authors: ['717352467280691331'],
},
],
[
'lexisother/dotfiles-discord-theme',
'',
'/powercord_manifest.json',
'pcTheme',
{
authors: ['465702500146610176', '364720702252908544'],
images: [
'https://media.discordapp.net/attachments/843471565986594816/861969950406213632/dotfiles_preview_one.png',
'https://media.discordapp.net/attachments/843471565986594816/861969945713573908/dotfiles_preview_two.png',
],
},
],
];