{
  "defaults": {
    "width": 500,
    "height": 600
  },
  "replace": {
    "suit": {
      "type": "color",
      "selector": "path[fill='#454545' i]",
      "attr": "fill",
      "default": "#454545"
    },
    "shirt": {
      "type": "color",
      "selector": "path[fill='#fff' i]",
      "attr": "fill",
      "default": "#fff"
    },
    "face": {
      "type": "color",
      "selector": "path[fill='#ff9b58' i]",
      "attr": "fill",
      "default": "#ff9b58"
    },
    "hair": {
      "type": "color",
      "selector": "path[fill='#ffb203' i]",
      "attr": "fill",
      "default": "#ffb203"
    },
    "tie": {
      "type": "color",
      "selector": "path[fill='#f4380c' i]",
      "attr": "fill",
      "default": "#f4380c"
    }
  }
}
