"Fill": "Accent 1" "Fill": "Accent 2"
It is now supported that the colors within CT can adhere to the active Office Color Theme. Simply edit the JSON color scheme file and add the values where needed. For instance in the \ColourSchemes\Table\tabletheme.json:
"HasTotalRow": false,
"HeaderRowVector": {
"Hide": false,
"BaseCell": {
"BorderColors": [
{
"Color": "255;255;255",
"Position": "EdgeLeft"
},
{
"Color": "255;255;255",
"Position": "EdgeRight"
}
],
"Fill": "Accent 1",
"FontColor": "240;232;232",
"FormatName": "_Table ION_HeaderRow_BaseCell"
},
"FormatName": "_Table ION_HeaderRow",
"LastCell": {
"BorderColors": [
{
"Color": "255;255;255",
"Position": "EdgeLeft"
}
],
"Fill": "Accent 1",
"FontColor": "240;232;232",
"FormatName": "_Table ION_HeaderRow_LastCell"
}
},
Comments
0 comments
Article is closed for comments.