Add color pairings to theme
See original GitHub issueWould be good to add set color pairings to the theme so that components like Badge & Banner can use them.
An example & reference can be found in @jxnblk’s styled-system.
colorStyles: {
warning: {
color: 'text',
backgroundColor: 'orange'
},
error: {
color: 'white',
backgroundColor: 'red'
},
}
Issue Analytics
- State:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top Results From Across the Web
Add color and design to your slides with Themes
PowerPoint provides a variety of design themes. Learn how to add color and design to your slides with themes to give them a...
Read more >80 Eye-Catching Color Combinations For 2021 - Design Wizard
Over 80 stunning colour combinations for your designs, interiors or artwork! With combinations of two colours to four, you are sure to find ......
Read more >100 color combination ideas and examples - Canva
Canva's color wheel tool allows you to select your desired color combinations—complementary, monochromatic, analogous, triadic, or tetradic—along the spectrum ...
Read more >Color system best practices - Shopify.dev
To ensure that you always have sufficient color contrast between your theme elements, build your theme using color pairings from the same color...
Read more >Color Theory 101: A Complete Guide to Color Wheels & Color ...
Analogous color schemes are formed by pairing one main color with the two colors directly next to it on the color wheel. You...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Updated naming convention.
Closing this since it’s now in the v2 branch