v0.158.0
Minor Changes
-
#1229
c80f22b3Thanks @tenphi! - Make the pastel palette the default: the app seed moves to saturation 100 with
pastel: true, producing a softer, more even spread across hues.Both are
PaletteConfigdefaults rather than a rewritten recipe, so anything that
already tunes the palette at runtime keeps working and can opt back out with
{ saturation: 80, pastel: false }.The
code-*syntax family is unaffected. It answers to its own seed, which now
reads a separateDEFAULT_CODE_SATURATION(still 80) instead of sharing
DEFAULT_SATURATION; sharing it would have pulled syntax colors to 100 as a side
effect of moving the app seed.pastelwas already held off the code theme.