Describe the bug
gum table --header.foreground colors the 1st data-line, not the actual header-line
To Reproduce
<<EOT gum table -p -c "Column 1,Column 2,Column 3" --header.foreground=#ff0
a,A,1
b,B,2
c,C,3
EOT
<<EOT gum table -p --header.foreground=#ff0
Column 1,Column 2,Column 3
a,A,1
b,B,2
c,C,3
EOT
Both these examples makes the line with 'a A 1' yellow, not the 'Column...'
Expected behavior
That the line 'Column...' is the yellow one.
Screenshots

- OS: Ubuntu 24.04
- gum version v0.15.1 (3745655)