renamed theme to match convention

improved readme
This commit is contained in:
Julien Maille 2020-10-26 20:26:22 +01:00
parent d645b59496
commit ba16cb567d
12 changed files with 13 additions and 11 deletions

View File

@ -1,5 +1,5 @@
# Dribbblish-dynamic
# DribbblishDynamic
This is a tweaked version of Dribbblish theme. The main difference is that the highligh color is dynamic, ie. it will match the current album art colours.
## Screenshots
#### Dark
![demo1](./color-match-bg.gif)
@ -13,10 +13,10 @@ Run these command:
#### Linux and MacOS:
In **Bash**:
```bash
cd "$(dirname "$(spicetify -c)")/Themes/Dribbblish-dynamic"
cp dribbblish.js ../../Extensions
spicetify config extensions dribbblish.js
spicetify config current_theme Dribbblish-dynamic color_scheme dark
cd "$(dirname "$(spicetify -c)")/Themes/DribbblishDynamic"
cp dribbblish-dynamic.js ../../Extensions
spicetify config extensions dribbblish-dynamic.js
spicetify config current_theme DribbblishDynamic color_scheme dark
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply
```
@ -24,10 +24,10 @@ spicetify apply
#### Windows
In **Powershell**:
```powershell
cd "$(spicetify -c | Split-Path)\Themes\Dribbblish-dynamic"
Copy-Item dribbblish.js ..\..\Extensions
spicetify config extensions dribbblish.js
spicetify config current_theme Dribbblish-dynamic color_scheme dark
cd "$(spicetify -c | Split-Path)\Themes\DribbblishDynamic"
Copy-Item dribbblish-dynamic.js ..\..\Extensions
spicetify config extensions dribbblish-dynamic.js
spicetify config current_theme DribbblishDynamic color_scheme dark
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply
```
@ -54,7 +54,7 @@ spicetify apply
Remove the dribbblish script with the following commands
```
spicetify config extensions dribbblish.js-
spicetify config extensions dribbblish-dynamic.js-
spicetify apply
```
@ -82,3 +82,5 @@ These keys are used in the `colors.ini` file.
|`miscellaneous_bg`| The background color of toolips ("You're offline" etc)|
|`miscellaneous_hover_bg`| Hover Color for the Tooltips|
|`preserve_1`| Misc text colors|
Shoutout to @khanhas for the original Dribbblish theme!

View File

Before

Width:  |  Height:  |  Size: 3.0 MiB

After

Width:  |  Height:  |  Size: 3.0 MiB

View File

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB