Open
Description
New Feature / Enhancement Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
Current Limitation
The panel uses a fixed set of colors for fonts and backgrounds.
Feature / Enhancement Description
Allow to set custom font and background color per item.
Example Use Case
The feature allows to visually highlight values that require attention, for example:
{
"panel": {
"segments": [
{
"title": "Accounts",
"titleFontColor": "#ffffff",
"titleBackgroundColor": "#000000"
"items": [
{
"type": "keyValue",
"key": "Checking Account",
"value": "USD -1.00",
"fontColor": "#ffffff",
"backgroundColor": "#ff0000"
},
{
"type": "keyValue",
"key": "Savings Account",
"value": "USD 1.00"
}
}
]
}
}
Should be displayed like this:
