{
    "sys": {
        "color": {
            "main": {
                "default": {
                    "bg": {
                        "default": {
                            "value": "{ref.color.orange.100}"
                        },
                        "hover": {
                            "value": "{ref.color.orange.80}"
                        },
                        "clicked": {
                            "value": "{ref.color.orange.60}"
                        },
                        "disabled": {
                            "value": "{ref.color.orange.20}"
                        }
                    },
                    "text": {
                        "value": "{ref.color.white}"
                    }
                },
                "light": {
                    "bg": {
                        "value": "{ref.color.orange.10}"
                    },
                    "text": {
                        "value": "{ref.color.orange.150}"
                    }
                },
                "text": {
                    "value": "{ref.color.orange.100}"
                }
            },
            "accent": {
                "default": {
                    "bg": {
                        "default": {
                            "value": "{ref.color.electricBlue.100}"
                        },
                        "hover": {
                            "value": "{ref.color.electricBlue.80}"
                        },
                        "clicked": {
                            "value": "{ref.color.electricBlue.60}"
                        },
                        "disabled": {
                            "value": "{ref.color.electricBlue.20}"
                        }
                    },
                    "text": {
                        "value": "{ref.color.white}"
                    }
                },
                "light": {
                    "bg": {
                        "value": "{ref.color.electricBlue.05}"
                    },
                    "text": {
                        "value": "{ref.color.electricBlue.150}"
                    }
                },
                "text": {
                    "value": "{ref.color.electricBlue.100}"
                }
            },
            "error": {
                "default": {
                    "bg": {
                        "default": {
                            "value": "{ref.color.red.100}"
                        },
                        "hover": {
                            "value": "{ref.color.red.80}"
                        },
                        "clicked": {
                            "value": "{ref.color.red.60}"
                        },
                        "disabled": {
                            "value": "{ref.color.red.20}"
                        }
                    },
                    "text": {
                        "value": "{ref.color.white}"
                    }
                },
                "light": {
                    "bg": {
                        "value": "{ref.color.red.10}"
                    },
                    "text": {
                        "value": "{ref.color.red.150}"
                    }
                },
                "text": {
                    "value": "{ref.color.red.100}"
                }
            },
            "warning": {
                "default": {
                    "bg": {
                        "default": {
                            "value": "{ref.color.yellow.100}"
                        },
                        "hover": {
                            "value": "{ref.color.yellow.80}"
                        },
                        "clicked": {
                            "value": "{ref.color.yellow.60}"
                        },
                        "disabled": {
                            "value": "{ref.color.yellow.20}"
                        }
                    },
                    "text": {
                        "value": "{ref.color.white}"
                    }
                },
                "light": {
                    "bg": {
                        "value": "{ref.color.yellow.10}"
                    },
                    "text": {
                        "value": "{ref.color.yellow.150}"
                    }
                },
                "text": {
                    "value": "{ref.color.yellow.100}"
                }
            },
            "success": {
                "default": {
                    "bg": {
                        "default": {
                            "value": "{ref.color.green.100}"
                        },
                        "hover": {
                            "value": "{ref.color.green.80}"
                        },
                        "clicked": {
                            "value": "{ref.color.green.60}"
                        },
                        "disabled": {
                            "value": "{ref.color.green.20}"
                        }
                    },
                    "text": {
                        "value": "{ref.color.white}"
                    }
                },
                "light": {
                    "bg": {
                        "value": "{ref.color.green.10}"
                    },
                    "text": {
                        "value": "{ref.color.green.150}"
                    }
                },
                "text": {
                    "value": "{ref.color.green.100}"
                }
            },
            "featureLock": {
                "default": {
                    "bg": {
                        "default": {
                            "value": "{ref.color.purple.100}"
                        },
                        "hover": {
                            "value": "{ref.color.purple.80}"
                        },
                        "clicked": {
                            "value": "{ref.color.purple.60}"
                        },
                        "disabled": {
                            "value": "{ref.color.purple.20}"
                        }
                    },
                    "text": {
                        "value": "{ref.color.white}"
                    }
                },
                "light": {
                    "bg": {
                        "value": "{ref.color.purple.10}"
                    },
                    "text": {
                        "value": "{ref.color.purple.150}"
                    }
                },
                "text": {
                    "value": "{ref.color.purple.100}"
                }
            }
        }
    }
}
