Add colors and refine logs a little

This commit is contained in:
2024-09-11 19:35:33 +02:00
parent 1a6992e2a7
commit d98ecd787a
3 changed files with 103 additions and 13 deletions

15
main.go
View File

@@ -12,19 +12,10 @@ import (
)
const deliminer = ","
const (
Black = "\033[30m"
Red = "\033[31m"
Green = "\033[32m"
Yellow = "\033[33m"
Blue = "\033[34m"
Magenta = "\033[35m"
Cyan = "\033[36m"
White = "\033[37m"
)
const SourceColor = Magenta
const SourceColor = Purple
const TargetColor = Yellow
const ErrorColor = Red
const ErrorColor = URed
const ImportantColor = BRed
const DefaultColor = White
const PathColor = Green