Skip to content

Commit a678cfd

Browse files
authoredFeb 27, 2025··
feat(types): add dark_vibrant to colorExtractor (#3321)
1 parent b97abcc commit a678cfd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎globals.d.ts

+1
Original file line numberDiff line numberDiff line change
@@ -540,6 +540,7 @@ declare namespace Spicetify {
540540
* @param uri Any type of URI that has artwork (playlist, track, album, artist, show, ...)
541541
*/
542542
function colorExtractor(uri: string): Promise<{
543+
DARK_VIBRANT: string;
543544
DESATURATED: string;
544545
LIGHT_VIBRANT: string;
545546
PROMINENT: string;

0 commit comments

Comments
 (0)
Please sign in to comment.