123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- {
- "$schema": "https://schemas.wp.org/trunk/theme.json",
- "version": 3,
- "settings": {
- "appearanceTools": true,
- "color": {
- "defaultDuotone": false,
- "defaultGradients": false,
- "defaultPalette": false,
- "custom": false,
- "palette": [
- {
- "color": "#ffffff",
- "name": "Base",
- "slug": "base"
- },
- {
- "color": "#f1f1f1",
- "name": "Off Base",
- "slug": "off-base"
- },
- {
- "color": "#a3b2ca",
- "name": "Accent 1",
- "slug": "accent-1"
- },
- {
- "color": "#19458c",
- "name": "Accent 2",
- "slug": "accent-2"
- },
- {
- "color": "#1d3863",
- "name": "Accent 3",
- "slug": "accent-3"
- },
- {
- "color": "#1c2a40",
- "name": "Accent 4",
- "slug": "accent-4"
- },
- {
- "color": "#dbe3e2",
- "name": "Accent 5",
- "slug": "accent-5"
- },
- {
- "color": "#519c95",
- "name": "Accent 6",
- "slug": "accent-6"
- },
- {
- "color": "#008578",
- "name": "Accent 7",
- "slug": "accent-7"
- },
- {
- "color": "#d9b48f",
- "name": "Accent 8",
- "slug": "accent-8"
- },
- {
- "color": "#870000",
- "name": "Accent 9",
- "slug": "accent-9"
- },
- {
- "color": "#333333",
- "name": "Accent 10",
- "slug": "accent-10"
- },
- {
- "color": "#0a0a0a",
- "name": "Contrast",
- "slug": "contrast"
- },
- {
- "color": "color-mix(in srgb, currentColor 20%, transparent)",
- "name": "Accent 6",
- "slug": "accent-6"
- }
- ]
- },
- "typography": {
- "writingMode": true,
- "defaultFontSizes": false,
- "fluid": true,
- "fontSizes": [
- {
- "fluid": false,
- "name": "Small",
- "size": "0.875rem",
- "slug": "small"
- },
- {
- "fluid": {
- "max": "1.125rem",
- "min": "1rem"
- },
- "name": "Medium",
- "size": "1rem",
- "slug": "medium"
- },
- {
- "fluid": {
- "max": "1.375rem",
- "min": "1.125rem"
- },
- "name": "Large",
- "size": "1.38rem",
- "slug": "large"
- },
- {
- "fluid": {
- "max": "2rem",
- "min": "1.75rem"
- },
- "name": "Extra Large",
- "size": "1.75rem",
- "slug": "x-large"
- },
- {
- "fluid": {
- "max": "3rem",
- "min": "2.15rem"
- },
- "name": "Extra Extra Large",
- "size": "2.15rem",
- "slug": "xx-large"
- }
- ],
- "fontFamilies": [
- {
- "name": "Manrope",
- "slug": "manrope",
- "fontFamily": "Manrope, sans-serif",
- "fontFace": [
- {
- "src": [
- "file:./assets/fonts/manrope/Manrope-VariableFont_wght.woff2"
- ],
- "fontWeight": "200 800",
- "fontStyle": "normal",
- "fontFamily": "Manrope"
- }
- ]
- },
- {
- "name": "Century Gothic",
- "slug": "century-gothic",
- "fontFamily": "Century Gothic, sans-serif",
- "fontFace": [
- {
- "src": [
- "file:./assets/fonts/Century-Gothic.woff2"
- ],
- "fontWeight": "400",
- "fontStyle": "normal",
- "fontFamily": "Century Gothic"
- },
- {
- "src": [
- "file:./assets/fonts/Century-Gothic-Bold.woff2"
- ],
- "fontWeight": "700",
- "fontStyle": "bold",
- "fontFamily": "Century Gothic"
- }
- ]
- },
- {
- "name": "Fira Code",
- "slug": "fira-code",
- "fontFamily": "\"Fira Code\", monospace",
- "fontFace": [
- {
- "src": [
- "file:./assets/fonts/fira-code/FiraCode-VariableFont_wght.woff2"
- ],
- "fontWeight": "300 700",
- "fontStyle": "normal",
- "fontFamily": "\"Fira Code\""
- }
- ]
- }
- ]
- }
- }
- }
|