-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Add new Discord ui colors #10151
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
Comments
I would recommend that the colors be called ui_light, ui_ash, ui_dark, and ui_onyx? |
can someone tell me please how this affects a bot? Im not being sarcastic or trying to be rude, just trying to understand. |
Discord.py has historically kept classmethods on This PR would simply add the dominant background colour of the new themes. It's just shortcut methods to access those colours for things like embeds. |
@rrbailey89 this wouldn't affect a bot, this issue is just asking for new colour constants to be added to the See #10152 for an implementation. |
Summary
Add new Discord ui colors
What is the feature request for?
The core library
The Problem
Discord just revamped their UI (again). With this comes a few new background colors:
https://discord.com/blog/player-release-q12025
These should be added to colour.py.
I don't have time to look at it now, but if I have the chance I'll grab the colors and add them to the list
The Ideal Solution
Add the colors to colour.py
The Current Solution
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: