{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 3,
	"title": "Emerald Twilight",
	"settings": {
		"color": {
			"gradients": [
				{
					"gradient": "linear-gradient(234deg, #006769 0%, #153448 40%)",
					"name": "Main gradiant",
					"slug": "custom-main-gradiant"
				}
			],
			"palette": [
				{
					"color": "#040D1CC7",
					"name": "Dark Background Color",
					"slug": "custom-dark-background-color"
				},
				{
					"color": "#08142C",
					"name": "Primary",
					"slug": "custom-primary"
				}
			]
		}
	}
}