If _highContrastLuminanceThreshold is defined as a string "70" in the json, rather than a number 70, the high contrast calculations will not be applied properly, converting all bright colours to 30% darkness.
Fix
Converts _highContrastLuminanceThreshold to a number
fixes #99
If
_highContrastLuminanceThreshold
is defined as a string"70"
in the json, rather than a number70
, the high contrast calculations will not be applied properly, converting all bright colours to 30% darkness.Fix
_highContrastLuminanceThreshold
to a number