-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small refinements, add primary color
- Loading branch information
Showing
11 changed files
with
548 additions
and
320 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,348 @@ | ||
{ | ||
"primary": { | ||
"$type": "color", | ||
"$value": "{color.purple.20}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"background": { | ||
"default": { | ||
"$type": "color", | ||
"$value": "{color.white.100}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"front": { | ||
"$type": "color", | ||
"$value": "{color.white.100}", | ||
"$description": "Background color applied on top of background-back.", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"back": { | ||
"$type": "color", | ||
"$value": "{color.tan.10}", | ||
"$description": "Background color applied to the base layer of the application.", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"contrast": { | ||
"$type": "color", | ||
"$value": "{color.black.4}", | ||
"$description": "abc", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"active": { | ||
"$type": "color", | ||
"$value": "{color.background.contrast}", | ||
"$description": "abc", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"selected": { | ||
"$type": "color", | ||
"$value": "{color.brand}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"status": { | ||
"critical": { | ||
"$type": "color", | ||
"$value": "{color.red.20-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"ok": { | ||
"$type": "color", | ||
"$value": "{color.green.10-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"warning": { | ||
"$type": "color", | ||
"$value": "{color.yellow.10-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"info": { | ||
"$type": "color", | ||
"$value": "{color.blue.10-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
} | ||
}, | ||
"validation": { | ||
"critical": { | ||
"$type": "color", | ||
"$value": "{color.red.20-24pc}", | ||
"$description": "abc", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"warning": { | ||
"$type": "color", | ||
"$value": "{color.yellow.10-24pc}", | ||
"$description": "abc", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"ok": { | ||
"$type": "color", | ||
"$value": "{color.green.10-24pc}", | ||
"$description": "abc", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"chart": { | ||
"qualitative": { | ||
"10": { | ||
"$type": "color", | ||
"$value": "{color.blue.20}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"20": { | ||
"$type": "color", | ||
"$value": "{color.orange.20}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"30": { | ||
"$type": "color", | ||
"$value": "{color.purple.20}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"40": { | ||
"$type": "color", | ||
"$value": "{color.teal.10}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"50": { | ||
"$type": "color", | ||
"$value": "{color.yellow.30}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"60": { | ||
"$type": "color", | ||
"$value": "{color.purple.10}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"70": { | ||
"$type": "color", | ||
"$value": "{color.blue.10}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"10-secondary": { | ||
"$type": "color", | ||
"$value": "{color.blue.20-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"20-secondary": { | ||
"$type": "color", | ||
"$value": "{color.orange.20-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"30-secondary": { | ||
"$type": "color", | ||
"$value": "{color.purple.20 -12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"40-secondary": { | ||
"$type": "color", | ||
"$value": "{color.teal.10-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"50-secondary": { | ||
"$type": "color", | ||
"$value": "{color.yellow.30-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"60-secondary": { | ||
"$type": "color", | ||
"$value": "{color.purple.10-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
}, | ||
"70-secondary": { | ||
"$type": "color", | ||
"$value": "{color.blue.10-12pc}", | ||
"$description": "", | ||
"$extensions": { | ||
"com.figma": { | ||
"hiddenFromPublishing": false, | ||
"scopes": ["ALL_SCOPES"], | ||
"codeSyntax": {} | ||
} | ||
} | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.