How to allow the user to change theme color for a bootstrap4 theme using a color picker in a django website?
I want to allow the application users to be able to change the bootstrap theme color using a color picker. I haven't found any good examples yet on how to achieve this in Django. I understand that adding predefined themes and toggling between them is simpler. But in this case, I need to allow user to select from a color picker rather than switching between few predefined templates.