Skip to content

Commit

Permalink
feat(bezier-tokens): update alpha color token values
Browse files Browse the repository at this point in the history
  • Loading branch information
sungik-choi committed Jan 8, 2025
1 parent 09694b0 commit afabd7c
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 98 deletions.
40 changes: 19 additions & 21 deletions packages/bezier-tokens/src/alpha/functional/dark-theme/color.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"type": "color"
},
"dark": {
"value": "{blue.300}",
"value": "{blue.200}",
"type": "color"
}
},
Expand All @@ -56,7 +56,7 @@
"type": "color"
},
"dark": {
"value": "{cobalt.300}",
"value": "{cobalt.200}",
"type": "color"
}
},
Expand All @@ -70,7 +70,7 @@
"type": "color"
},
"dark": {
"value": "{red.300}",
"value": "{red.200}",
"type": "color"
}
},
Expand All @@ -84,7 +84,7 @@
"type": "color"
},
"dark": {
"value": "{orange.300}",
"value": "{orange.200}",
"type": "color"
}
},
Expand All @@ -98,7 +98,7 @@
"type": "color"
},
"dark": {
"value": "{green.300}",
"value": "{green.200}",
"type": "color"
}
},
Expand All @@ -112,7 +112,7 @@
"type": "color"
},
"dark": {
"value": "{teal.300}",
"value": "{teal.200}",
"type": "color"
}
},
Expand All @@ -126,7 +126,7 @@
"type": "color"
},
"dark": {
"value": "{olive.300}",
"value": "{olive.200}",
"type": "color"
}
},
Expand All @@ -140,7 +140,7 @@
"type": "color"
},
"dark": {
"value": "{yellow.300}",
"value": "{yellow.200}",
"type": "color"
}
},
Expand All @@ -154,7 +154,7 @@
"type": "color"
},
"dark": {
"value": "{pink.300}",
"value": "{pink.200}",
"type": "color"
}
},
Expand All @@ -168,7 +168,7 @@
"type": "color"
},
"dark": {
"value": "{purple.300}",
"value": "{purple.200}",
"type": "color"
}
},
Expand All @@ -182,7 +182,7 @@
"type": "color"
},
"dark": {
"value": "{navy.300}",
"value": "{navy.200}",
"type": "color"
}
},
Expand Down Expand Up @@ -276,7 +276,7 @@
"bg": {
"black": {
"darkest": {
"value": "{black.60}",
"value": "{white.60}",
"type": "color"
},
"darker": {
Expand Down Expand Up @@ -858,15 +858,13 @@
}
},
"dim": {
"black": {
"light": {
"value": "{bg.absolute.black.lightest}",
"type": "color"
},
"normal": {
"value": "{bg.absolute.black.lighter}",
"type": "color"
}
"light": {
"value": "{bg.absolute.black.lightest}",
"type": "color"
},
"normal": {
"value": "{bg.absolute.black.lighter}",
"type": "color"
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -858,15 +858,13 @@
}
},
"dim": {
"black": {
"light": {
"value": "{bg.absolute.black.lightest}",
"type": "color"
},
"normal": {
"value": "{bg.absolute.black.lighter}",
"type": "color"
}
"light": {
"value": "{bg.absolute.black.lightest}",
"type": "color"
},
"normal": {
"value": "{bg.absolute.black.lighter}",
"type": "color"
}
}
}
Loading

0 comments on commit afabd7c

Please sign in to comment.