ipbc-dev / peertube-theme-bittube-dark-mode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to remove svg background image back_cube_dm.svg

DalekDave opened this issue · comments

commented

This is not a bug, it's more of a question:

I am using the theme on my instance, but I would live to remove the back_cube-dm.svg background image. I tried overwriting it in /var/www/peertube/storage/plugins/node_modules/peertube-theme-bittube-dark-mode/public/images/ with a blank svg image, but the original background pattern will not disappear!

Please could you explain if I have to recompile the theme or something?

Thank you in advance for any help.

To do so, you will need to manually reinstall your modified version of the plugin. I use this commands in my server:
node ./dist/server/tools/peertube.js auth add -u 'https://your.instance' -U 'root' --password 'YourPassword'

node ./dist/server/tools/peertube.js plugins install -u 'https://your.instance' -U 'root' --password 'YourPassword' --path /path/to/modified/plugin/peertube-theme-bittube-dark-mode

commented

Sorry to respond so late. I just wanted to say thank you for creating the alternative no-background-svg theme. And thank you for the tips on how to recompile assets. 👍