feat(backgrounds): add liquid-gradient background

This commit is contained in:
Boris Kovalskii
2026-06-11 10:30:04 +10:00
parent ab91c86f81
commit 71160c6700
8 changed files with 103 additions and 0 deletions

View File

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