diff --git a/mods/common/metrics.yaml b/mods/common/metrics.yaml index df1aff28bf..bbfcdedd0c 100644 --- a/mods/common/metrics.yaml +++ b/mods/common/metrics.yaml @@ -41,3 +41,7 @@ Metrics: UPnPDisabledColor: FFFFFF UPnPEnabledColor: 00FF00 UPnPNotSupportedColor: FF0000 + NoticeInfoColor: FFFFFF + NoticeWarningColor: FFA500 + NoticeSuccessColor: 00FF00 + NoticeErrorColor: FF0000