Skip to content

Commit

Permalink
Emergency update to blurple (#537)
Browse files Browse the repository at this point in the history
Co-authored-by: Jay Harris <[email protected]>
  • Loading branch information
aguscruiz and fallaciousreasoning authored Jan 31, 2024
1 parent 3057535 commit 5574f30
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions src/tokens/universal.variables.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,47 +50,47 @@
"primary": {
"1": {
"type": "color",
"value": "#f3f5ff"
"value": "#f2f5ff"
},
"10": {
"type": "color",
"value": "#ebedff"
"value": "#e9eeff"
},
"20": {
"type": "color",
"value": "#d8dbfe"
"value": "#d5dcff"
},
"30": {
"type": "color",
"value": "#bfc3fe"
"value": "#b7c6ff"
},
"40": {
"type": "color",
"value": "#8c8cfd"
"value": "#7c91ff"
},
"50": {
"type": "color",
"value": "#6754f8"
"value": "#545ff8"
},
"60": {
"type": "color",
"value": "#542fe5"
"value": "#3f39e8"
},
"70": {
"type": "color",
"value": "#4100c1"
"value": "#3006c9"
},
"80": {
"type": "color",
"value": "#2f0d8d"
"value": "#21168f"
},
"90": {
"type": "color",
"value": "#1f0b63"
"value": "#161065"
},
"100": {
"type": "color",
"value": "#0c0531"
"value": "#070732"
}
},
"secondary": {
Expand Down Expand Up @@ -596,7 +596,7 @@
},
"interactive": {
"type": "color",
"value": "#542fe5"
"value": "#3f39e8"
},
"interactive-visited": {
"type": "color",
Expand All @@ -614,7 +614,7 @@
},
"interactive": {
"type": "color",
"value": "#542fe5"
"value": "#3f39e8"
},
"disabled": {
"type": "color",
Expand All @@ -624,7 +624,7 @@
"button": {
"background": {
"type": "color",
"value": "#542fe5"
"value": "#3f39e8"
},
"disabled": {
"type": "color",
Expand All @@ -650,7 +650,7 @@
},
"interactive": {
"type": "color",
"value": "#ebedff"
"value": "#e9eeff"
},
"disabled": {
"type": "color",
Expand Down Expand Up @@ -792,31 +792,31 @@
"primary": {
"10": {
"type": "color",
"value": "#f3f5ff"
"value": "#f2f5ff"
},
"20": {
"type": "color",
"value": "#d8dbfe"
"value": "#d5dcff"
},
"30": {
"type": "color",
"value": "#8c8cfd"
"value": "#7c91ff"
},
"40": {
"type": "color",
"value": "#6754f8"
"value": "#545ff8"
},
"50": {
"type": "color",
"value": "#542fe5"
"value": "#3f39e8"
},
"60": {
"type": "color",
"value": "#4100c1"
"value": "#3006c9"
},
"70": {
"type": "color",
"value": "#1f0b63"
"value": "#161065"
}
},
"secondary": {
Expand Down Expand Up @@ -1154,7 +1154,7 @@
},
"interactive": {
"type": "color",
"value": "#8c8cfd"
"value": "#7c91ff"
},
"interactive-visited": {
"type": "color",
Expand All @@ -1172,7 +1172,7 @@
},
"interactive": {
"type": "color",
"value": "#8c8cfd"
"value": "#7c91ff"
},
"disabled": {
"type": "color",
Expand All @@ -1182,7 +1182,7 @@
"button": {
"background": {
"type": "color",
"value": "#542fe5"
"value": "#3f39e8"
},
"disabled": {
"type": "color",
Expand All @@ -1208,7 +1208,7 @@
},
"interactive": {
"type": "color",
"value": "#1f0b63"
"value": "#161065"
},
"disabled": {
"type": "color",
Expand Down Expand Up @@ -1350,31 +1350,31 @@
"primary": {
"10": {
"type": "color",
"value": "#1f0b63"
"value": "#161065"
},
"20": {
"type": "color",
"value": "#2f0d8d"
"value": "#21168f"
},
"30": {
"type": "color",
"value": "#542fe5"
"value": "#3f39e8"
},
"40": {
"type": "color",
"value": "#6754f8"
"value": "#545ff8"
},
"50": {
"type": "color",
"value": "#8c8cfd"
"value": "#7c91ff"
},
"60": {
"type": "color",
"value": "#bfc3fe"
"value": "#b7c6ff"
},
"70": {
"type": "color",
"value": "#ebedff"
"value": "#e9eeff"
}
},
"secondary": {
Expand Down

0 comments on commit 5574f30

Please sign in to comment.