-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mod View not themed #290
Comments
Im going to do that but what if the user has the nitro custom profile scheme? Do i just override it with catppuccin? |
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. |
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 |
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). |
As an example with Mocha Teal:
The text was updated successfully, but these errors were encountered: