i went ahead and added automatic scss compiling to your repo through the use of github actions. because i dont have direct access to your repo here are some things youre going to need to do if you merge.
Change import links from snappercord -> your githack/gitpages import links
Change the meta (if needed) in the dracula.theme.css file
Change the readme to add better discord support.
after that is done it should be somewhat compatible with better discord.
Of course, everything wont work out of the gate, so you will need to tweak some things in your main scss file, but the only things i could see you tweaking are the selectors using the [src*=powercord] selector. (which is a dead selector i think) besides that, bd support should be basically complete :D
one more thing, in the current state of powercord, there is no git updates for themes, meaning that a user who doesnt know this, or doesnt know youre updating your theme, will not receive updates. to combat this you either want to add a disclaimer to the repo stating that if you use powercord you will need to git pull every update, or you can create a separate file, and import dracula.scss into it, and use it as your main file by switching the preferred file in the manifest.
if you have any questions, or need any help. feel free to let me know. loving the theme.
i went ahead and added automatic scss compiling to your repo through the use of github actions. because i dont have direct access to your repo here are some things youre going to need to do if you merge.
dracula.theme.css
fileafter that is done it should be somewhat compatible with better discord. Of course, everything wont work out of the gate, so you will need to tweak some things in your main scss file, but the only things i could see you tweaking are the selectors using the
[src*=powercord]
selector. (which is a dead selector i think) besides that, bd support should be basically complete :Done more thing, in the current state of powercord, there is no git updates for themes, meaning that a user who doesnt know this, or doesnt know youre updating your theme, will not receive updates. to combat this you either want to add a disclaimer to the repo stating that if you use powercord you will need to
git pull
every update, or you can create a separate file, and importdracula.scss
into it, and use it as your main file by switching the preferred file in the manifest.if you have any questions, or need any help. feel free to let me know. loving the theme.