Files
Retroblur/manifest.json
Motschen 2217062392 Add JavaScript based wallpaper changer
This is entirely optional, but allows easy changing of wallpapers without editing the css.
Thanks to @harbassan for letting me use parts of their code (https://github.com/harbassan/spicetify-galaxy/issues/28)
2023-05-01 11:45:57 +02:00

22 lines
773 B
JSON

[
{
"name": "Retroblur",
"description": "Theme with a background, blur, animations, gradients and reflections.",
"preview": "preview/dream.jpg",
"usercss": "user.css",
"schemes": "color.ini",
"include": ["https://raw.githubusercontent.com/Motschen/Retroblur/fresh/theme.js"],
"tags": ["retro", "blur", "animations", "gradients"],
"readme": "README.md"
},
{
"name": "Retroblur Classic",
"description": "Theme with a background, blur, animations and reflections.",
"preview": "preview/playlist.png",
"usercss": "user.css",
"schemes": "color.ini",
"readme": "README.md",
"tags": ["retro", "blur", "animations"],
"branch": "main"
}
]