{
  "list-view": {
    "foreground": {
      "color": {
        "$type": "color",
        "$value": "{foreground.color.default}",
        "$extensions": {
          "appearance": {
            "light": {
              "$type": "color",
              "$value": "{foreground.color.default}"
            },
            "dark": {
              "$type": "color",
              "$value": "{foreground.color.default}"
            }
          },
          "com.figma.scopes": ["TEXT_FILL", "SHAPE_FILL"]
        }
      }
    },
    "background": {
      "color": {
        "$type": "color",
        "$value": "{background.color.transparent.default}",
        "$extensions": {
          "appearance": {
            "light": {
              "$type": "color",
              "$value": "{background.color.transparent.default}"
            },
            "dark": {
              "$type": "color",
              "$value": "{background.color.transparent.default}"
            }
          },
          "com.figma.scopes": ["SHAPE_FILL", "FRAME_FILL", "STROKE_COLOR"]
        }
      },
      "color-hover": {
        "$type": "color",
        "$value": "{background.color.transparent.default-hover}",
        "$extensions": {
          "appearance": {
            "light": {
              "$type": "color",
              "$value": "{background.color.transparent.default-hover}"
            },
            "dark": {
              "$type": "color",
              "$value": "{background.color.transparent.default-hover}"
            }
          },
          "com.figma.scopes": ["SHAPE_FILL", "FRAME_FILL", "STROKE_COLOR"]
        }
      }
    },
    "group": {
      "label": {
        "foreground": {
          "color": {
            "$type": "color",
            "$value": "{foreground.color.subdued}",
            "$extensions": {
              "appearance": {
                "light": {
                  "$type": "color",
                  "$value": "{foreground.color.subdued}"
                },
                "dark": {
                  "$type": "color",
                  "$value": "{foreground.color.subdued}"
                }
              },
              "com.figma.scopes": ["TEXT_FILL", "SHAPE_FILL"]
            }
          }
        }
      }
    }
  }
}
