{
	"name": "Axis",
	"version": "1.5.3",
	"description": "Axis is a simple, elegant theme inspired by the presentation of fine art photography in galleries and photo books. Features loads of whitespace and minimal typography to help focus a viewer's complete attention on each and every image. Axis is the perfect theme for photographers who believe less is more when it comes to presenting their photography online.",
	"demo": "http://demo.koken.me/#axis",
	"documentation": "https://store.koken.me/themes/axis",
	"author": {
		"name": "Koken",
		"link": "https://store.koken.me/authors/koken"
	},
	"koken_version_required": "0.18.0",

	"styles": {
		"white": {
			"label": "White",
			"variables": {
				"background_color": "#fff",
				"title_color": "#000",
				"body_color": "#808080",
				"header_color": "#000",
				"link_color": "#000",
				"link_hover_color": "#000",
				"nav_link_color": "#808080",
				"nav_link_hover_color": "#000",
				"current_color": "#000",
				"input_border": "rgba(0,0,0,0.15)",
				"input_border_active": "rgba(0,0,0,0.3)",
				"input_placeholder": "rgba(0,0,0,0.44)"
			}
		},
		"black": {
			"label": "Black",
			"variables": {
				"background_color": "#000",
				"title_color": "#ccc",
				"body_color": "#818181",
				"header_color": "#ccc",
				"link_color": "#ccc",
				"link_hover_color": "#fff",
				"nav_link_color": "#666",
				"nav_link_hover_color": "#ccc",
				"current_color": "#ccc",
				"input_border": "rgba(255,255,255,0.15)",
				"input_border_active": "rgba(255,255,255,0.3)",
				"input_placeholder": "rgba(255,255,255,0.44)"
			}
		}
	},

	"settings": {
		"Typography": {
			"icon": "type",
			"settings": {
				"font_title": {
					"label": "Site title font",
					"type": "select",
					"options": [
						{ "label": "Arvo", "value": "arvo" },
						{ "label": "Bitter", "value": "bitter" },
						{ "label": "Helvetica Neue", "value": "helvetica" },
						{ "label": "Lora", "value": "lora" },
						{ "label": "Merriweather", "value": "merriweather" },
						{ "label": "Merriweather Sans", "value": "merriweathersans" },
						{ "label": "Playfair", "value": "playfair" },
						{ "label": "PT Sans", "value": "ptsans" },
						{ "label": "Noto Sans", "value": "notosans" },
						{ "label": "Roboto", "value": "roboto" },
						{ "label": "Roboto Slab", "value": "robotoslab" },
						{ "label": "Source Sans Pro", "value": "sourcesanspro" }
					],
					"value": "ptsans"
				},
				"font_body": {
					"label": "Body font",
					"type": "select",
					"options": [
						{ "label": "Helvetica Neue", "value": "helvetica" },
						{ "label": "Lora", "value": "lora" },
						{ "label": "Merriweather", "value": "merriweather" },
						{ "label": "Merriweather Sans", "value": "merriweathersans" },
						{ "label": "Noto Sans", "value": "notosans" },
						{ "label": "PT Sans", "value": "ptsans" },
						{ "label": "Roboto", "value": "roboto" },
						{ "label": "Source Sans Pro", "value": "sourcesanspro" }
					],
					"value": "ptsans"
				}
			}
		},
		"Dimensions": {
			"icon": "dimensions",
			"settings": {
				"page_width_index": {
					"label": "Page width",
					"type":"slider",
					"min":600,
					"max":1280,
					"value":960,
					"step":10,
					"suffix":"px",
					"scope": [ "index" ]
				},
				"page_width_albums": {
					"label": "Page width",
					"type":"slider",
					"min":600,
					"max":1280,
					"value":960,
					"step":10,
					"suffix":"px",
					"scope": [ "albums", "sets", "set" ]
				},
				"page_width_album": {
					"label": "Page width",
					"type":"slider",
					"min":600,
					"max":1280,
					"value":960,
					"step":10,
					"suffix":"px",
					"scope": [ "album" ]
				},
				"page_width_contents": {
					"label": "Page width",
					"type":"slider",
					"min":600,
					"max":1280,
					"value":960,
					"step":10,
					"suffix":"px",
					"scope": [ "contents", "favorites" ]
				},
				"page_width_content": {
					"label": "Page width",
					"type":"slider",
					"min":600,
					"max":1280,
					"value":960,
					"step":10,
					"suffix":"px",
					"scope": [ "content" ]
				},
				"page_width_essays": {
					"label": "Page width",
					"type":"slider",
					"min":600,
					"max":1280,
					"value":960,
					"step":10,
					"suffix":"px",
					"scope": [ "essays", "essay", "archive.essays" ]
				}
			}
		},
		"Layout": {
			"icon": "layout",
			"settings": {
				"contents_layout": {
					"label": "Contents layout",
					"type": "select",
					"options": [
						{ "label":"List", "value": "list" },
						{ "label":"Grid", "value": "grid" }
					],
					"value": "grid",
					"scope": [ "contents", "favorites" ]
				},
				"album_layout": {
					"label": "Album layout",
					"type": "select",
					"options": [
						{ "label":"Slideshow", "value": "slideshow" },
						{ "label":"Grid", "value": "grid" }
					],
					"value": "slideshow",
					"scope": [ "album" ]
				},
				"grid_img_w": {
					"label": "Grid image width",
					"type": "slider",
					"min": 80,
					"max": 400,
					"value": 210,
					"step": 1,
					"suffix": "px",
					"scope": [ "album", "contents", "favorites" ],
					"dependencies": {
	                    "evaluate": "any",
	                    "conditions": [
	                         {
	                              "option": "album_layout",
	                              "equals": "grid"
	                         },
	                         {
	                              "option": "contents_layout",
	                              "equals": "grid"
	                         }
	                    ]
	               	}
				},
				"grid_img_off": {
					"label": "Grid offset",
					"type": "slider",
					"min": 1,
					"max": 40,
					"value": 20,
					"step": 1,
					"suffix": "px",
					"note": "Refresh preview to see width edits",
					"scope": [ "album", "contents", "favorites" ],
					"dependencies": {
	                    "evaluate": "any",
	                    "conditions": [
	                         {
	                              "option": "album_layout",
	                              "equals": "grid"
	                         },
	                         {
	                              "option": "contents_layout",
	                              "equals": "grid"
	                         }
	                    ]
	               	}
				},
				"albums_cols": {
					"label": "Columns",
					"type": "slider",
					"min": 1,
					"max": 5,
					"value": 3,
					"step": 1,
					"scope": [ "albums", "sets", "set" ]
				},
				"essays_index_limit": {
					"label": "Essays per page",
					"type": "slider",
					"min": 1,
					"max": 80,
					"step": 1,
					"value": 20,
					"scope": [ "essays", "archive.essays" ]
				}
			}
		},
		"Site title": {
			"icon":"type",
			"settings": {
				"site_title_type": {
					"label": "Type",
					"type": "select",
					"options": [
						{ "label": "Text", "value": "text" },
						{ "label": "Image", "value": "image" }
					],
					"value": "text"
				},
				"site_title_size": {
					"label": "Size",
					"type": "slider",
					"min": 11,
					"max": 56,
					"step": 1,
					"value": 21,
					"suffix": "px",
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "site_title_type",
	                              "equals": "text"
	                         }
	                    ]
	               }
				},
				"site_title_case": {
					"label": "Transform",
					"type": "select",
					"options": [
						{ "label":"Uppercase", "value":"uppercase" },
						{ "label":"Lowercase", "value":"lowercase" },
						{ "label":"Capitalize", "value":"capitalize" },
						{ "label":"None", "value":"none" }
					],
					"value": "uppercase",
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "site_title_type",
	                              "equals": "text"
	                         }
	                    ]
	               }
				},
				"site_title_lh": {
					"label": "Line height",
					"type": "slider",
					"min": 1,
					"max": 4,
					"step": 0.1,
					"value": 1.5,
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "site_title_type",
	                              "equals": "text"
	                         }
	                    ]
	               }
				},
				"site_title_spacing": {
					"label": "Spacing",
					"type": "slider",
					"min": 0,
					"max": 50,
					"step": 1,
					"value": 4,
					"suffix": "px",
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "site_title_type",
	                              "equals": "text"
	                         }
	                    ]
	               }
				},
				"site_title_weight": {
					"label": "Weight",
					"type": "select",
					"options": [
						{ "label":"400", "value":"400" },
						{ "label":"700", "value":"700" }
					],
					"value":"400",
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "site_title_type",
	                              "equals": "text"
	                         }
	                    ]
	               }
				},
				"show_tagline": {
					"label": "Show tagline",
					"type": "boolean",
					"value": "true",
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "site_title_type",
	                              "equals": "text"
	                         }
	                    ]
	               }
				},
				"site_title_img_url": {
					"label": "Image URL",
					"type": "string",
					"value": "",
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "site_title_type",
	                              "equals": "image"
	                         }
	                    ]
	               }
				},
				"site_title_img_scale_mobile": {
					"label": "Mobile scale",
					"type": "slider",
					"min": 0.1,
					"max": 1,
					"step": 0.1,
					"value": 0.8,
					"note": "Scale applied to mobile portrait and landscape view",
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "site_title_type",
	                              "equals": "image"
	                         }
	                    ]
	               }
				}
			}
		},
		"Navigation": {
			"icon": "nav",
			"settings": {
				"nav_spacing": {
					"label": "Spacing",
					"type": "slider",
					"min": 0,
					"max": 50,
					"step": 1,
					"value": 8,
					"suffix": "px"
				}
			}
		},
		"Text": {
			"icon": "type",
			"settings": {
				"show_set_title": {
					"label": "Show set title",
					"type": "boolean",
					"value": false,
					"control_first": true,
					"scope": [ "set" ]
				},
				"show_set_desc": {
					"label": "Show set description",
					"type": "boolean",
					"value": false,
					"control_first": true,
					"scope": [ "set" ]
				},
				"show_album_exif": {
					"label": "Show EXIF",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "album" ],
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "album_layout",
	                              "equals": "slideshow"
	                         }
	                    ]
	               	}
				},
				"show_album_title": {
					"label": "Show album title",
					"type": "boolean",
					"value": false,
					"control_first": true,
					"scope": [ "album" ]
				},
				"show_album_desc": {
					"label": "Show album description",
					"type": "boolean",
					"value": false,
					"control_first": true,
					"scope": [ "album" ]
				},
				"show_title": {
					"label": "Show content title",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "album" ],
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "album_layout",
	                              "equals": "slideshow"
	                         }
	                    ]
	               	}
				},
				"show_caption": {
					"label": "Show content caption",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "album" ],
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "album_layout",
	                              "equals": "slideshow"
	                         }
	                    ]
	               	}
				},
				"caption_align": {
					"label": "Caption align",
					"type": "select",
					"scope": [ "album" ],
					"options": [
						{"value": "left", "label":"Left"},
						{"value": "center", "label":"Center"},
						{"value": "justify", "label":"Justify"}
					],
					"value": "center",
					"dependencies": {
						"evaluate": "all",
						"conditions": [
							{
								"option": "show_caption",
								"equals": true
							},
							{
	                            "option": "album_layout",
	                            "equals": "slideshow"
	                        }
						]
					}
				},
				"show_grid_title": {
					"label": "Show content titles",
					"type": "boolean",
					"value": false,
					"control_first": true,
					"scope": [ "album" ],
					"dependencies": {
						"evaluate": "all",
						"conditions": [
							{
								"option": "album_layout",
	                            "equals": "grid"
							}
						]
					}
				},
				"show_lightbox_link": {
					"label": "Show lightbox link",
					"type": "boolean",
					"control_first": true,
					"values": {
						"true": "inline",
						"false": "none"
					},
					"value": "inline",
					"scope": [ "content" ]
				},
				"show_content_exif": {
					"label": "Show EXIF",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "content" ]
				},
				"show_content_title": {
					"label": "Show title",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "content" ]
				},
				"show_content_caption": {
					"label": "Show caption",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "content" ]
				},
				"show_content_source": {
					"label": "Show imported items source link",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "content" ]
				},
				"show_albums_album_title": {
					"label": "Show album titles",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "albums", "sets", "set" ]
				},
				"show_albums_album_summary": {
					"label": "Show album summary",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "albums", "sets", "set" ]
				}
			}
		},
		"Images": {
			"icon":"img",
			"settings": {
				"img_scale": {
					"label": "Crop",
					"type": "select",
					"options": [
						{ "label": "None", "value": "none" },
						{ "label": "Uniform", "value": "uniform" }
					],
					"value": "uniform",
					"reload_preview": true,
					"scope": [ "albums", "archive.albums", "sets", "set" ]
				},
		        "thumb_ratio": {
		            "label": "Aspect ratio",
		            "type": "select",
		            "options": [
		              { "label": "1:1", "value": "1:1" },
		              { "label": "2:1", "value": "2:1" },
		              { "label": "3:2", "value": "3:2" },
		              { "label": "4:3", "value": "4:3" },
		              { "label": "16:9", "value": "16:9" }
		            ],
		            "value": "3:2",
		            "dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                    	{
	                              "option": "img_scale",
	                              "equals": "uniform"
	                        }
	                    ]
	                },
					"scope": [ "albums", "archive.albums", "sets", "set" ]
				},
				"contents_show_date": {
					"label": "Show date above images",
					"type": "boolean",
					"value": true,
					"scope": [ "contents", "favorites" ],
					"control_first": true,
					"dependencies": {
	                    "evaluate": "all",
	                    "conditions": [
	                         {
	                              "option": "contents_layout",
	                              "equals": "list"
	                         }
	                    ]
	               	}
				},
				"link_lbox": {
					"label": "Link images to lightbox",
					"type": "boolean",
					"value": false,
					"scope": [ "album", "contents", "favorites" ],
					"scoped_values": true,
					"control_first": true
				}
			}
		},
		"Footer": {
			"icon": "layout",
			"settings": {
				"footer_text": {
					"label": "Footer text",
					"type": "string",
					"value": ""
				}
			}
		},
		"Social": {
			"icon":"social",
			"settings": {
				"social_bttns_show_one": {
					"label": "Show share buttons",
					"type": "boolean",
					"value": true,
					"control_first": true
				},
				"social_bttns_show_two": {
					"label": "Show like and tweet buttons",
					"type": "boolean",
					"value": false,
					"control_first": true
				},
				"social_bttns_offset": {
					"label": "Button offset",
					"type": "slider",
					"min": 0,
					"max": 100,
					"step": 1,
					"value": 5,
					"suffix": "px",
					"dependencies": {
						"evaluate": "all",
						"conditions": [
							{
								"option": "social_bttns_show_two",
								"equals": true
							}
						]
					}
				},
				"fb_href": {
					"label": "Like link",
					"type": "select",
					"options": [
						{ "label": "Page", "value": "page" },
						{ "label": "Site", "value": "site" },
						{ "label": "Facebook page", "value": "fbpage" }
					],
					"value": "page",
					"dependencies": {
						"evaluate": "all",
						"conditions": [
							{
								"option": "social_bttns_show_two",
								"equals": true
							}
						]
					}
				}
			}
		},
		"Color": {
			"icon": "style",
			"settings": {
				"background_color": {
					"label": "Background color",
					"type": "color",
					"control_first": "true"
				},
				"title_color": {
					"label": "Title color",
					"type": "color",
					"control_first": "true"
				},
				"body_color": {
					"label": "Text color",
					"type": "color",
					"control_first": "true"
				},
				"header_color": {
					"label": "Headers color",
					"type": "color",
					"control_first": "true"
				},
				"link_color": {
					"label": "Link color",
					"type": "color",
					"control_first": "true"
				},
				"link_hover_color": {
					"label": "Link hover color",
					"type": "color",
					"control_first": "true"
				},
				"nav_link_color": {
					"label": "Nav link color",
					"type": "color",
					"control_first": "true"
				},
				"nav_link_hover_color": {
					"label": "Nav link hover color",
					"type": "color",
					"control_first": "true"
				},
				"current_color": {
					"label": "Nav current color",
					"type": "color",
					"control_first": "true"
				}
			}
		},
		"Discussions": {
			"icon":"discuss",
			"settings": {
				"show_disc_essay": {
					"label": "Show essay discussions",
					"note": "Requires the Disqus plugin",
					"note_align": "left",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "essay" ]
				},
				"show_disc_content": {
					"label": "Show content discussions",
					"note": "Requires the Disqus plugin",
					"note_align": "left",
					"type": "boolean",
					"value": true,
					"control_first": true,
					"scope": [ "content" ]
				}
			}
		}
	}
}