mirror of
https://github.com/Motschen/Retroblur.git
synced 2025-12-13 03:25:09 +01:00
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)
22 lines
773 B
JSON
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"
|
|
}
|
|
] |