mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Deafult the HIBP ok colour to white
This commit is contained in:
parent
6ba561170e
commit
70f9422a4e
@ -37,7 +37,7 @@ func NewSettingsFromYAML(name string, ymlConfig *config.Config, globalConfig *co
|
||||
since: ymlConfig.UString("since", ""),
|
||||
}
|
||||
|
||||
settings.colors.ok = ymlConfig.UString("colors.ok", "green")
|
||||
settings.colors.ok = ymlConfig.UString("colors.ok", "white")
|
||||
settings.colors.pwned = ymlConfig.UString("colors.pwned", "red")
|
||||
|
||||
// HIBP data doesn't need to be reloaded very often so to be gentle on this API we
|
||||
|
Loading…
x
Reference in New Issue
Block a user