From 69260a7a7f67a1ff73bd3a3edefddad4f0875654 Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Mon, 5 Sep 2022 23:48:32 -0500 Subject: [PATCH] style: change example colors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2060876..e596cc8 100644 --- a/Makefile +++ b/Makefile @@ -81,7 +81,7 @@ endef .PHONY: task info: $(call header, Info Message) - $(call tprint,{a.b_magenta}This is task-print output:{a.end}) + $(call tprint,{a.black_on_cyan}This is task-print output:{a.end}) $(call tprint,$(msg)) task.mk: