commune-sh / legacy-client

Commune is a supercharged Matrix client with enhanced functionality.
https://app.commune.sh
Apache License 2.0
9 stars 3 forks source link

Feature request: open-ended theme selection #10

Open marceline-cramer opened 7 months ago

marceline-cramer commented 7 months ago

Color theming enthusiast here. Would love if I had the option to one day switch to a cozy color scheme on my computer on a whim and open a PR to definitively add that theme as a selection in the Commune frontend. This would require a system to support the loading of an open-ended number of themes as well as the UI to select the available theme options.

erlend-sh commented 7 months ago

Might there be some prior art in Svelte-land for this? Or all of web-land for that matter.

@hnb-ku did extensive theming for Discourse, so he might have some thoughts.

ChurchOfTheSubgenius commented 7 months ago

Color theming enthusiast here. Would love if I had the option to one day switch to a cozy color scheme on my computer on a whim and open a PR to definitively add that theme as a selection in the Commune frontend. This would require a system to support the loading of an open-ended number of themes as well as the UI to select the available theme options.

Thanks for bringing this up. Themeing is definitely on my current TODO list as I'm refactoring the client.

marceline-cramer commented 7 months ago

There's a couple favorite themes of mine that I'd really like to get in at some point:

ChurchOfTheSubgenius commented 7 months ago

There's a couple favorite themes of mine that I'd really like to get in at some point:

Thanks for the links. I do use Gruvbox (original dark) in vim!

I'm wondering how best to approach themeing in the the UI/settings. Perhaps similar to Discord, but also a good old textarea for users to dump their own CSS in...