catppuccin / discord

🎮 Soothing pastel theme for Discord
MIT License
729 stars 173 forks source link

Mod View not themed #290

Open GeoffreyGx opened 5 months ago

GeoffreyGx commented 5 months ago

As an example with Mocha Teal: Screenshot_20240408_201451

Tofixrs commented 4 months ago

Im going to do that but what if the user has the nitro custom profile scheme? Do i just override it with catppuccin?

GeoffreyGx commented 4 months ago

The theme appears anyway, with or without nitro so I think you should apply the theme only to the tiles and keep the background as it is.

ToxicAven commented 3 months ago

Looking into this, the background is generated the same way the nitro popouts are, which means it's all dynamically generated inline styles :/ making major edits would be difficult, i'll see what I can do about this, notably with the light themed text on some.

unrelated note, who the hell wants custom styling per user in a moderation tool

ghost commented 2 months ago

Just to comment on the issue I have no idea how to solve this as I am primarily a backend developer, but I don't think the Modview not being themed is a problem. It is mainly a problem because if you use Mocha or any theme that isn't a light theme, somehow Catppuccin's theme breaks Discord's color generation as the background itself will adapt depending on whether you are on a dark or light theme. I think it would be a better idea to try and solve the issue of background colors not actually being generated for the correct theme (always light, although I have only tried Mocha as it's the theme I use).