themes.xlrit.json Maven / Gradle / Ivy
{
"key" : "default",
"label" : "XLRIT",
"logo" : {
"filename": "",
"src": "/static/xlrit.svg"
},
"variables": {
"xlritYellow": "#FFE500",
"xlritBlue": "#00B1EB",
"xlritContrastBlue": "#203e60"
},
"theme": {
"components": {
"banner": {
"color": "#ffffff",
"backgroundColor": "$xlritContrastBlue"
},
"badge": {
"color": "#ffffff",
"backgroundColor": "$xlritBlue"
},
"step": {
"title": {
"color": "$xlritContrastBlue"
}
},
"heading": {
"color": "$xlritContrastBlue"
}
},
"palette": {
"primary": {
"main": "$xlritBlue",
"dark": "$xlritContrastBlue"
},
"secondary": {
"main": "$xlritYellow"
}
}
}
}