{
  "alias": {
    "color": {
      "shadow": {
        "base": {
          "enabled": {
            "value": "{theme.color.shadow.base.enabled.value}",
            "rgbValues": "{theme.color.shadow.base.enabled.rgbValues}"
          },
          "focused": {
            "value": "{theme.color.shadow.base.focused.value}"
          }
        },
        "error": {
          "focused": {
            "value": "{theme.color.shadow.error.focused.value}"
          }
        },
        "success": {
          "focused": {
            "value": "{theme.color.shadow.success.focused.value}"
          }
        },
        "warning": {
          "focused": {
            "value": "{theme.color.shadow.warning.focused.value}"
          }
        },
        "info": {
          "focused": {
            "value": "{theme.color.shadow.info.focused.value}"
          }
        },
        "help": {
          "focused": {
            "value": "{theme.color.shadow.help.focused.value}"
          }
        }
      }
    }
  }
}
