Replies: 3 comments 2 replies
-
|
Found a couple palette generators (palettes and huey) that support any number of shades. Also, it makes me think that my logic that 1000 = full black may be a bit mistaken. 0 would still be colorless, but I suppose 1000 isn't necessarily full black 😀. So all the reasons (besides the first half of #1 lol) listed above still seem valid. |
Beta Was this translation helpful? Give feedback.
-
|
hey @resticker , Thanks for reporting the issue. We will have a look. |
Beta Was this translation helpful? Give feedback.
-
|
We appreciate you taking the time to share your thoughts on the gluestack color scheme. We know that Tailwind follows the 50-950 convention, with 50 being the lightest and 950 the darkest shade. That said, our choice to adopt the 0-950 range is rooted in a few key reasons:
That being said, we’re always listening to our community. If we receive a significant number of requests around this, we’ll definitely circle back to reassess and consider adjustments. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Tailwind uses the convention that
50is the lightest and950is the darkest (50-950 range).See: Tailwind Customizing Color Docs
However, the current gluestack color scheme is set up with
0as the lightest color and950is the darkest color (0-950 range). I.e.:Problem Statement
There are several reasons why I think gluestack should conform to the conventional 50-950 range:
1000, so it doesn't make sense for0to be included.1000(from what I understand) would be 100% black (which would have no color tint), which means that0should be 0% black (which would also have zero color tint). The current gluestack color scheme doesn't treat0this way, though. Currently gluestack uses0to represent "the lightest variation of this color", which is what50is designed to be (again, from my understanding). It's confusing that0has any color tint50-950in mind. Just search fortailwind shade generatorin Google, but here are some top results: Example 1, Example 2, Example 3, Example 4. Note: This reason is what prompted me to make this feature request. It's been frustrating to try and manipulate the colors to fit the 0-950 range.50-950range.Proposed Solution or API
500color the same and regenerate the colors with50as the lightest in the default color scheme.Alternatives
No response
Additional Information
No response
Beta Was this translation helpful? Give feedback.
All reactions