powershell script in readme

This commit is contained in:
Julien Maille 2021-06-03 23:39:10 +02:00
parent bc1a79a07f
commit b623190274
3 changed files with 2 additions and 11 deletions

View file

@ -61,16 +61,7 @@ spicetify apply
### Windows
In **Powershell**:
```powershell
cd "$(spicetify -c | Split-Path)\Themes\Dribbblish"
Copy-Item dribbblish.js ..\..\Extensions
Copy-Item dribbblish-dynamic.js ..\..\Extensions
Copy-Item Vibrant.min.js ..\..\Extensions
spicetify config extensions dribbblish.js
spicetify config extensions dribbblish-dynamic.js
spicetify config extensions Vibrant.min.js
spicetify config current_theme Dribbblish color_scheme base
spicetify config inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1" | Invoke-Expression
```
## Change Color Schemes

View file

@ -1,4 +1,4 @@
let current = '2.3'
let current = '1.1'
/* css needed for system mode detection */
document.styleSheets[0].insertRule(`

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB