fix(backgrounds): expose remaining hardcoded colors in shooting-stars, meteors, gradient-animation

This commit is contained in:
Boris Kovalskii
2026-06-11 09:46:17 +10:00
parent 66c08b5d6d
commit f1f4281e11
6 changed files with 24 additions and 4 deletions

View File

@@ -194,6 +194,12 @@ export const backgroundRegistry: BackgroundDefinition[] = [
type: 'color',
default: '#2EB9DF',
},
{
key: 'bgStarColor',
label: 'admin.backgrounds.bgStarColor',
type: 'color',
default: '#ffffff',
},
{
key: 'starDensity',
label: 'admin.backgrounds.density',
@@ -248,6 +254,12 @@ export const backgroundRegistry: BackgroundDefinition[] = [
{ key: 'thirdColor', label: 'admin.backgrounds.color3', type: 'color', default: '#64DCFF' },
{ key: 'fourthColor', label: 'admin.backgrounds.color4', type: 'color', default: '#C83232' },
{ key: 'fifthColor', label: 'admin.backgrounds.color5', type: 'color', default: '#B4B432' },
{
key: 'pointerColor',
label: 'admin.backgrounds.pointerColor',
type: 'color',
default: '#8C64FF',
},
{
key: 'interactive',
label: 'admin.backgrounds.interactive',