Summary of the new feature/enhancement
When Get-Error was implemented, there was a deliberate decision to introduce a new FormatAccent color to help differentiate the metadata from the data visually. We can use this same color to separate table headers and list metadata. This PR implements this #14406
Example:

@powercode asked a good question whether we want separate user configurations for tables vs lists. My preference is to keep it simple and just have one setting.
Another consideration is that if ANSI is available, the table header can be rendered with an underline instead of using up a row of dashes.
Summary of the new feature/enhancement
When
Get-Errorwas implemented, there was a deliberate decision to introduce a newFormatAccentcolor to help differentiate the metadata from the data visually. We can use this same color to separate table headers and list metadata. This PR implements this #14406Example:
@powercode asked a good question whether we want separate user configurations for tables vs lists. My preference is to keep it simple and just have one setting.
Another consideration is that if ANSI is available, the table header can be rendered with an underline instead of using up a row of dashes.