Closed futuremotiondev closed 10 months ago
Both commands have a -Color
parameter (in the docs)
Format-SpectrePanel -Data 'testing 123, testing' -Title 'no 1' -Border Heavy -Color Teal
theres autocompletion for all available colors as well. to get a list
([Spectre.Console.Color] | Get-Member -Static -Type Properties).Name
https://pwshspectreconsole.com/reference/formatting/format-spectretable/ https://pwshspectreconsole.com/reference/formatting/format-spectrepanel/
Neither show examples on how to customize colors for these elements. Am I missing something?