{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Olive",
  "version": 2,
  "settings": {
    "color": {
      "palette": [
        {
			"color": "#000000",
			"name": "Contrast",
			"slug": "contrast"
		},
		{
			"color": "#29422f",
			"name": "Primary",
			"slug": "primary"
		},
		{
			"color": "#afb8b8",
			"name": "Tertiary",
			"slug": "tertiary"
		},
		{
			"color": "#e3fdf0",
			"name": "Quaternary",
			"slug": "quaternary"
		},
		{
			"color": "#ff3400",
			"name": "Button Bg",
			"slug": "button bg"
		},
		{
			"color": "#181518",
			"name": "Heading Color",
			"slug": "heading-color"
		},
		{
			"color": "#ffffff",
			"name": "Base",
			"slug": "base"
		}
      ]
    }
  }
}
