From e334727c31a0984f10db98a77fe36de44e51fe60 Mon Sep 17 00:00:00 2001 From: Daniel Kempkens Date: Sat, 3 Sep 2022 00:20:02 +0200 Subject: [PATCH] Fix luminosity color --- defaults/skin-wdc/skin.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/defaults/skin-wdc/skin.conf b/defaults/skin-wdc/skin.conf index f98d4f3..03676ab 100644 --- a/defaults/skin-wdc/skin.conf +++ b/defaults/skin-wdc/skin.conf @@ -118,12 +118,14 @@ SKIN_VERSION = 2.2.1 yScaleMin = 0 [[[radiation]]] curve = "basis" - color = '#FFCC00' yScaleMin = 0 [[[UV]]] curve = "step" yScaleMin = 0 yScaleOffset = 1 + [[[luminosity]]] + color = '#FFCC00' + yScaleMin = 0 [[[rain]]] yScaleOffset = 0.25 [[[rainRate]]]