Skip to content

Commit

Permalink
Update palette.json
Browse files Browse the repository at this point in the history
  • Loading branch information
pastelcyborg committed Sep 27, 2024
1 parent 06913ed commit 564d150
Showing 1 changed file with 166 additions and 0 deletions.
166 changes: 166 additions & 0 deletions tokens/color/palette.json
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,172 @@
"themeable": false,
"$value": "rgba(125, 66, 184, 1)"
}
},
"gray": {
"white": {
"themeable": false,
"$value": "rgba(255, 255, 255, 1)"
},
"1": {
"themeable": false,
"$value": "rgba(247, 247, 247, 1)"
},
"2": {
"themeable": false,
"$value": "rgba(245, 245, 245, 1)"
},
"3": {
"themeable": false,
"$value": "rgba(243, 243, 243, 1)"
},
"4": {
"themeable": false,
"$value": "rgba(242, 242, 242, 1)"
},
"5": {
"themeable": false,
"$value": "rgba(236, 236, 236, 1)"
},
"6": {
"themeable": false,
"$value": "rgba(235, 235, 235, 1)"
},
"7": {
"themeable": false,
"$value": "rgba(233, 233, 233, 1)"
},
"8": {
"themeable": false,
"$value": "rgba(231, 231, 231, 1)"
},
"9": {
"themeable": false,
"$value": "rgba(229, 229, 229, 1)"
},
"10": {
"themeable": false,
"$value": "rgba(224, 224, 224, 1)"
},
"11": {
"themeable": false,
"$value": "rgba(222, 222, 222, 1)"
},
"12": {
"themeable": false,
"$value": "rgba(219, 219, 219, 1)"
},
"13": {
"themeable": false,
"$value": "rgba(218, 218, 218, 1)"
},
"14": {
"themeable": false,
"$value": "rgba(217, 217, 217, 1)"
},
"15": {
"themeable": false,
"$value": "rgba(204, 204, 204, 1)"
},
"16": {
"themeable": false,
"$value": "rgba(201, 201, 201, 1)"
},
"17": {
"themeable": false,
"$value": "rgba(194, 194, 194, 1)"
},
"18": {
"themeable": false,
"$value": "rgba(168, 168, 168, 1)"
},
"19": {
"themeable": false,
"$value": "rgba(166, 166, 166, 1)"
},
"20": {
"themeable": false,
"$value": "rgba(146, 146, 146, 1)"
},
"21": {
"themeable": false,
"$value": "rgba(112, 112, 112, 1)"
},
"22": {
"themeable": false,
"$value": "rgba(107, 107, 107, 1)"
},
"23": {
"themeable": false,
"$value": "rgba(102, 102, 102, 1)"
},
"24": {
"themeable": false,
"$value": "rgba(97, 97, 97, 1)"
},
"25": {
"themeable": false,
"$value": "rgba(92, 92, 92, 1)"
},
"26": {
"themeable": false,
"$value": "rgba(81, 81, 81, 1)"
},
"27": {
"themeable": false,
"$value": "rgba(71, 71, 71, 1)"
},
"28": {
"themeable": false,
"$value": "rgba(64, 64, 64, 1)"
},
"29": {
"themeable": false,
"$value": "rgba(61, 61, 61, 1)"
},
"30": {
"themeable": false,
"$value": "rgba(60, 60, 60, 1)"
},
"31": {
"themeable": false,
"$value": "rgba(55, 55, 55, 1)"
},
"32": {
"themeable": false,
"$value": "rgba(49, 49, 49, 1)"
},
"33": {
"themeable": false,
"$value": "rgba(47, 47, 47, 1)"
},
"34": {
"themeable": false,
"$value": "rgba(45, 45, 45, 1)"
},
"35": {
"themeable": false,
"$value": "rgba(38, 38, 38, 1)"
},
"36": {
"themeable": false,
"$value": "rgba(32, 32, 32, 1)"
},
"37": {
"themeable": false,
"$value": "rgba(17, 17, 17, 1)"
},
"38": {
"themeable": false,
"$value": "rgba(17, 17, 17, 0.85)"
},
"black": {
"themeable": false,
"$value": "rgba(0, 0, 0, 1)"
}
},
"transparent": {
"themeable": false,
"$value": "rgba(0, 0, 0, 0)"
}
}
}
Expand Down

0 comments on commit 564d150

Please sign in to comment.