{
  "$schema": "https://schemas.wp.org/trunk/theme.json",
  "title": "Olive Green",
  "version": 2,
  "settings": {
    "color": {
      "palette": [
        {
			"color": "#3a5426",
			"name": "Primary",
			"slug": "primary"
		},
		{
			"color": "#ccebde",
			"name": "Secondary",
			"slug": "secondary"
		},
		{
			"color": "#0e1f1c",
			"name": "Tertiary",
			"slug": "tertiary"
		},
		{
			"color": "#2f8d69",
			"name": "Quaternary",
			"slug": "quaternary"
		},
		{
			"color": "#ffffff",
			"name": "Base",
			"slug": "base"
		},
		{
			"color": "#000000",
			"name": "Contrast",
			"slug": "contrast"
		}
      ]
    }
  }
}
