-
Notifications
You must be signed in to change notification settings - Fork 63
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
feat(ui): update theme colors #466 #473
feat(ui): update theme colors #466 #473
Conversation
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.
Lets do the following changes:
- Rename
offwhite
tooff-white
and all instances - Remove
concrete
since it's not a UT color. I think theres like one instance of it being used. For any instances, please change them tout-gray
- Rename
lightgreen
tolight-green
and all instances (also very few or none exist)
It appears that UnoCSS doesn't support kebab-cased colors. The hyphen is reserved for color prefixes e.g. "ut-..." |
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.
LGTM
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.
LGTM
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.
LGTM
Updated colors within the ThemeColors.ts file.
The issue requested that the colors
off-white-1
andoff-white-2
be added. It's worth mentioning that there is already a theme calledoffwhite
, so we may want to change theseoffwhite-1
andoffwhite-2
to keep naming consistent.We could also change the name to
off-white
instead, but this would require us to replace the CSS variable across the project.This change is