Initial commit: gustavoo portfolio project
This commit is contained in:
@@ -0,0 +1,119 @@
|
||||
{
|
||||
"$schema": "https://schemas.wp.org/trunk/theme.json",
|
||||
"version": 3,
|
||||
"settings": {
|
||||
"appearanceTools": true,
|
||||
"layout": {
|
||||
"contentSize": "760px",
|
||||
"wideSize": "1160px"
|
||||
},
|
||||
"color": {
|
||||
"defaultPalette": false,
|
||||
"palette": [
|
||||
{ "slug": "background", "name": "Fundo", "color": "#071624" },
|
||||
{ "slug": "background-alt", "name": "Fundo alternativo", "color": "#0a1c2d" },
|
||||
{ "slug": "surface", "name": "Superfície", "color": "#0d2438" },
|
||||
{ "slug": "text", "name": "Texto", "color": "#f5f8fa" },
|
||||
{ "slug": "text-soft", "name": "Texto suave", "color": "#b8c5ce" },
|
||||
{ "slug": "brand", "name": "Menta", "color": "#74d5c7" },
|
||||
{ "slug": "brand-strong", "name": "Menta forte", "color": "#50e5cf" }
|
||||
]
|
||||
},
|
||||
"spacing": {
|
||||
"spacingScale": {
|
||||
"steps": 0
|
||||
},
|
||||
"spacingSizes": [
|
||||
{ "slug": "10", "name": "XS", "size": "0.5rem" },
|
||||
{ "slug": "20", "name": "S", "size": "0.75rem" },
|
||||
{ "slug": "30", "name": "M", "size": "1rem" },
|
||||
{ "slug": "40", "name": "L", "size": "1.5rem" },
|
||||
{ "slug": "50", "name": "XL", "size": "2rem" },
|
||||
{ "slug": "60", "name": "2XL", "size": "3rem" },
|
||||
{ "slug": "70", "name": "3XL", "size": "4rem" }
|
||||
],
|
||||
"units": ["px", "rem", "em", "%", "vw", "vh"]
|
||||
},
|
||||
"typography": {
|
||||
"fluid": true,
|
||||
"fontFamilies": [
|
||||
{
|
||||
"fontFamily": "Inter, system-ui, sans-serif",
|
||||
"name": "Inter",
|
||||
"slug": "inter",
|
||||
"fontFace": [
|
||||
{
|
||||
"fontFamily": "Inter",
|
||||
"fontStyle": "normal",
|
||||
"fontWeight": "100 900",
|
||||
"src": ["file:./assets/fonts/inter-variable.woff2"]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"fontFamily": "SFMono-Regular, Consolas, Liberation Mono, monospace",
|
||||
"name": "Monoespaçada",
|
||||
"slug": "mono"
|
||||
}
|
||||
],
|
||||
"fontSizes": [
|
||||
{ "slug": "small", "name": "Pequeno", "size": "0.875rem" },
|
||||
{ "slug": "medium", "name": "Médio", "size": "1rem" },
|
||||
{ "slug": "large", "name": "Grande", "size": "1.25rem" },
|
||||
{ "slug": "x-large", "name": "Muito grande", "size": "clamp(1.75rem, 3vw, 2.75rem)" },
|
||||
{ "slug": "hero", "name": "Hero", "size": "clamp(2.7rem, 5.4vw, 5.3rem)" }
|
||||
]
|
||||
},
|
||||
"border": {
|
||||
"color": true,
|
||||
"radius": true,
|
||||
"style": true,
|
||||
"width": true
|
||||
}
|
||||
},
|
||||
"styles": {
|
||||
"color": {
|
||||
"background": "#071624",
|
||||
"text": "#f5f8fa"
|
||||
},
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontSize": "1.0625rem",
|
||||
"lineHeight": "1.72"
|
||||
},
|
||||
"elements": {
|
||||
"button": {
|
||||
"border": { "radius": "12px" },
|
||||
"color": { "background": "#74d5c7", "text": "#062722" },
|
||||
"typography": { "fontWeight": "700" }
|
||||
},
|
||||
"caption": {
|
||||
"color": { "text": "#879aa9" },
|
||||
"typography": { "fontSize": "0.8rem" }
|
||||
},
|
||||
"heading": {
|
||||
"color": { "text": "#f5f8fa" },
|
||||
"typography": {
|
||||
"fontFamily": "var(--wp--preset--font-family--inter)",
|
||||
"fontWeight": "750",
|
||||
"lineHeight": "1.1"
|
||||
}
|
||||
},
|
||||
"link": {
|
||||
"color": { "text": "#74d5c7" }
|
||||
}
|
||||
},
|
||||
"blocks": {
|
||||
"core/code": {
|
||||
"border": { "color": "rgba(142,190,207,.18)", "radius": "10px", "width": "1px" },
|
||||
"color": { "background": "#040d16", "text": "#d9fdf7" },
|
||||
"typography": { "fontFamily": "var(--wp--preset--font-family--mono)", "fontSize": "0.9rem" }
|
||||
},
|
||||
"core/quote": {
|
||||
"border": { "color": "#74d5c7", "style": "solid", "width": "0 0 0 3px" },
|
||||
"color": { "text": "#b8c5ce" },
|
||||
"spacing": { "padding": { "left": "1.5rem" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user