-
-
Notifications
You must be signed in to change notification settings - Fork 20
GH-1236 Standarize plugin theme #1238
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
Conversation
|
/gemini review |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request does a great job of standardizing the plugin's visual theme to a pastel purple, as described. The changes are consistently applied across a vast number of message configuration files, which is a significant improvement for the plugin's visual identity. I appreciate that error messages are kept in red, and many have been standardized to a consistent format, which enhances the user experience. I've pointed out a minor inconsistency in the styling of command usage messages, which are error-like but don't fully follow the red-color convention for errors. Overall, this is an excellent and thorough update.
...ore/src/main/java/com/eternalcode/core/litecommand/argument/messages/ENArgumentMessages.java
Outdated
Show resolved
Hide resolved
...ore/src/main/java/com/eternalcode/core/litecommand/argument/messages/PLArgumentMessages.java
Outdated
Show resolved
Hide resolved
…d/argument/messages/PLArgumentMessages.java Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
…d/argument/messages/ENArgumentMessages.java Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This PR aims to standarize and simplify the plugin's theme/visual appearance in notifications. This includes notifications on chat/actionbar/title/subtitle. The coloristics should match the ones used in README.md (pastel purple). Red color should still be used for errors.
Resolves #1236