Use GRAY for prefix and not black (oops)

This commit is contained in:
2025-04-22 10:31:24 +02:00
parent d9564c2b98
commit 6d60f7f813
2 changed files with 93 additions and 65 deletions

View File

@@ -82,7 +82,7 @@ var levelStyles = map[LogLevel]LevelStyle{
},
LevelPrefix: {
Tag: "PREFIX", // Used for coloring the user prefix
TagColor: BIBlack, // Bold Intense Black (Dark Grey)
TagColor: BIGray, // Bold Gray
},
}