This commit is contained in:
Michael
2026-04-29 20:11:57 +02:00
commit a14103ad8e
167 changed files with 7060 additions and 0 deletions

26
.dev/.mk/help/mark.mk Normal file
View File

@ -0,0 +1,26 @@
# Color font
<cWhite> = \033[30m
<cRed> = \033[31m
<cGreen> = \033[32m
<cYellow> = \033[33m
<cBlue> = \033[34m
<cPurple> = \033[35m
<cTurquoise> = \033[36m
<cGray> = \033[37m
# Select
<sWhite> = \033[40m
<sRed> = \033[41m
<sGreen> = \033[42m
<sYellow> = \033[43m
<sBlue> = \033[44m
<sPurple> = \033[45m
<sTurquoise> = \033[46m
<sGray> = \033[47m
# Emphasis (typography)
<b> = \033[1m
<u> = \033[4m
</> = \033[0m
<br> = \n