Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions packages/design-system/src/tokens/token_Color_Default.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,18 @@
},
"accent-foreground": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Used for accents such as hover effects on <DropdownMenuItem>, <SelectItem>...etc"
},
"background": {
"$type": "color",
"$value": "{zinc.950}",
"$description": "Default background color of <body />...etc"
},
"black": {
"$type": "color",
"$value": "{general.black}"
},
"border": {
"$type": "color",
"$value": "{zinc.800}",
Expand All @@ -27,7 +31,7 @@
},
"card-foreground": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Foreground color for <Card />"
},
"destructive": {
Expand All @@ -37,7 +41,7 @@
},
"destructive-foreground": {
"$type": "color",
"$value": "{General.black}",
"$value": "{general.black}",
"$description": "Used for destructive actions such as <Button variant=\"destructive\">"
},
"error": {
Expand Down Expand Up @@ -97,7 +101,7 @@
},
"popover-foreground": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Foreground color for popovers such as <DropdownMenu />, <HoverCard />, <Popover />"
},
"primary": {
Expand All @@ -107,7 +111,7 @@
},
"primary-foreground": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Secondary colors for <Button />"
},
"primary-light": {
Expand All @@ -126,7 +130,7 @@
},
"secondary-foreground": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Secondary colors for <Button />"
},
"success": {
Expand Down Expand Up @@ -163,6 +167,10 @@
"$type": "color",
"$value": "{amber.100}",
"$description": "Used for destructive actions such as <Button variant=\"destructive\">"
},
"white": {
"$type": "color",
"$value": "{general.white}"
}
}
}
18 changes: 13 additions & 5 deletions packages/design-system/src/tokens/token_Color_Light.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,13 @@
},
"background": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Default background color of <body />...etc"
},
"black": {
"$type": "color",
"$value": "{general.black}"
},
"border": {
"$type": "color",
"$value": "{zinc.200}",
Expand All @@ -37,7 +41,7 @@
},
"destructive-foreground": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Used for destructive actions such as <Button variant=\"destructive\">"
},
"error": {
Expand Down Expand Up @@ -92,7 +96,7 @@
},
"popover": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Background color for popovers such as <DropdownMenu />, <HoverCard />, <Popover />"
},
"popover-foreground": {
Expand All @@ -107,7 +111,7 @@
},
"primary-foreground": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Secondary colors for <Button />"
},
"primary-light": {
Expand Down Expand Up @@ -161,8 +165,12 @@
},
"warning-foreground": {
"$type": "color",
"$value": "{General.white}",
"$value": "{general.white}",
"$description": "Used for destructive actions such as <Button variant=\"destructive\">"
},
"white": {
"$type": "color",
"$value": "{general.white}"
}
}
}
Loading
Loading