mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-06-08 09:12:22 +00:00
powershell script in readme
This commit is contained in:
parent
bc1a79a07f
commit
b623190274
3 changed files with 2 additions and 11 deletions
11
README.md
11
README.md
|
|
@ -61,16 +61,7 @@ spicetify apply
|
||||||
### Windows
|
### Windows
|
||||||
In **Powershell**:
|
In **Powershell**:
|
||||||
```powershell
|
```powershell
|
||||||
cd "$(spicetify -c | Split-Path)\Themes\Dribbblish"
|
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/JulienMaille/dribbblish-dynamic-theme/master/install.ps1" | Invoke-Expression
|
||||||
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
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## Change Color Schemes
|
## Change Color Schemes
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
let current = '2.3'
|
let current = '1.1'
|
||||||
|
|
||||||
/* css needed for system mode detection */
|
/* css needed for system mode detection */
|
||||||
document.styleSheets[0].insertRule(`
|
document.styleSheets[0].insertRule(`
|
||||||
|
|
|
||||||
BIN
windows-shortcut-instruction.png
Normal file
BIN
windows-shortcut-instruction.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Loading…
Reference in a new issue