UNPKG

jellyfish_designtokens

Version:

Ultimate design tokens from Jelly Fish Design System

124 lines 3.23 kB
{ "jf": { "color": { "fg": { "default": { "value": "{jf.color.carbon.900}", "type": "color" }, "muted": { "value": "{jf.color.fg.default}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "lighten", "value": "{jf.modifier.amount.1} ", "space": "hsl" } } } }, "subtle": { "value": "{jf.color.fg.default}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "lighten", "value": "{jf.modifier.amount.2} ", "space": "hsl" } } } }, "inverted": { "value": "{jf.color.fg.default}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "lighten", "value": "{jf.modifier.amount.5} ", "space": "hsl" } } } }, "primary": { "value": "{jf.color.primary}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "darken", "value": "{jf.modifier.amount.1} ", "space": "hsl" } } } }, "secondary": { "value": "{jf.color.secondary}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "darken", "value": "{jf.modifier.amount.1} ", "space": "hsl" } } } }, "success": { "value": "{jf.color.success}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "darken", "value": "{jf.modifier.amount.1} ", "space": "hsl" } } } }, "critical": { "value": "{jf.color.critical}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "darken", "value": "{jf.modifier.amount.1} ", "space": "hsl" } } } }, "warning": { "value": "{jf.color.warning}", "type": "color", "$extensions": { "studio.tokens": { "modify": { "type": "darken", "value": "{jf.modifier.amount.2} ", "space": "hsl" } } } }, "white": { "value": "{jf.color.white}", "type": "color" }, "black": { "value": "{jf.color.black}", "type": "color" } } } } }