feat(backgrounds): add matrix-rain background

This commit is contained in:
Boris Kovalskii
2026-06-11 10:28:26 +10:00
parent 3df2ef0f39
commit ab91c86f81
8 changed files with 182 additions and 0 deletions

View File

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