Skip to content

Commit

Permalink
Update greens to brand palette.
Browse files Browse the repository at this point in the history
  • Loading branch information
kendrick committed Mar 8, 2024
1 parent 24926fe commit 776d724
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 36 deletions.
2 changes: 2 additions & 0 deletions tokens/$themes.json
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,8 @@
"outline.width.sm": "5964e4cee6fd66548521aca863a13f977c3a620e",
"outline.width.md": "1041e7075cb3c60a0d68a33ff73f5565d4b0fdf7",
"outline.width.lg": "0163f48a25c54566a4719e8b554c4fb5cee6e46a",
"outline.width.xl": "103fb00792f2387a476b8050f624507c88909150",
"outline.width.2xl": "a68882e23b7c4229e8730a0924bb376536676f11",
"size.0": "7b2922c81f93990030cc2a1fdbc1ce0af4d008fe",
"size.1": "3345e942e4a615d698a9cebccb61fa81ded1dd38",
"size.2": "262d7d342eff63a46d495734bd8d2142d5b1a377",
Expand Down
14 changes: 7 additions & 7 deletions tokens/brand/compassion.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,31 +96,31 @@
},
"positive": {
"faint": {
"value": "{shade.pea.50}",
"value": "{shade.fern.50}",
"type": "color"
},
"subtle": {
"value": "{shade.pea.400}",
"value": "{shade.fern.400}",
"type": "color"
},
"mild": {
"value": "{shade.pea.500}",
"value": "{shade.fern.500}",
"type": "color"
},
"moderate": {
"value": "{shade.pea.600}",
"value": "{shade.fern.600}",
"type": "color"
},
"potent": {
"value": "{shade.pea.700}",
"value": "{shade.fern.700}",
"type": "color"
},
"amplified": {
"value": "{shade.pea.900}",
"value": "{shade.fern.900}",
"type": "color"
},
"dominant": {
"value": "{shade.pea.950}",
"value": "{shade.fern.950}",
"type": "color"
}
},
Expand Down
14 changes: 7 additions & 7 deletions tokens/brand/legacy.json
Original file line number Diff line number Diff line change
Expand Up @@ -101,31 +101,31 @@
},
"positive": {
"faint": {
"value": "{shade.pea.50}",
"value": "{shade.fern.50}",
"type": "color"
},
"subtle": {
"value": "{shade.pea.400}",
"value": "{shade.fern.400}",
"type": "color"
},
"mild": {
"value": "{shade.pea.500}",
"value": "{shade.fern.500}",
"type": "color"
},
"moderate": {
"value": "{shade.pea.600}",
"value": "{shade.fern.600}",
"type": "color"
},
"potent": {
"value": "{shade.pea.700}",
"value": "{shade.fern.700}",
"type": "color"
},
"amplified": {
"value": "{shade.pea.900}",
"value": "{shade.fern.900}",
"type": "color"
},
"dominant": {
"value": "{shade.pea.950}",
"value": "{shade.fern.950}",
"type": "color"
}
},
Expand Down
44 changes: 22 additions & 22 deletions tokens/core/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -152,89 +152,89 @@
"type": "color"
},
"100": {
"value": "#feefc7",
"value": "#fff2c6",
"type": "color"
},
"200": {
"value": "#fedf89",
"value": "#ffe388",
"type": "color"
},
"300": {
"value": "#fec84b",
"value": "#ffd257",
"type": "color"
},
"400": {
"value": "#fdb222",
"value": "#ffba20",
"type": "color"
},
"500": {
"value": "#f79009",
"value": "#f99707",
"type": "color"
},
"600": {
"value": "#db6904",
"value": "#dd7002",
"type": "color"
},
"700": {
"value": "#b54808",
"value": "#b74d06",
"type": "color"
},
"800": {
"value": "#93370d",
"value": "#943a0c",
"type": "color"
},
"900": {
"value": "#792e0e",
"value": "#7a310d",
"type": "color"
},
"950": {
"value": "#461602",
"value": "#461802",
"type": "color"
}
},
"pea": {
"fern": {
"50": {
"value": "#ecfdf3",
"value": "#F0F8E2",
"type": "color"
},
"100": {
"value": "#d2f9e0",
"value": "#E1F0C4",
"type": "color"
},
"200": {
"value": "#a9f1c7",
"value": "#C2E189",
"type": "color"
},
"300": {
"value": "#71e4a7",
"value": "#86C070",
"type": "color"
},
"400": {
"value": "#38cf84",
"value": "#499E57",
"type": "color"
},
"500": {
"value": "#14b56b",
"value": "#418F51",
"type": "color"
},
"600": {
"value": "#089356",
"value": "#3A804B",
"type": "color"
},
"700": {
"value": "#077548",
"value": "#327145",
"type": "color"
},
"800": {
"value": "#085d3a",
"value": "#2B623F",
"type": "color"
},
"900": {
"value": "#084c31",
"value": "#235339",
"type": "color"
},
"950": {
"value": "#032b1d",
"value": "#122A1D",
"type": "color"
}
},
Expand Down

0 comments on commit 776d724

Please sign in to comment.