jett-theme/theme.json

200 lines
6.1 KiB
JSON

{
"version": 3,
"$schema": "https://schemas.wp.org/trunk/theme.json",
"settings": {
"useRootPaddingAwareAlignments": true,
"appearanceTools": true,
"layout": {
"contentSize": "1480px",
"wideSize": "1760px"
},
"typography": {
"fontFamilies": [
{
"fontFace": [
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "350",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-350-Regular.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "italic",
"fontWeight": "350",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-350-Italic.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "400",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-400-Regular.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "italic",
"fontWeight": "400",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-400-Italic.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "425",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-425-Regular.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "italic",
"fontWeight": "425",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-425-Italic.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "500",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-500-Regular.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "italic",
"fontWeight": "500",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-500-Italic.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "525",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-525-Regular.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "italic",
"fontWeight": "525",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-525-Italic.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "normal",
"fontWeight": "700",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-700-Regular.otf"
]
},
{
"fontFamily": "Commit Mono",
"fontStretch": "normal",
"fontStyle": "italic",
"fontWeight": "700",
"src": [
"file:./assets/fonts/commit-mono/CommitMono-700-Italic.otf"
]
}
],
"fontFamily": "'Commit Mono', monospace",
"name": "Commit Mono",
"slug": "commit-mono"
},
{
"fontFace": [
{
"fontFamily": "Instrument Sans",
"fontStretch": "normal",
"fontWeight": "400 500 600 700",
"src": [
"file:./assets/fonts/instrument-sans/InstrumentSans-Variable.ttf"
]
}
],
"fontFamily": "'Instrument Sans', sans-serif",
"name": "Instrument Sans",
"slug": "instrument-sans"
}
]
},
"color": {
"defaultDuotone": false,
"defaultGradients": false,
"defaultPalette": false,
"palette": [
{
"color": "#54ff52",
"name": "Bright Light Green",
"slug": "bright-light-green"
},
{
"color": "#00eba0",
"name": "Turquoise Green",
"slug": "turquoise-green"
},
{
"color": "#00cbeb",
"name": "Turquoise Blue",
"slug": "turquoise-blue"
},
{
"color": "#00a6ff",
"name": "Azure",
"slug": "azure"
},
{
"color": "#0077ff",
"name": "Vibrant Blue",
"slug": "vibrant-blue"
},
{
"color": "#5e24e5",
"name": "Violet",
"slug": "violet"
}
],
"gradients": [
{
"slug": "green-to-violet",
"name": "Bright Green to Violet",
"gradient": "linear-gradient(90deg, var(--wp--preset--color--bright-light-green) 0%, var(--wp--preset--color--turquoise-green) 20%, var(--wp--preset--color--turquoise-blue) 40%, var(--wp--preset--color--azure) 60%, var(--wp--preset--color--vibrant-blue) 80%, var(--wp--preset--color--violet) 100%);"
},
{
"slug": "violet-to-green",
"name": "Violet to Bright Green",
"gradient": "linear-gradient(270deg, var(--wp--preset--color--bright-light-green) 0%, var(--wp--preset--color--turquoise-green) 20%, var(--wp--preset--color--turquoise-blue) 40%, var(--wp--preset--color--azure) 60%, var(--wp--preset--color--vibrant-blue) 80%, var(--wp--preset--color--violet) 100%);"
}
]
}
},
"styles": {
"typography": {
"fontFamily": "sans-serif"
}
}
}