Last active
July 6, 2023 15:44
-
-
Save 465media/b898879ec3e0c9dbc9ab8906e5d0f9c6 to your computer and use it in GitHub Desktop.
theme.json for NEU
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
{ | |
"version": 2, | |
"settings": { | |
"layout": { | |
"contentSize": "840px", | |
"wideSize": "1100px" | |
}, | |
"color": { | |
"defaultPalette": false, | |
"custom": false, | |
"customGradient": false, | |
"palette": [ | |
{ | |
"slug": "orange-001", | |
"color": "#FFAF80", | |
"name" : "Orange 001" | |
}, | |
{ | |
"slug": "orange-002", | |
"color": "#FF9966", | |
"name": "Orange 002" | |
}, | |
{ | |
"slug": "orange-003", | |
"color": "#FF854F", | |
"name": "Orange 003" | |
}, | |
{ | |
"slug": "orange-004", | |
"color": "#FF854F", | |
"name": "Orange 004" | |
}, | |
{ | |
"slug": "orange-005", | |
"color": "#BB4100", | |
"name": "Orange 005" | |
}, | |
{ | |
"slug": "yellow-001", | |
"color": "#FFE1A5", | |
"name": "Yellow 001" | |
}, | |
{ | |
"slug": "yellow-002", | |
"color": "#FFD580", | |
"name": "Yellow 002" | |
}, | |
{ | |
"slug": "yellow-003", | |
"color": "#FFC44B", | |
"name": "Yellow 003" | |
}, | |
{ | |
"slug": "yellow-004", | |
"color": "#FFB838", | |
"name": "Yellow 004" | |
}, | |
{ | |
"slug": "yellow-005", | |
"color": "#E2A855", | |
"name": "Yellow 005" | |
}, | |
{ | |
"slug": "green-001", | |
"color": "#BDE969", | |
"name": "Green 001" | |
}, | |
{ | |
"slug": "green-002", | |
"color": "#98D1B5", | |
"name": "Green 002" | |
}, | |
{ | |
"slug": "green-003", | |
"color": "#609F80", | |
"name": "Green 003" | |
}, | |
{ | |
"slug": "green-004", | |
"color": "#025944", | |
"name": "Green 004" | |
}, | |
{ | |
"slug": "green-005", | |
"color": "#1A4538", | |
"name": "Green 005" | |
}, | |
{ | |
"slug": "blue-001", | |
"color": "#C6EFF6", | |
"name": "Blue 001" | |
}, | |
{ | |
"slug": "blue-002", | |
"color": "#A0E0EF", | |
"name": "Blue 002" | |
}, | |
{ | |
"slug":"blue-003", | |
"color": "#62B6D0", | |
"name": "Blue 003" | |
}, | |
{ | |
"slug": "blue-004", | |
"color": "#297496", | |
"name": "Blue 004" | |
}, | |
{ | |
"slug": "blue-005", | |
"color": "#0C3354", | |
"name": "Blue 005" | |
}, | |
{ | |
"slug": "red", | |
"color": "#C8102E", | |
"name": "Red" | |
}, | |
{ | |
"slug": "white", | |
"color": "#fff", | |
"name": "White" | |
}, | |
{ | |
"slug": "black", | |
"color": "#000", | |
"name": "Black" | |
} | |
] | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment