Skip to content

Commit

Permalink
color tokens nfo button NEON dark
Browse files Browse the repository at this point in the history
  • Loading branch information
RoaldBoerema committed Mar 21, 2024
1 parent 55e69c5 commit f390659
Showing 1 changed file with 262 additions and 0 deletions.
262 changes: 262 additions & 0 deletions packages/tokens/src/neon/dark.json
Original file line number Diff line number Diff line change
Expand Up @@ -1408,6 +1408,268 @@
}
}
}
},
"info": {
"solid": {
"idle": {
"background": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.solid.idle.background"
},
"foreground": {
"value": "{color.palette.info.150}",
"type": "color",
"description": "color.button.info.solid.idle.foreground"
},
"border": {
"value": "{color.palette.info.800}",
"type": "color",
"description": "color.button.info.solid.idle.border"
}
},
"hover": {
"background": {
"value": "{color.palette.info.700}",
"type": "color",
"description": "color.button.info.solid.hover.background"
},
"foreground": {
"value": "{color.palette.info.150}",
"type": "color",
"description": "color.button.info.solid.hover.foreground"
},
"border": {
"value": "{color.palette.info.700}",
"type": "color",
"description": "color.button.info.solid.hover.border"
}
},
"active": {
"background": {
"value": "{color.palette.info.600}",
"type": "color",
"description": "color.button.info.solid.active.background"
},
"foreground": {
"value": "{color.palette.info.100}",
"type": "color",
"description": "color.button.info.solid.active.foreground"
},
"border": {
"value": "{color.palette.info.600}",
"type": "color",
"description": "color.button.info.solid.active.border"
}
},
"disabled": {
"background": {
"value": "{color.palette.neutral.700}",
"type": "color",
"description": "color.button.info.solid.disabled.background"
},
"foreground": {
"value": "{color.palette.black.base}",
"type": "color",
"description": "color.button.info.solid.disabled.foreground"
},
"border": {
"value": "{color.palette.neutral.700}",
"type": "color",
"description": "color.button.info.solid.disabled.border"
}
}
},
"outline": {
"idle": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color",
"description": "color.button.info.outline.idle.background"
},
"foreground": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.outline.idle.foreground"
},
"border": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.outline.idle.border"
}
},
"hover": {
"background": {
"value": "rgba({color.palette.info.200},{opacity.300})",
"type": "color",
"description": "color.button.info.outline.hover.background"
},
"foreground": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.outline.hover.foreground"
},
"border": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.outline.hover.border"
}
},
"active": {
"background": {
"value": "rgba({color.palette.info.200},{opacity.500})",
"type": "color",
"description": "color.button.info.outline.active.background"
},
"foreground": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.outline.active.foreground"
},
"border": {
"value": "{color.palette.info.200}",
"type": "color",
"description": "color.button.info.outline.active.border"
}
},
"disabled": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color",
"description": "color.button.info.outline.disabled.background"
},
"foreground": {
"value": "{color.palette.neutral.700}",
"type": "color",
"description": "color.button.info.outline.disabled.foreground"
},
"border": {
"value": "{color.palette.neutral.700}",
"type": "color",
"description": "color.button.info.outline.disabled.border"
}
}
},
"link": {
"idle": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.200}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"hover": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.300}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"active": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.400}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"disabled": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.neutral.600}",
"type": "color",
"description": "color.button.primary.link.disabled.foreground"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color",
"description": "color.button.primary.link.disabled.foreground"
}
}
},
"ghost": {
"idle": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.200}",
"type": "color"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color"
}
},
"hover": {
"background": {
"value": "rgba({color.palette.info.200},{opacity.300})",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.200}",
"type": "color"
},
"border": {
"value": "{color.palette.info.200}",
"type": "color"
}
},
"active": {
"background": {
"value": "rgba({color.palette.info.200},{opacity.500})",
"type": "color"
},
"foreground": {
"value": "{color.palette.info.200}",
"type": "color"
},
"border": {
"value": "{color.palette.info.200}",
"type": "color"
}
},
"disabled": {
"background": {
"value": "{color.palette.transparent.base}",
"type": "color"
},
"foreground": {
"value": "{color.palette.neutral.600}",
"type": "color",
"description": "color.button.primary.link.disabled.foreground"
},
"border": {
"value": "{color.palette.transparent.base}",
"type": "color",
"description": "color.button.primary.link.disabled.foreground"
}
}
}
}
},
"surface": {
Expand Down

0 comments on commit f390659

Please sign in to comment.