Add Maybe colorscheme to tailwind.config.js #4

Merged
jespr merged 2 commits from jespr/tailwind-colors into main 2024-01-03 03:35:13 +08:00
jespr commented 2024-01-03 03:28:16 +08:00 (Migrated from github.com)

@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-50 instead of cyan-50, primary-300 instead of cyan-300 and 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.

@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-50` instead of `cyan-50`, `primary-300` instead of `cyan-300` and 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.
jespr commented 2024-01-03 03:30:13 +08:00 (Migrated from github.com)

I just noticed that Primary Cyan 50 and Primary Cyan 300 has the same hex code in the graphic?

I just noticed that Primary Cyan 50 and Primary Cyan 300 has the same hex code in the graphic?
Shpigford commented 2024-01-03 03:30:18 +08:00 (Migrated from github.com)

@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.

@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.
jespr commented 2024-01-03 03:33:59 +08:00 (Migrated from github.com)

@Shpigford changes pushed

@Shpigford changes pushed
Shpigford (Migrated from github.com) approved these changes 2024-01-03 03:35:05 +08:00
Shpigford (Migrated from github.com) left a comment

Perfect! Thank you so much!

Perfect! Thank you so much!
Shpigford commented 2024-01-03 03:35:23 +08:00 (Migrated from github.com)

Resolves #3

Resolves #3
Sign in to join this conversation.