Add Maybe colorscheme to tailwind.config.js #4
Reference in New Issue
Block a user
Delete Branch "jespr/tailwind-colors"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@Shpigford is this what you had in mind for #3?
I've kept the naming from the graphic you added, so we're using
primary-50instead ofcyan-50,primary-300instead ofcyan-300and so on - but the others are still named using the color names: blue, orange, pink, grape, indigo and green.I've also nulled out the standard tailwindcss colors - but we can change that of course.
I just noticed that Primary Cyan 50 and Primary Cyan 300 has the same hex code in the graphic?
@jespr Thank you! Let's stick with the actual color names (instead of those "primary/error/etc"). Those colors will still be used outside of the context of errors/warnings.
@Shpigford changes pushed
Perfect! Thank you so much!
Resolves #3