{
  "defaults": {
    "width": 500,
    "height": 600
  },
  "replace": {
    "suit": {
      "type": "color",
      "selector": "path[fill='#343d4c' i]",
      "attr": "fill",
      "default": "#343d4c"
    },
    "shirt": {
      "type": "color",
      "selector": "path[fill='#dddddd' i]",
      "attr": "fill",
      "default": "#dddddd"
    },
    "face": {
      "type": "color",
      "selector": "path[fill='#f99a6b' i]",
      "attr": "fill",
      "default": "#f99a6b"
    },
    "tie": {
      "type": "color",
      "selector": "path[fill='#004fa6' i]",
      "attr": "fill",
      "default": "#004fa6"
    },
    "hair": {
      "type": "color",
      "selector": "path[fill='#fdf7dd' i]",
      "attr": "fill",
      "default": "#fdf7dd"
    }
  }
}
