{
	"$schema": "https://schemas.wp.org/trunk/theme.json",
	"version": 2,
	"title": "Green",
	"settings": {
		"color": {
			"palette": [
				{
					"color": "#083600",
					"name": "Primary",
					"slug": "primary"
				},
				{
					"color": "#121212",
					"name": "Secondary",
					"slug": "secondary"
				},
				{
					"color": "#fff",
					"name": "White",
					"slug": "white"
				},
				{
					"color": "#000",
					"name": "Black",
					"slug": "black"
				},
				{
					"color": "#202020",
					"name": "Base",
					"slug": "base"
				},

				{
					"color": "#E1E1E1",
					"name": "Contrast",
					"slug": "contrast"
				},
				{
					"color": "#121010",
					"name": "Dark Text Color",
					"slug": "dark-text-color"
				},
				
				{
					"color": "#111111",
					"name": "Link Color",
					"slug": "link-color"
				},	
				
				{
					"color": "#FBFBFB",
					"name": "White Text Color",
					"slug": "white-text-color"
				},				
				
				{
					"color": "#5C5C5C",
					"name": "Button Hover Color", 
					"slug": "button-hover-color"
				},
				{
					"color": "#fdfdfd",
					"name": "Button Hover Text Color ",
					"slug": "button-hover-text-color"
				}
			]
		}
	}
}
