Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix(color maps): color maps should take the background color into account; fixed min colors to 10

wakonig_k requested to merge fix/color_maps into main

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 had plasma, some magma)
  • Updated min version of bec qthemes (0.4.2)

Screenshots / GIFs (if applicable)

image image

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

Merge request reports

Loading