{"id":13476237,"url":"https://github.com/JulienMaille/dribbblish-dynamic-theme","last_synced_at":"2025-03-27T02:31:56.697Z","repository":{"id":40554409,"uuid":"373298246","full_name":"JulienMaille/dribbblish-dynamic-theme","owner":"JulienMaille","description":"A mod of Dribbblish theme for Spicetify with support for light/dark modes and album art based colors.","archived":false,"fork":false,"pushed_at":"2024-10-25T19:34:43.000Z","size":57650,"stargazers_count":329,"open_issues_count":11,"forks_count":18,"subscribers_count":18,"default_branch":"main","last_synced_at":"2024-10-26T09:26:48.934Z","etag":null,"topics":["spicetify-themes","spotify","theme"],"latest_commit_sha":null,"homepage":"","language":"CSS","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JulienMaille.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-02T20:44:30.000Z","updated_at":"2024-10-25T19:34:47.000Z","dependencies_parsed_at":"2024-10-25T01:38:35.479Z","dependency_job_id":"3fcec857-4fcf-47d5-b0c6-e4cd936cb9eb","html_url":"https://github.com/JulienMaille/dribbblish-dynamic-theme","commit_stats":null,"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienMaille%2Fdribbblish-dynamic-theme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienMaille%2Fdribbblish-dynamic-theme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienMaille%2Fdribbblish-dynamic-theme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JulienMaille%2Fdribbblish-dynamic-theme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JulienMaille","download_url":"https://codeload.github.com/JulienMaille/dribbblish-dynamic-theme/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":222184117,"owners_count":16944998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["spicetify-themes","spotify","theme"],"created_at":"2024-07-31T16:01:27.948Z","updated_at":"2024-10-30T08:31:03.982Z","avatar_url":"https://github.com/JulienMaille.png","language":"CSS","funding_links":[],"categories":["CSS","App Theming"],"sub_categories":["Spotify"],"readme":"# DribbblishDynamic for [Spicetify](https://github.com/spicetify/cli) \u003ca href=\"https://github.com/JulienMaille/dribbblish-dynamic-theme/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/release/JulienMaille/dribbblish-dynamic-theme/all.svg\"\u003e\u003c/a\u003e\n\nThis is a tweaked version of the Dribbblish theme.  \nThe main differences are the [automated](#follow-system-darklight-theme) light/dark toggle, the background cover and the dynamic highlight color, ie. it will match the current album art.\n\n## Preview\n\n![demo-base](./preview.png)\n\n## Install / Update\n\u003e [!IMPORTANT]\n\u003e Make sure you are using latest releases of \u003ca href=\"https://github.com/spicetify/cli/releases/latest\"\u003e\u003cimg src=\"https://img.shields.io/github/release/spicetify/cli/all.svg?label=Spicetify\"\u003e\u003c/a\u003e and [Spotify](https://www.spotify.com/us/download/other/)  \n\u003e The easiest way is probably to install this theme from the \u003ca href=\"https://github.com/spicetify/marketplace/wiki/Installation#auto-install\"\u003e\u003cimg src=\"https://img.shields.io/github/v/release/spicetify/marketplace?label=Marketplace\"\u003e\u003c/a\u003e, developed by the same team behind Spicetify.\n\n#### Windows (PowerShell)\n\n```powershell\nInvoke-WebRequest -UseBasicParsing \"https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1\" | Invoke-Expression\n```\n\n#### Linux/MacOS (Bash)\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.sh | sh\n```\n\n#### Manual Install\n\n1. Download the latest [Source code (zip)](https://github.com/JulienMaille/dribbblish-dynamic-theme/releases/latest)\n2. Extract the files to your [Spicetify/Themes folder](https://spicetify.app/docs/development/themes/) (rename the zipped folder to `DribbblishDynamic`)\n3. Copy `dribbblish-dynamic.js` and `Vibrant.min.js` to your [Spicetify/Extensions folder](https://spicetify.app/docs/advanced-usage/extensions#installing)\n4. Run:\n    ```\n    spicetify config extensions dribbblish-dynamic.js extensions Vibrant.min.js\n    spicetify config current_theme DribbblishDynamic\n    spicetify config color_scheme base\n    spicetify config inject_css 1 replace_colors 1\n    spicetify apply\n    ```\n\n## Follow system dark/light theme\n\u003e [!IMPORTANT]\n\u003e From Spotify v1.2.17, dark mode is forced. You will need to patch Spotify binary:\n\n#### Windows (PowerShell)\n\n```powershell\nInvoke-WebRequest -UseBasicParsing \"https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.ps1\" | Invoke-Expression\n```\n\n#### Linux/MacOS (Bash)\n\n```bash\ncurl -fsSL \"https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/patch-dark-mode.sh\" | sh\n```\n\n## Uninstall\n\n#### Windows (PowerShell)\n\n```powershell\nInvoke-WebRequest -UseBasicParsing \"https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.ps1\" | Invoke-Expression\n```\n\n#### Linux/MacOS (Bash)\n\n```bash\ncurl -fsSL https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/uninstall.sh | sh\n```\n\n#### Manual Uninstall\n\n```\nspicetify config current_theme \" \" color_scheme \" \" extensions dribbblish-dynamic.js- extensions Vibrant.min.js-\nspicetify apply\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJulienMaille%2Fdribbblish-dynamic-theme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FJulienMaille%2Fdribbblish-dynamic-theme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FJulienMaille%2Fdribbblish-dynamic-theme/lists"}