{
  "defaults": {
    "width": 500,
    "height": 600
  },
  "replace": {
    "face": {
      "type": "color",
      "selector": "path[fill='#edcba8' i]",
      "attr": "fill",
      "default": "#edcba8"
    },
    "dress": {
      "type": "color",
      "selector": "path[fill='#50789b' i]",
      "attr": "fill",
      "default": "#50789b"
    },
    "hair": {
      "type": "color",
      "selector": "path[fill='#bdbdaf' i]",
      "attr": "fill",
      "default": "#bdbdaf"
    },
    "belt": {
      "type": "color",
      "selector": "path[fill='#366284' i]",
      "attr": "fill",
      "default": "#366284"
    },
    "shoe": {
      "type": "color",
      "selector": "path[fill='#202020' i]",
      "attr": "fill",
      "default": "#202020"
    }
  }
}
