ZIm/crates/theme2/src
Marshall Bowers bbe53895ef
Return ColorScaleSets from individual color scale functions (#3197)
This PR adjusts the individual color scale functions to return
`ColorScaleSet`s instead of `DefaultColorScaleSet`s.

We only use the `DefaultColorScaleSet`s to simplify the construction of
the scales, so it isn't necessary to surface them outside of the
function.

Release Notes:

-  N/A
2023-11-01 10:45:42 -04:00
..
colors.rs Use Refineable for ThemeStyles (#3196) 2023-10-31 23:33:51 -04:00
default_colors.rs Return ColorScaleSets from individual color scale functions (#3197) 2023-11-01 10:45:42 -04:00
default_theme.rs Use Refineable for ThemeStyles (#3196) 2023-10-31 23:33:51 -04:00
registry.rs Remove old Theme definition (#3195) 2023-10-31 23:05:50 -04:00
scale.rs Rework theme2 with new theme structure (#3194) 2023-10-31 22:23:00 -04:00
settings.rs Remove old Theme definition (#3195) 2023-10-31 23:05:50 -04:00
syntax.rs Use Refineable for ThemeStyles (#3196) 2023-10-31 23:33:51 -04:00
theme2.rs Use Refineable for ThemeStyles (#3196) 2023-10-31 23:33:51 -04:00