I am trying to change the color of a column header in a view on a Sharepoint Online list, ideally using the JSON schema that Microsoft provides for formatting views.
I have found Microsoft's documentation which outlines a number of interesting examples, for example I can hide the column header altogether with "hideColumnHeader": true or I can change the color of group header, but there does not seem to be any documentation of how to change the background color for the column header itself.
https://docs.microsoft.com/en-us/sharepoint/dev/declarative-customization/view-formatting
What I'm trying to achieve is very simple. I want to change the column header background color and font color, and have different colors for different columns like one can easily do in Excel:
Example of what I want the Sharepoint List view to look like
Is this possible using the JSON schema?
Thanks in advance for your time.