Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.

Commit

Permalink
feat(color): dark surfaces refined
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Mar 22, 2023
1 parent de69782 commit 5444404
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions base.json
Original file line number Diff line number Diff line change
Expand Up @@ -2550,6 +2550,11 @@
"type": "color",
"description": "critical, danger, error, alert"
},
"critical-strong": {
"value": "{color.red.500}",
"type": "color",
"description": "critical, danger, error, alert"
},
"success": {
"value": "{color.green.400}",
"type": "color",
Expand Down Expand Up @@ -2629,23 +2634,23 @@
},
"surface": {
"primary": {
"value": "{color.black.200}",
"value": "{color.black.100}",
"type": "color"
},
"secondary": {
"value": "{color.black.300}",
"value": "{color.black.200}",
"type": "color"
},
"moderate": {
"value": "{color.black.400}",
"value": "{color.black.300}",
"type": "color"
},
"bold": {
"value": "{color.black.500}",
"value": "{color.black.400}",
"type": "color"
},
"strong": {
"value": "{color.black.700}",
"value": "{color.black.600}",
"type": "color"
},
"contrast": {
Expand Down Expand Up @@ -2730,7 +2735,7 @@
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".11",
"value": ".06",
"space": "hsl"
}
}
Expand All @@ -2743,7 +2748,7 @@
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".23",
"value": ".16",
"space": "hsl"
}
}
Expand All @@ -2756,7 +2761,7 @@
"studio.tokens": {
"modify": {
"type": "alpha",
"value": ".43",
"value": ".28",
"space": "hsl"
}
}
Expand Down

0 comments on commit 5444404

Please sign in to comment.