feat(backgrounds): add constellation background

This commit is contained in:
Boris Kovalskii
2026-06-11 10:31:45 +10:00
parent 71160c6700
commit 510e4bd738
8 changed files with 176 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ const VALID_TYPES: ReadonlySet<string> = new Set<BackgroundType>([
'starfield',
'matrix-rain',
'liquid-gradient',
'constellation',
'none',
]);