Skip to content

Commit 1a45d33

Browse files
committed
removed bg color for timestamps in default theme
1 parent aedba06 commit 1a45d33

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

log/formatter_themes.go

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ var (
3535
PanicLevel: []fmtc.Color{fmtc.Bold, fmtc.Red},
3636
},
3737
"timestamp": LevelColorScheme{
38-
DebugLevel: []fmtc.Color{fmtc.BgBlack, fmtc.DarkGray},
39-
InfoLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Cyan},
40-
WarnLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Yellow},
41-
ErrorLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Red},
42-
FatalLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Red},
43-
PanicLevel: []fmtc.Color{fmtc.BgBlack, fmtc.Red},
38+
DebugLevel: []fmtc.Color{fmtc.DarkGray},
39+
InfoLevel: []fmtc.Color{fmtc.Cyan},
40+
WarnLevel: []fmtc.Color{fmtc.Yellow},
41+
ErrorLevel: []fmtc.Color{fmtc.Red},
42+
FatalLevel: []fmtc.Color{fmtc.Red},
43+
PanicLevel: []fmtc.Color{fmtc.Red},
4444
},
4545
},
4646
}

0 commit comments

Comments
 (0)