{
  "brushes": {
    "water": {
      "$colorRGB": [51, 163, 161]
    },
    "sand": {
      "$colorRGB": [168, 113, 50],
      "$colorRandomize": 10
    },
    "soil": {
      "$colorPaletteRandom": "133,85,30\n100,60,36\n"
    },
    "gravel": {
      "$colorPaletteRandom": [
        [79, 73, 66],
        [54, 52, 49]
      ]
    },
    "grass": {
      "$colorRGB": [11, 153, 75]
    },
    "tree_wood": {
      "$colorRGB": [186, 183, 168]
    },
    "tree_wood_dark": {
      "$colorRGB": [186, 183, 168]
    },
    "tree_leaf": {
      "$colorRGB": [189, 147, 34]
    },
    "tree_leaf_dark": {
      "$colorRGB": [179, 112, 5]
    },
    "tree_root": {
      "$colorRGB": [130, 125, 100]
    }
  }
}