Describe the bug
There are no ways to delete themes as well as tweaks.
Firstly, command sudo python install.py -r does not work with or without any flags. After it none of the directories are removed in ./themes.
Secondly, it is impossible to remove tweaks such as launchpad icon.
Expected behavior
It would be great to have an opportunity to delete tweaks without removing the whole theme.
Additional context
Terminal output
$ sudo python install.py -r --blue
💡 You do not need to delete files if you want to update theme.
Do you want to delete all "Marble" folders in ~/.themes and in ~/.local/share/themes? (y/N) y
Deleting folder /root/.themes/Marble-hue252-light...Done.
Deleting folder /root/.themes/Marble-hue252-dark...Done.
The path ~/.local/share/themes does not exist.
Creating blue light, dark theme... Done.
$ sudo python install.py -r
💡 You do not need to delete files if you want to update theme.
Do you want to delete all "Marble" folders in ~/.themes and in ~/.local/share/themes? (y/N) y
Deleting folder /root/.themes/Marble-blue-light...Done.
Deleting folder /root/.themes/Marble-blue-dark...Done.
The path ~/.local/share/themes does not exist.
No color arguments specified. Use -h or --help to see the available options.
Describe the bug There are no ways to delete themes as well as tweaks. Firstly, command
sudo python install.py -r
does not work with or without any flags. After it none of the directories are removed in./themes
. Secondly, it is impossible to remove tweaks such as launchpad icon.Expected behavior It would be great to have an opportunity to delete tweaks without removing the whole theme.
Additional context Terminal output