We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87024f3 commit 338ded7Copy full SHA for 338ded7
chat/message/user.go
@@ -238,7 +238,6 @@ func init() {
238
DefaultUserConfig = UserConfig{
239
Bell: true,
240
Quiet: false,
241
- Theme: DefaultTheme,
242
}
243
244
// TODO: Seed random?
chat/message/user_test.go
@@ -39,6 +39,7 @@ func TestRenderTimestamp(t *testing.T) {
39
40
cfg := u.Config()
41
timefmt := "AA:BB"
42
+ cfg.Theme = DefaultTheme
43
cfg.Timeformat = &timefmt
44
u.SetConfig(cfg)
45
0 commit comments