feat(themes): add Synthwave Sunset built-in, refresh author credits

This commit is contained in:
2026-05-07 19:48:15 +02:00
parent 3d7883ee01
commit 5f83c70292
8 changed files with 84 additions and 7 deletions
+2 -1
View File
@@ -24,9 +24,10 @@ public sealed class ThemeRegistry
{ IndigoViolet.Slug, IndigoViolet.Build() },
{ ForgeMerchantman.Slug, ForgeMerchantman.Build() },
{ MintGrove.Slug, MintGrove.Build() },
{ SynthwaveSunset.Slug, SynthwaveSunset.Build() },
};
// Centralised so the nine .Build() factories stay free of cache plumbing.
// Centralised so the ten .Build() factories stay free of cache plumbing.
foreach (var theme in _builtIns.Values)
theme.RecomputeAbgrCache();