cli/internal/tableprinter
Andy Feller 6355e54e3c Ensure table headers are thematically contrasting
This commit refactors the color format around table headers to ensure the GitHub CLI uses thematically appropriate colors based on dark background, light background, or no color at all.

In order to do so, `ColorScheme` needs information from the terminal about the background appearance (dark, light, none) to determine appropriate muted color.
2025-03-21 11:51:03 -04:00
..
table_printer.go Ensure table headers are thematically contrasting 2025-03-21 11:51:03 -04:00
table_printer_test.go Do not mutate headers when initialising tableprinter 2024-05-01 12:35:24 +02:00