fix(color maps): color maps should take the background color into account; fixed min colors to 10
Description
Color maps should take the currently selected theme into account as it affects the contrast between background and curve.
closes #315 (closed)
Type of Change
- golden ration color maps now leave an angular space of 20 % around the background color on its color ring. As a result, some colors are excluded, in particular for the dark theme to provide sufficient contrast.
- The minimum colors calculated for a spacing is now set to 10.
- The default curve settings have changed: Now the default width is set to 4, the default symbol size is set to 7.
- Unified default color map to
magma
. (Note: some hadplasma
, somemagma
) - Updated min version of bec qthemes (0.4.2)
Screenshots / GIFs (if applicable)
As shown, the dark blue color is hidden from the dark theme, yet shown when a light theme is applied.
Definition of Done
-
Documentation is up-to-date.
Edited by wakonig_k