On Mon, Jul 30, 2018 at 2:34 PM Han-Wen Nienhuys <[email protected]> wrote:
> + struct kwtable {
> + const char *keyword;
> + const char *color;
> + } keywords[] = {
> + {"hint", GIT_COLOR_YELLOW},
> + {"warning", GIT_COLOR_BOLD_YELLOW},
> + {"success", GIT_COLOR_BOLD_GREEN},
> + {"error", GIT_COLOR_BOLD_RED},
> + };
Please let me customize these colors. "grep color.*slot
Documentation/config.txt help.c" could give you a few examples.
I think we also add a space after { and before } in most places (there
are a few places that don't do that, but personally I'd prefer spaces
to make it a bit easier to read).
--
Duy