Standardize errors, warnings, info & success colors#350
Merged
nikhil-varma merged 4 commits intomasterfrom Feb 15, 2026
Merged
Conversation
84493c7 to
06c3118
Compare
0531117 to
7f90db9
Compare
c63c8bc to
d82278d
Compare
d82278d to
2bd1bfe
Compare
Contributor
Author
trean
reviewed
Feb 11, 2026
0356b80 to
628f53e
Compare
trean
approved these changes
Feb 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request updates the color palettes for both the dark and light themes by replacing color imports with hardcoded color values and adding detailed state-specific color properties for semantic colors (error, warning, info, success). This change improves consistency, simplifies theme configuration, and enhances UI state styling.
Theme color palette updates:
red,orange,teal, andlightBlue) with direct hardcoded color values for semantic colors in bothdark-theme.jsandlight-theme.js, leading to more predictable and maintainable color definitions. [1] [2]_statesobject to each semantic color (error, warning, info, success) defining colors for UI states likehover,selected,focus,focusVisible, andoutlinedBorder, improving visual feedback and accessibility. [1] [2]Palette consistency and contrast improvements:
contrastTextvalues for all semantic colors to#fcfdfffor better text readability across both themes. [1] [2]This ensures both Cloud UI and Web UI uses the same color themes for Error/Info/Success/Warning
Alerts
SnackBars
Chip