{
    "light": {
        "theme": {
            "default": {
                "value": "{palette.blue.50}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.blue}"
            }
        },
        "success": {
            "default": {
                "value": "{palette.green.50}",
                "deprecated": "use --kbq-background-success"
            },
            "palette": {
                "value": "{palette.green}"
            }
        },
        "warning": {
            "default": {
                "value": "{palette.yellow.35}",
                "deprecated": "use --kbq-background-warning"
            },
            "palette": {
                "value": "{palette.yellow}"
            }
        },
        "error": {
            "default": {
                "value": "{palette.red.50}",
                "deprecated": "use --kbq-background-error"
            },
            "palette": {
                "value": "{palette.red}"
            }
        },
        "contrast": {
            "default": {
                "value": "{palette.grey.50}",
                "deprecated": "use --kbq-background-contrast"
            },
            "palette": {
                "value": "{palette.grey}"
            }
        },
        "white": {
            "default": {
                "value": "{palette.white.default}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.white}"
            }
        },
        "black": {
            "default": {
                "value": "{palette.black.default}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.black}"
            }
        },
        "purple": {
            "default": {
                "value": "{palette.purple.50}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.purple}"
            }
        },
        "background": {
            "bg": {
                "value": "{plt.white}",
                "description": "Main page background."
            },
            "bg-secondary": {
                "value": "{semantic.contrast.1}",
                "description": "Sidebar, panel backgrounds."
            },
            "bg-tertiary": {
                "value": "{semantic.contrast.2}"
            },
            "night": {
                "value": "{semantic.contrast.18}",
                "description": "Dim surface in both themes."
            },
            "card": {
                "value": "{plt.white}",
                "description": "Elevated surfaces; matches bg in light, differs in dark."
            },
            "theme": {
                "value": "{semantic.themeA.14}",
                "description": "Checkboxes, radio buttons, toggle switches."
            },
            "theme-fade": {
                "value": "{semantic.themeA.3}"
            },
            "theme-less": {
                "value": "{semantic.themeA.2}",
                "description": "Selected list/tree items, table rows."
            },
            "contrast": {
                "value": "{semantic.contrastA.19}",
                "description": "Primary button. Highest contrast in both themes."
            },
            "contrast-fade": {
                "value": "{semantic.contrastA.3}",
                "description": "Default (ghost) button."
            },
            "contrast-less": {
                "value": "{semantic.contrastA.2}",
                "description": "Multi-select checked rows; alert containers."
            },
            "error": {
                "value": "{semantic.errorA.14}"
            },
            "error-fade": {
                "value": "{semantic.errorA.3}"
            },
            "error-less": {
                "value": "{semantic.errorA.2}",
                "description": "Alert container."
            },
            "success": {
                "value": "{semantic.successA.14}"
            },
            "success-fade": {
                "value": "{semantic.successA.3}"
            },
            "success-less": {
                "value": "{semantic.successA.2}",
                "description": "Alert container."
            },
            "warning": {
                "value": "{semantic.warningFixedA.14}"
            },
            "warning-fade": {
                "value": "{semantic.warningFixedA.3}"
            },
            "warning-less": {
                "value": "{semantic.warningFixedA.2}",
                "description": "Alert container."
            },
            "transparent": {
                "value": "#00000000"
            },
            "overlay": {
                "value": "{semantic.contrastA.17}",
                "description": "Modal backdrop."
            },
            "overlay-theme": {
                "value": "{semantic.themeA.8}",
                "description": "Allowed dropzone on dragover."
            },
            "overlay-error": {
                "value": "{semantic.errorA.8}",
                "description": "Invalid dropzone on dragover."
            },
            "overlay-inverse": {
                "value": "{plt.whiteA.18}",
                "description": "Loading overlay."
            },
            "highlight": {
                "value": "{plt.yellowFixedA.3}"
            }
        },
        "foreground": {
            "contrast": {
                "value": "{semantic.contrastA.20}",
                "description": "Primary text."
            },
            "contrast-secondary": {
                "value": "{semantic.contrastA.16}",
                "description": "Captions, hints."
            },
            "contrast-tertiary": {
                "value": "{semantic.contrastA.13}",
                "description": "Disabled / subtle text."
            },
            "theme": {
                "value": "{semantic.themeA.16}",
                "description": "Links."
            },
            "theme-secondary": {
                "value": "{semantic.themeA.13}"
            },
            "error": {
                "value": "{semantic.errorA.16}"
            },
            "error-secondary": {
                "value": "{semantic.errorA.13}"
            },
            "error-tertiary": {
                "value": "{semantic.errorA.11}"
            },
            "error-less": {
                "value": "{semantic.errorA.11}",
                "deprecated": "use foreground-error-tertiary"
            },
            "success": {
                "value": "{semantic.successA.16}"
            },
            "success-secondary": {
                "value": "{semantic.successA.13}"
            },
            "success-tertiary": {
                "value": "{semantic.successA.11}"
            },
            "success-less": {
                "value": "{semantic.successA.11}",
                "deprecated": "use --kbq-foreground-success-tertiary"
            },
            "warning": {
                "value": "{semantic.warningA.16}"
            },
            "warning-secondary": {
                "value": "{semantic.warningA.13}"
            },
            "visited": {
                "value": "{semantic.visitedA.16}"
            },
            "on-contrast": {
                "value": "{plt.white}",
                "description": "Text on --kbq-background-contrast."
            },
            "on-contrast-secondary": {
                "value": "{plt.whiteA.16}"
            },
            "white": {
                "value": "{plt.white}",
                "description": "Text on colored backgrounds (theme, error, success…)."
            },
            "white-secondary": {
                "value": "{plt.whiteA.16}"
            },
            "white-tertiary": {
                "value": "{plt.whiteA.12}"
            },
            "night": {
                "value": "{plt.blackA.16}"
            },
            "night-secondary": {
                "value": "{plt.blackA.12}"
            },
            "night-tertiary": {
                "value": "{plt.blackA.9}"
            }
        },
        "icon": {
            "contrast": {
                "value": "{semantic.contrastA.20}"
            },
            "contrast-fade": {
                "value": "{semantic.contrastA.14}"
            },
            "theme": {
                "value": "{semantic.themeA.14}",
                "description": "Brand icons, icons beside links."
            },
            "theme-fade": {
                "value": "{semantic.themeA.10}"
            },
            "error": {
                "value": "{semantic.errorA.14}"
            },
            "error-fade": {
                "value": "{semantic.errorA.10}"
            },
            "success": {
                "value": "{semantic.successA.14}"
            },
            "success-fade": {
                "value": "{semantic.successA.14}"
            },
            "warning": {
                "value": "{semantic.warningFixedA.16}"
            },
            "warning-fade": {
                "value": "{semantic.warningFixedA.6}"
            },
            "visited": {
                "value": "{semantic.visitedA.14}"
            },
            "on-contrast": {
                "value": "{plt.white}",
                "description": "Icons on --kbq-background-contrast."
            },
            "on-contrast-fade": {
                "value": "{plt.whiteA.16}"
            },
            "white": {
                "value": "{plt.white}",
                "description": "Icons on colored backgrounds."
            },
            "white-fade": {
                "value": "{plt.whiteA.16}"
            },
            "night": {
                "value": "{plt.blackA.16}"
            },
            "night-fade": {
                "value": "{plt.blackA.12}"
            }
        },
        "line": {
            "contrast": {
                "value": "{semantic.contrastA.20}"
            },
            "contrast-fade": {
                "value": "{semantic.contrastA.7}",
                "description": "Input box borders."
            },
            "contrast-less": {
                "value": "{semantic.contrastA.4}",
                "description": "Table / list / tree separators."
            },
            "theme": {
                "value": "{semantic.themeA.13}"
            },
            "theme-fade": {
                "value": "{semantic.themeA.7}",
                "description": "Link underline."
            },
            "theme-less": {
                "value": "{semantic.themeA.4}"
            },
            "error": {
                "value": "{semantic.errorA.13}"
            },
            "error-fade": {
                "value": "{semantic.errorA.7}"
            },
            "success": {
                "value": "{semantic.successA.13}"
            },
            "success-fade": {
                "value": "{semantic.successA.7}"
            },
            "warning": {
                "value": "{semantic.warningA.13}"
            },
            "warning-fade": {
                "value": "{semantic.warningA.7}"
            },
            "visited": {
                "value": "{semantic.visitedA.13}",
                "description": "Visited link underline."
            },
            "visited-fade": {
                "value": "{semantic.visitedA.7}"
            },
            "on-contrast": {
                "value": "{plt.white}"
            },
            "on-contrast-fade": {
                "value": "{plt.whiteA.8}"
            },
            "on-contrast-less": {
                "value": "{plt.whiteA.5}"
            },
            "white": {
                "value": "{plt.white}"
            },
            "white-fade": {
                "value": "{plt.whiteA.10}"
            },
            "white-less": {
                "value": "{plt.whiteA.6}"
            },
            "night": {
                "value": "{plt.blackA.20}"
            },
            "night-fade": {
                "value": "{plt.blackA.6}"
            },
            "night-less": {
                "value": "{plt.blackA.3}"
            }
        },
        "states": {
            "background": {
                "disabled": {
                    "value": "{semantic.contrastA.2}"
                },
                "contrast-hover": {
                    "value": "{semantic.contrastA.18}"
                },
                "contrast-active": {
                    "value": "{semantic.contrastA.17}"
                },
                "contrast-fade-hover": {
                    "value": "{semantic.contrastA.4}"
                },
                "contrast-fade-active": {
                    "value": "{semantic.contrastA.5}"
                },
                "contrast-less-hover": {
                    "value": "{semantic.contrastA.3}"
                },
                "contrast-less-active": {
                    "value": "{semantic.contrastA.4}"
                },
                "transparent-hover": {
                    "value": "{semantic.contrastA.2}"
                },
                "transparent-active": {
                    "value": "{semantic.contrastA.3}"
                },
                "theme-hover": {
                    "value": "{semantic.themeA.15}"
                },
                "theme-active": {
                    "value": "{semantic.themeA.16}"
                },
                "theme-fade-hover": {
                    "value": "{semantic.themeA.4}"
                },
                "theme-fade-active": {
                    "value": "{semantic.themeA.5}"
                },
                "theme-less-hover": {
                    "value": "{semantic.themeA.3}"
                },
                "theme-less-active": {
                    "value": "{semantic.themeA.4}"
                },
                "error-hover": {
                    "value": "{semantic.errorA.15}"
                },
                "error-active": {
                    "value": "{semantic.errorA.16}"
                },
                "error-fade-hover": {
                    "value": "{semantic.errorA.4}"
                },
                "error-fade-active": {
                    "value": "{semantic.errorA.5}"
                },
                "error-less": {
                    "value": "{semantic.errorA.3}",
                    "deprecated": "use --kbq-background-error-tertiary"
                },
                "error-less-hover": {
                    "value": "{semantic.errorA.3}"
                },
                "error-less-active": {
                    "value": "{semantic.errorA.4}"
                },
                "warning-hover": {
                    "value": "{semantic.warningFixedA.16}"
                },
                "warning-active": {
                    "value": "{semantic.warningFixedA.17}"
                },
                "warning-fade-hover": {
                    "value": "{semantic.warningFixedA.7}"
                },
                "warning-fade-active": {
                    "value": "{semantic.warningFixedA.9}"
                },
                "warning-less-hover": {
                    "value": "{semantic.warningA.3}"
                },
                "warning-less-active": {
                    "value": "{semantic.warningA.4}"
                },
                "success-hover": {
                    "value": "{semantic.successA.15}"
                },
                "success-active": {
                    "value": "{semantic.successA.16}"
                },
                "success-fade-hover": {
                    "value": "{semantic.successA.4}"
                },
                "success-fade-active": {
                    "value": "{semantic.successA.5}"
                },
                "success-less-hover": {
                    "value": "{semantic.successA.3}"
                },
                "success-less-active": {
                    "value": "{semantic.successA.4}"
                },
                "highlight-current": {
                    "value": "{plt.orangeFixedA.7}"
                }
            },
            "foreground": {
                "disabled": {
                    "value": "{semantic.contrastA.11}"
                },
                "theme-hover": {
                    "value": "{semantic.themeA.17}"
                },
                "theme-active": {
                    "value": "{semantic.themeA.18}"
                },
                "visited-hover": {
                    "value": "{semantic.visitedA.17}"
                },
                "visited-active": {
                    "value": "{semantic.visitedA.18}"
                }
            },
            "icon": {
                "disabled": {
                    "value": "{semantic.contrastA.7}"
                },
                "contrast-hover": {
                    "value": "{semantic.contrastA.16}"
                },
                "contrast-active": {
                    "value": "{semantic.contrastA.14}"
                },
                "contrast-fade-hover": {
                    "value": "{semantic.contrastA.11}"
                },
                "contrast-fade-active": {
                    "value": "{semantic.contrastA.16}"
                },
                "theme-hover": {
                    "value": "{semantic.themeA.15}"
                },
                "theme-active": {
                    "value": "{semantic.themeA.15}"
                },
                "error-hover": {
                    "value": "{semantic.errorA.15}"
                },
                "error-active": {
                    "value": "{semantic.errorA.16}"
                },
                "success-hover": {
                    "value": "{semantic.successA.15}"
                },
                "success-active": {
                    "value": "{semantic.successA.16}"
                },
                "warning-hover": {
                    "value": "{semantic.warningA.15}"
                },
                "warning-active": {
                    "value": "{semantic.warningA.16}"
                },
                "visited-hover": {
                    "value": "{semantic.visitedA.15}"
                },
                "visited-active": {
                    "value": "{semantic.visitedA.16}"
                }
            },
            "line": {
                "disabled": {
                    "value": "{semantic.contrastA.4}"
                },
                "focus": {
                    "value": "{semantic.themeA.13}",
                    "description": "Focus ring."
                },
                "focus-theme": {
                    "value": "{semantic.themeA.13}"
                },
                "focus-error": {
                    "value": "{semantic.errorA.13}"
                }
            },
            "disabled-opacity": {
                "value": "0.5",
                "deprecated": "Use --kbq-opacity-disabled"
            }
        },
        "shadow": {
            "outline": {
                "value": "{semantic.contrastA.1}",
                "description": "Minimal elevation, 1px outer border."
            },
            "key": {
                "value": "{semantic.contrastA.4}",
                "description": "Internal component — do not use directly."
            },
            "ambient": {
                "value": "{semantic.contrastA.4}",
                "description": "Internal component — do not use directly."
            }
        },
        "opacity": {
            "disabled": {
                "value": "0.5",
                "description": "Opacity for disabled elements."
            },
            "overlay": {
                "value": "0.9",
                "description": "Opacity for overlay elements."
            }
        }
    },
    "dark": {
        "theme": {
            "default": {
                "value": "{palette.blue.50}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.blue}"
            }
        },
        "success": {
            "default": {
                "value": "{palette.green.50}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.green}"
            }
        },
        "warning": {
            "default": {
                "value": "{palette.yellow.35}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.yellow}"
            }
        },
        "error": {
            "default": {
                "value": "{palette.red.50}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.red}"
            }
        },
        "contrast": {
            "default": {
                "value": "{palette.grey.50}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.grey}"
            }
        },
        "white": {
            "default": {
                "value": "{palette.white.default}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.white}"
            }
        },
        "black": {
            "default": {
                "value": "{palette.black.default}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.black}"
            }
        },
        "purple": {
            "default": {
                "value": "{palette.purple.50}",
                "deprecated": true
            },
            "palette": {
                "value": "{palette.purple}"
            }
        },
        "background": {
            "bg": {
                "value": "{semantic.darkContrast.1}"
            },
            "bg-secondary": {
                "value": "{semantic.darkContrast.2}"
            },
            "bg-tertiary": {
                "value": "{semantic.darkContrast.3}"
            },
            "night": {
                "value": "{semantic.darkContrast.6}"
            },
            "card": {
                "value": "{semantic.darkContrast.2}"
            },
            "theme": {
                "value": "{semantic.darkThemeA.11}"
            },
            "theme-fade": {
                "value": "{semantic.darkThemeA.5}"
            },
            "theme-less": {
                "value": "{semantic.darkThemeA.3}"
            },
            "contrast": {
                "value": "{semantic.darkContrastA.18}"
            },
            "contrast-fade": {
                "value": "{semantic.darkContrastA.5}"
            },
            "contrast-less": {
                "value": "{semantic.darkContrastA.3}"
            },
            "error": {
                "value": "{semantic.darkErrorA.11}"
            },
            "error-fade": {
                "value": "{semantic.darkErrorA.5}"
            },
            "error-less": {
                "value": "{semantic.darkErrorA.3}"
            },
            "success": {
                "value": "{semantic.darkSuccessA.11}"
            },
            "success-fade": {
                "value": "{semantic.darkSuccessA.5}"
            },
            "success-less": {
                "value": "{semantic.darkSuccessA.3}"
            },
            "warning": {
                "value": "{semantic.darkWarningA.11}"
            },
            "warning-fade": {
                "value": "{semantic.darkWarningFixedA.4}"
            },
            "warning-less": {
                "value": "{semantic.darkWarningA.3}"
            },
            "transparent": {
                "value": "#00000000"
            },
            "overlay": {
                "value": "{plt.blackA.15}"
            },
            "overlay-theme": {
                "value": "{semantic.darkThemeA.4}"
            },
            "overlay-error": {
                "value": "{semantic.darkErrorA.4}"
            },
            "overlay-inverse": {
                "value": "{plt.blackA.15}"
            },
            "highlight": {
                "value": "{plt.darkYellowA.5}"
            }
        },
        "foreground": {
            "contrast": {
                "value": "{semantic.darkContrastA.19}"
            },
            "contrast-secondary": {
                "value": "{semantic.darkContrastA.14}"
            },
            "contrast-tertiary": {
                "value": "{semantic.darkContrastA.11}"
            },
            "theme": {
                "value": "{semantic.darkThemeA.14}"
            },
            "theme-secondary": {
                "value": "{semantic.darkThemeA.11}"
            },
            "error": {
                "value": "{semantic.darkErrorA.14}"
            },
            "error-secondary": {
                "value": "{semantic.darkErrorA.11}"
            },
            "error-tertiary": {
                "value": "{semantic.darkErrorA.9}"
            },
            "error-less": {
                "value": "{semantic.darkErrorA.9}",
                "deprecated": "use foreground-error-tertiary"
            },
            "success": {
                "value": "{semantic.darkSuccessA.14}"
            },
            "success-secondary": {
                "value": "{semantic.darkSuccessA.11}"
            },
            "success-tertiary": {
                "value": "{semantic.darkSuccessA.9}"
            },
            "success-less": {
                "value": "{semantic.darkSuccessA.9}",
                "deprecated": "use --kbq-foreground-success-tertiary"
            },
            "warning": {
                "value": "{semantic.darkWarningA.14}"
            },
            "warning-secondary": {
                "value": "{semantic.darkWarningA.11}"
            },
            "visited": {
                "value": "{semantic.darkVisitedA.14}"
            },
            "on-contrast": {
                "value": "{plt.black}"
            },
            "on-contrast-secondary": {
                "value": "{plt.blackA.9}"
            },
            "white": {
                "value": "{plt.white}"
            },
            "white-secondary": {
                "value": "{plt.whiteA.13}"
            },
            "white-tertiary": {
                "value": "{plt.whiteA.10}"
            },
            "night": {
                "value": "{plt.blackA.16}"
            },
            "night-secondary": {
                "value": "{plt.blackA.12}"
            },
            "night-tertiary": {
                "value": "{plt.blackA.9}"
            }
        },
        "icon": {
            "contrast": {
                "value": "{semantic.darkContrastA.18}"
            },
            "contrast-fade": {
                "value": "{semantic.darkContrastA.11}"
            },
            "theme": {
                "value": "{semantic.darkThemeA.11}"
            },
            "theme-fade": {
                "value": "{semantic.darkThemeA.11}"
            },
            "error": {
                "value": "{semantic.darkErrorA.11}"
            },
            "error-fade": {
                "value": "{semantic.darkErrorA.11}"
            },
            "success": {
                "value": "{semantic.darkSuccessA.11}"
            },
            "success-fade": {
                "value": "{semantic.darkSuccessA.11}"
            },
            "warning": {
                "value": "{semantic.darkWarningA.11}"
            },
            "warning-fade": {
                "value": "{semantic.darkWarningA.11}"
            },
            "visited": {
                "value": "{semantic.darkVisitedA.11}"
            },
            "on-contrast": {
                "value": "{plt.black}"
            },
            "on-contrast-fade": {
                "value": "{plt.blackA.9}"
            },
            "white": {
                "value": "{plt.white}"
            },
            "white-fade": {
                "value": "{plt.whiteA.13}"
            },
            "night": {
                "value": "{plt.blackA.16}"
            },
            "night-fade": {
                "value": "{plt.blackA.12}"
            }
        },
        "line": {
            "contrast": {
                "value": "{semantic.darkContrastA.18}"
            },
            "contrast-fade": {
                "value": "{semantic.darkContrastA.8}"
            },
            "contrast-less": {
                "value": "{semantic.darkContrastA.5}"
            },
            "theme": {
                "value": "{semantic.darkThemeA.11}"
            },
            "theme-fade": {
                "value": "{semantic.darkThemeA.8}"
            },
            "theme-less": {
                "value": "{semantic.darkThemeA.5}"
            },
            "error": {
                "value": "{semantic.darkErrorA.11}"
            },
            "error-fade": {
                "value": "{semantic.darkErrorA.8}"
            },
            "success": {
                "value": "{semantic.darkSuccessA.11}"
            },
            "success-fade": {
                "value": "{semantic.darkSuccessA.8}"
            },
            "warning": {
                "value": "{semantic.darkWarningA.11}"
            },
            "warning-fade": {
                "value": "{semantic.darkWarningA.8}"
            },
            "visited": {
                "value": "{semantic.darkVisitedA.11}"
            },
            "visited-fade": {
                "value": "{semantic.darkVisitedA.8}"
            },
            "on-contrast": {
                "value": "{plt.blackA.18}"
            },
            "on-contrast-fade": {
                "value": "{plt.blackA.6}"
            },
            "on-contrast-less": {
                "value": "{plt.blackA.3}"
            },
            "white": {
                "value": "{plt.white}"
            },
            "white-fade": {
                "value": "{plt.whiteA.10}"
            },
            "white-less": {
                "value": "{plt.whiteA.5}"
            },
            "night": {
                "value": "{plt.blackA.20}"
            },
            "night-fade": {
                "value": "{plt.blackA.6}"
            },
            "night-less": {
                "value": "{plt.blackA.3}"
            }
        },
        "states": {
            "background": {
                "disabled": {
                    "value": "{semantic.darkContrastA.3}"
                },
                "contrast-hover": {
                    "value": "{semantic.darkContrastA.19}"
                },
                "contrast-active": {
                    "value": "{semantic.darkContrastA.20}"
                },
                "contrast-fade-hover": {
                    "value": "{semantic.darkContrastA.6}"
                },
                "contrast-fade-active": {
                    "value": "{semantic.darkContrastA.7}"
                },
                "contrast-less-hover": {
                    "value": "{semantic.darkContrastA.4}"
                },
                "contrast-less-active": {
                    "value": "{semantic.darkContrastA.5}"
                },
                "transparent-hover": {
                    "value": "{semantic.darkContrastA.4}"
                },
                "transparent-active": {
                    "value": "{semantic.darkContrastA.5}"
                },
                "theme-hover": {
                    "value": "{semantic.darkThemeA.12}"
                },
                "theme-active": {
                    "value": "{semantic.darkThemeA.13}"
                },
                "theme-fade-hover": {
                    "value": "{semantic.darkThemeA.6}"
                },
                "theme-fade-active": {
                    "value": "{semantic.darkThemeA.7}"
                },
                "theme-less-hover": {
                    "value": "{semantic.darkThemeA.4}"
                },
                "theme-less-active": {
                    "value": "{semantic.darkThemeA.5}"
                },
                "error-hover": {
                    "value": "{semantic.darkErrorA.12}"
                },
                "error-active": {
                    "value": "{semantic.darkErrorA.13}"
                },
                "error-fade-hover": {
                    "value": "{semantic.darkErrorA.6}"
                },
                "error-fade-active": {
                    "value": "{semantic.darkErrorA.7}"
                },
                "error-less": {
                    "value": "{semantic.darkErrorA.4}",
                    "deprecated": "useте background-error-tertiary"
                },
                "error-less-hover": {
                    "value": "{semantic.darkErrorA.4}"
                },
                "error-less-active": {
                    "value": "{semantic.darkErrorA.5}"
                },
                "warning-hover": {
                    "value": "{semantic.darkWarningA.12}"
                },
                "warning-active": {
                    "value": "{semantic.darkWarningA.13}"
                },
                "warning-fade-hover": {
                    "value": "{semantic.darkWarningA.6}"
                },
                "warning-fade-active": {
                    "value": "{semantic.darkWarningA.7}"
                },
                "warning-less-hover": {
                    "value": "{semantic.darkWarningA.4}"
                },
                "warning-less-active": {
                    "value": "{semantic.darkWarningA.5}"
                },
                "success-hover": {
                    "value": "{semantic.darkSuccessA.12}"
                },
                "success-active": {
                    "value": "{semantic.darkSuccessA.13}"
                },
                "success-fade-hover": {
                    "value": "{semantic.darkSuccessA.6}"
                },
                "success-fade-active": {
                    "value": "{semantic.darkSuccessA.7}"
                },
                "success-less-hover": {
                    "value": "{semantic.darkSuccessA.4}"
                },
                "success-less-active": {
                    "value": "{semantic.darkSuccessA.5}"
                },
                "highlight-current": {
                    "value": "{plt.darkOrangeA.11}"
                }
            },
            "foreground": {
                "disabled": {
                    "value": "{semantic.darkContrastA.9}"
                },
                "theme-hover": {
                    "value": "{semantic.darkThemeA.15}"
                },
                "theme-active": {
                    "value": "{semantic.darkThemeA.16}"
                },
                "visited-hover": {
                    "value": "{semantic.darkVisitedA.15}"
                },
                "visited-active": {
                    "value": "{semantic.darkVisitedA.16}"
                }
            },
            "icon": {
                "disabled": {
                    "value": "{semantic.darkContrastA.9}"
                },
                "contrast-hover": {
                    "value": "{semantic.darkContrastA.16}"
                },
                "contrast-active": {
                    "value": "{semantic.darkContrastA.14}"
                },
                "contrast-fade-hover": {
                    "value": "{semantic.darkContrastA.12}"
                },
                "contrast-fade-active": {
                    "value": "{semantic.darkContrastA.13}"
                },
                "theme-hover": {
                    "value": "{semantic.darkThemeA.12}"
                },
                "theme-active": {
                    "value": "{semantic.darkThemeA.12}"
                },
                "error-hover": {
                    "value": "{semantic.darkErrorA.12}"
                },
                "error-active": {
                    "value": "{semantic.darkErrorA.13}"
                },
                "success-hover": {
                    "value": "{semantic.darkSuccessA.12}"
                },
                "success-active": {
                    "value": "{semantic.darkSuccessA.13}"
                },
                "warning-hover": {
                    "value": "{semantic.darkWarningA.12}"
                },
                "warning-active": {
                    "value": "{semantic.darkWarningA.13}"
                },
                "visited-hover": {
                    "value": "{semantic.darkVisitedA.12}"
                },
                "visited-active": {
                    "value": "{semantic.darkVisitedA.13}"
                }
            },
            "line": {
                "disabled": {
                    "value": "{semantic.darkContrastA.5}"
                },
                "focus": {
                    "value": "{semantic.darkThemeA.11}"
                },
                "focus-theme": {
                    "value": "{semantic.darkThemeA.11}"
                },
                "focus-error": {
                    "value": "{semantic.darkErrorA.11}"
                }
            },
            "disabled-opacity": {
                "value": "0.5",
                "deprecated": "Use --kbq-opacity-disabled"
            }
        },
        "shadow": {
            "outline": {
                "value": "{semantic.darkContrastA.6}"
            },
            "key": {
                "value": "#00000000"
            },
            "ambient": {
                "value": "#00000000"
            }
        },
        "opacity": {
            "disabled": {
                "value": "0.5",
                "description": "Opacity for disabled elements."
            },
            "overlay": {
                "value": "0.9",
                "description": "Opacity for overlay elements."
            }
        }
    }
}
