chamilo / chamilo-lms

Chamilo is a learning management system focused on ease of use and accessibility
https://chamilo.org
GNU General Public License v3.0
811 stars 481 forks source link

[C2] Allow to customize colors of chamilo #4745

Open daniboygg opened 1 year ago

daniboygg commented 1 year ago

Create color customization page to allow users to configure colors across chamilo instance

ywarnier commented 1 year ago

This option should appear as a new link "Style sheets". As commented elsewhere, you can see how it looks like in Chamilo 1.11 here https://11.chamilo.org/main/admin/settings.php?category=Stylesheets However, this is not really how we would like it to look like in Chamilo 2. It has to offer a more immediate result. Similar to the concept of "click one style and everything is painted in that style, then have the 3 main colors as color pickers and allow the user to play with those colors in "live" mode). Saving should write stuff (one way or another) either in a session object, the database and/or a browser storage (ideally in the database, in the table settings_current, probably (although I'm not sure in which format to store these).