style: change example colors

This commit is contained in:
Daylin Morgan 2022-09-05 23:48:32 -05:00
parent 2070819393
commit 69260a7a7f
1 changed files with 1 additions and 1 deletions

View File

@ -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: