Bubobubobubobubo / topos

Web Based Live Coding Environment. Inspired by the Monome Teletype.
https://topos.live
GNU General Public License v3.0
27 stars 10 forks source link

Support for Topos themes #96

Closed Bubobubobubobubo closed 11 months ago

Bubobubobubobubo commented 11 months ago

I just opened a theming branch for Topos. There is some remaining work: updating HTML manually to match following DaisyUI principles. Files to update are:

Finally, add the selected theme to localStorage with the rest of the configuration (JS).

That's pretty much it.

Bubobubobubobubo commented 11 months ago

Worked quite a lot on the issue but there is still a lot of work to do to make it look pretty. It should also be noted that it is currently non-trivial to update highlighting styles used in the documentation and code editor and it could have been much simpler with a better architecture.

Bubobubobubobubo commented 11 months ago

Done!