{
    "$schema": "https://schemas.wp.org/wp/6.4/theme.json",
    "version": 2,
    "title": "green",
    "settings": {
		"appearanceTools": true,
		"color": {
			"palette": [
				{
					"color": "#191a1a",
					"name": "Background",
					"slug": "background-primary"
				},
				{
					"color": "#f8e4e1a",
					"name": "Background",
					"slug": "background-secundary"
				},
				{
					"color": "#20b502",
					"name": "text",
					"slug": "text-primary"
				},
				{
					"color": "#f5f6f7",
					"name": "text",
					"slug": "text-secondary"
				},
				{
					"color": "rgba(255, 255, 255, 0.0)",
					"name": "Transparent 100",
					"slug": "transparent-100"
				},
				{
					"color": "rgba(255, 255, 255, 0.1)",
					"name": "Transparent",
					"slug": "transparent"
				},
				{
					"color": "rgba(245, 246, 247, 0.98)",
					"name": "Transparent-900",
					"slug": "transparent-900"
				},
				{
					"color": "#181a1a29",
					"name": "Transparent-b",
					"slug": "transparent-b"
				},
				{
					"color": "linear-gradient(137deg, rgba(0,0,0,1) 0%, rgba(32,181,2,1) 100%);",
					"name": "footer",
					"slug": "footer"
				}
			]
		}
	}

}