fix(Bloom): add theme manifest (#725)

* add bloom theme manifeast

* update file path

* update readme

Co-authored-by: Afonso Jorge Ramos <afonsojorgeramos@gmail.com>
This commit is contained in:
Nimsandu Kottage 2022-04-19 02:51:02 +05:30 committed by GitHub
parent f9f5c0a6c8
commit 7887bbf876
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,5 +102,21 @@
"url": "https://github.com/schnensch0" "url": "https://github.com/schnensch0"
} }
] ]
} },
] {
"name": "Bloom",
"description": "Spicetify theme inspired by Microsoft's Windows 11 Bloom Experience",
"preview": "https://raw.githubusercontent.com/nimsandu/spicetify-bloom/main/Dark-1.png",
"readme": "Bloom/README.md",
"usercss": "user.css",
"schemes": "color.ini",
"include": ["https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Bloom/bloom.js"],
"branch": "main",
"authors": [
{
"name": "nimsandu",
"url": "https://github.com/nimsandu"
}
]
}
]