From 70f9422a4e013946fbf0356f99fe7d4de28b57e3 Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Sat, 22 Jun 2019 16:13:32 -0700 Subject: [PATCH] Deafult the HIBP ok colour to white --- modules/hibp/settings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/hibp/settings.go b/modules/hibp/settings.go index a838bd25..a387443e 100644 --- a/modules/hibp/settings.go +++ b/modules/hibp/settings.go @@ -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