diff --git a/README.md b/README.md index f7ac7f9..d6b92ff 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,7 @@ # Dribbblish Dynamic ### base -![base](base.png) -### white -![white](white.png) -### dark -![dark](dark.png) -### nord-light -![nord-light](nord-light.png) -### nord-dark -![nord-dark](nord-dark.png) -### beach-sunset -![beach-sunset](beach-sunset.png) -### purple -![purple](purple.png) -### samourai -![samourai](samourai.png) +![base](dynamic.gif) ## Features ### Resizable sidebar @@ -54,13 +40,6 @@ In **Powershell**: Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1" | Invoke-Expression ``` -## Change Color Schemes -There are 9 color schemes you can choose: `base`, `white`, `dark`, `dracula`, `nord-dark`, `nord-light`, `samourai`, `purple`. Change scheme with commands: -``` -spicetify config color_scheme -spicetify apply -``` - ## Hide Window Controls Windows user, please edit your Spotify shortcut and add flag `--transparent-window-controls` after the Spotify.exe: ![instruction1](./windows-shortcut-instruction.png) @@ -72,7 +51,6 @@ Moreover, by default, Spotify adjusted sidebar items and profile menu icon to st ![nocontrol](https://i.imgur.com/qdZyv1t.png) ## Uninstall - Remove the dribbblish script with the following commands ``` diff --git a/base.png b/base.png deleted file mode 100644 index ce56373..0000000 Binary files a/base.png and /dev/null differ diff --git a/beach-sunset.png b/beach-sunset.png deleted file mode 100644 index 3cf9f78..0000000 Binary files a/beach-sunset.png and /dev/null differ diff --git a/dark.png b/dark.png deleted file mode 100644 index e3d85db..0000000 Binary files a/dark.png and /dev/null differ diff --git a/dynamic.gif b/dynamic.gif new file mode 100644 index 0000000..e0fe429 Binary files /dev/null and b/dynamic.gif differ diff --git a/nord-dark.png b/nord-dark.png deleted file mode 100644 index 3f01074..0000000 Binary files a/nord-dark.png and /dev/null differ diff --git a/nord-light.png b/nord-light.png deleted file mode 100644 index da10386..0000000 Binary files a/nord-light.png and /dev/null differ diff --git a/purple.png b/purple.png deleted file mode 100644 index 30c9074..0000000 Binary files a/purple.png and /dev/null differ diff --git a/samourai.png b/samourai.png deleted file mode 100644 index fa9505c..0000000 Binary files a/samourai.png and /dev/null differ diff --git a/white.png b/white.png deleted file mode 100644 index 07d6db6..0000000 Binary files a/white.png and /dev/null differ