zed/crates/theme2
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
..
src Return ColorScaleSets from individual color scale functions (#3197) 2023-11-01 10:45:42 -04:00
Cargo.toml Rework theme2 with new theme structure (#3194) 2023-10-31 22:23:00 -04:00