Created
February 7, 2026 17:58
-
-
Save ilikescience/82366c10679119796d76652b562025fa to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| { | |
| "color": { | |
| "primary": { | |
| "$type": "color", | |
| "$value": { | |
| "colorSpace": "srgb", | |
| "components": [ | |
| 0.15, | |
| 0.39, | |
| 0.92 | |
| ], | |
| "hex": "#2563eb" | |
| } | |
| }, | |
| "primary-faded": { | |
| "$type": "color", | |
| "$value": { | |
| "colorSpace": "srgb", | |
| "components": { | |
| "$ref": "#/color/primary/$value/components" | |
| }, | |
| "alpha": 0.5 | |
| } | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment