{
    "componentspecificsettings": {
        "signaturecontrol": {
            "buttonFontColor": "rgb(255,255,255)",
            "buttonBackgroundColor": "rgb(0,136,153)",

            "buttonPressedFontColor": "rgb(255,255,255)",
            "buttonPressedBackgroundColor": "rgba(0,0,0,0.3)",

            "_buttonStyle": {"background": "#buttonBackgroundColor#", "color": "#buttonFontColor#"},
            "_buttonPressedStyle": {"background": "#buttonPressedBackgroundColor#", "color": "#buttonPressedFontColor#"}
        }
    }
}
