Skip to content

Commit

Permalink
Map core.shade colors to compassion.palette.
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick committed Mar 9, 2024
1 parent 8c9d1db commit 37e372d
Show file tree
Hide file tree
Showing 2 changed files with 56 additions and 16 deletions.
60 changes: 50 additions & 10 deletions tokens/brand/compassion.json
Original file line number Diff line number Diff line change
Expand Up @@ -204,32 +204,72 @@
},
"secondaries": {
"alpha": {
"one": {
"value": "#bada55",
"plus": {
"value": "{shade.fern.200}",
"type": "color"
},
"base": {
"value": "{shade.fern.400}",
"type": "color"
},
"minus": {
"value": "{shade.fern.900}",
"type": "color"
}
},
"bravo": {
"one": {
"value": "#bada55",
"plus": {
"value": "{shade.sinless.100}",
"type": "color"
},
"base": {
"value": "{shade.sinless.300}",
"type": "color"
},
"minus": {
"value": "{shade.sinless.500}",
"type": "color"
}
},
"charlie": {
"one": {
"value": "#bada55",
"plus": {
"value": "{shade.sundown.200}",
"type": "color"
},
"base": {
"value": "{shade.sundown.400}",
"type": "color"
},
"minus": {
"value": "{shade.sundown.900}",
"type": "color"
}
},
"delta": {
"one": {
"value": "#bada55",
"plus": {
"value": "{shade.sunset.300}",
"type": "color"
},
"base": {
"value": "{shade.sunset.500}",
"type": "color"
},
"minus": {
"value": "{shade.sunset.800}",
"type": "color"
}
},
"echo": {
"one": {
"value": "#bada55",
"plus": {
"value": "{shade.walnut.200}",
"type": "color"
},
"base": {
"value": "{shade.walnut.700}",
"type": "color"
},
"minus": {
"value": "{shade.walnut.900}",
"type": "color"
}
}
Expand Down
12 changes: 6 additions & 6 deletions tokens/core/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -332,27 +332,27 @@
},
"sinless": {
"50": {
"value": "#fffeea",
"value": "#fffbe4",
"type": "color"
},
"100": {
"value": "#fff9c5",
"value": "#fff2ad",
"type": "color"
},
"200": {
"value": "#fff385",
"value": "#ffe282",
"type": "color"
},
"300": {
"value": "#ffe646",
"value": "#ffd257",
"type": "color"
},
"400": {
"value": "#ffd61b",
"value": "#fec438",
"type": "color"
},
"500": {
"value": "#ffb500",
"value": "#fdb518",
"type": "color"
},
"600": {
Expand Down

0 comments on commit 37e372d

Please sign in to comment.