cake-build/cake

Support custom ConsolePalette/ANSI colors

Open

#2.976 aberto em 8 de dez. de 2020

Ver no GitHub
 (3 comments) (1 reaction) (0 assignees)C# (738 forks)batch import
Help wantedImprovementUp-for-grabs

Métricas do repositório

Stars
 (3.742 stars)
Métricas de merge de PR
 (Mesclagem média 1d 1h) (25 fundiu PRs em 30d)

Description

Regarding #2966.

In build systems that have a build log with white background, the current palette is not... the prettiest of palettes. Would be great to have a way of customizing the colors. Could be by choosing between different "official" palettes, or by explicitly setting the different colors of the palette.

I suspect that you could achieve this using Cake.Frosting and a custom IConsole where you handle ANSI coloring yourself, but it would be nice utilize the built in ANSI coloring and do this without Cake.Frosting.

Guia do colaborador