update paths and URLs

This commit is contained in:
Afonso Jorge Ramos 2022-03-01 09:40:47 +00:00
parent ba29a172b4
commit 4080c876e3
8 changed files with 70 additions and 24 deletions

View File

@ -30,7 +30,7 @@ You can enable it by running `spicetify config sidebar_config 1`.
A chill theme that keeps things bordered in and organized
BIB color scheme based on original [BIB-Green](https://github.com/morpheusthewhite/spicetify-themes/tree/master/BIB-Green)
BIB color scheme based on original [BIB-Green](https://github.com/spicetify/spicetify-themes/tree/master/BIB-Green)
Theme based on Sleek theme: https://github.com/morpheusthewhite/spicetify-themes/tree/v2/Sleek
Theme based on Sleek theme: https://github.com/spicetify/spicetify-themes/tree/v2/Sleek

View File

@ -43,7 +43,7 @@ In profile menu, toggle option "Right expanded cover" to change expaned current
Make sure you are using spicetify >= v2.5.0 and Spotify >= v1.1.56.
### Windows
```powershell
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Dribbblish/install.ps1" | Invoke-Expression
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/install.ps1" | Invoke-Expression
```
## Manual Install
@ -89,7 +89,7 @@ spicetify apply
## Auto-uninstall
### Windows
```powershell
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/v2/Dribbblish/uninstall.ps1" | Invoke-Expression
Invoke-WebRequest -UseBasicParsing "https://raw.githubusercontent.com/spicetify/spicetify-themes/v2/Dribbblish/uninstall.ps1" | Invoke-Expression
```
## Manual uninstall

View File

@ -1,13 +1,13 @@
$checkSpice = Get-Command spicetify -ErrorAction Silent
if ($null -eq $checkSpice) {
Write-Host -ForegroundColor Red "Spicetify not found"
Write-Host "Follow instruction on:", "https://github.com/khanhas/spicetify-cli/wiki/Installation#with-powershell-pre-built-binary"
Write-Host "Follow instruction on:", "https://spicetify.app/docs/getting-started/simple-installation#windows"
return
}
Write-Host "Downloading themes package:" -ForegroundColor Green
$zipFile = "$env:TEMP\spicetify-themes.zip"
Invoke-WebRequest "https://github.com/morpheusthewhite/spicetify-themes/archive/refs/heads/master.zip" -OutFile $zipFile
Invoke-WebRequest "https://github.com/spicetify/spicetify-themes/archive/refs/heads/master.zip" -OutFile $zipFile
Write-Host "Extracting themes package:" -ForegroundColor Green
$extractPath = "$env:TEMP\spicetify-themes-master"

View File

@ -17,7 +17,7 @@
### About
[Spicetify](https://github.com/khanhas/spicetify-cli) theme inspired by Windows 11 UI and Microsoft's Fluent Design.
[Spicetify](https://github.com/spicetify/spicetify-cli) theme inspired by Windows 11 UI and Microsoft's Fluent Design.
Requires Segoe UI font.
Based off [Ziro](https://github.com/schnensch0/ziro) theme by [schnensch](https://github.com/schnensch0)

View File

@ -1,6 +1,6 @@
# spicetify community themes
This is a collection of themes for [spicetify](https://github.com/khanhas/spicetify-cli), a command-line tool to customize Spotify.
This is a collection of themes for [spicetify](https://github.com/spicetify/spicetify-cli), a command-line tool to customize Spotify.
You can add your own theme simply by opening a Pull Request (more info in [CONTRIBUTING.md](./CONTRIBUTING.md)).
@ -18,10 +18,10 @@ You can add your own theme simply by opening a Pull Request (more info in [CONTR
1. Clone this repository. Make sure [git](https://git-scm.com/) is installed and run:
```bash
git clone https://github.com/morpheusthewhite/spicetify-themes.git
git clone https://github.com/spicetify/spicetify-themes.git
```
2. Copy the files into the [Spicetify Themes folder](https://github.com/khanhas/spicetify-cli/wiki/Customization#themes). Run:
2. Copy the files into the [Spicetify Themes folder](https://spicetify.app/docs/development/customization#themes). Run:
**Linux**

View File

@ -36,7 +36,7 @@ Develop and test on macOS. If there's any problem, please open issue or PR.
### Installation
1. add extension - [Full App Display](https://github.com/khanhas/spicetify-cli/wiki/Extensions#full-app-display)
1. add extension - [Full App Display](https://spicetify.app/docs/getting-started/extensions#full-app-display)
```shell
spicetify config extensions fullAppDisplay.js

View File

@ -18,4 +18,4 @@ Moreover, by default, Spotify adjusted sidebar items and profile menu icon to st
If the executable does not work for you, try using
- [AHK implementation](https://github.com/SaifAqqad/AHK_SpotifyNoControl)
- [julienmaille's implementation](https://github.com/morpheusthewhite/spicetify-themes/raw/legacy/Dribbblish/SpotifyNoControl.exe)
- [julienmaille's implementation](https://github.com/spicetify/spicetify-themes/raw/legacy/Dribbblish/SpotifyNoControl.exe)

View File

@ -6,7 +6,12 @@
"readme": "BurntSienna/README.md",
"usercss": "BurntSienna/user.css",
"schemes": "BurntSienna/color.ini",
"authors": [ { "name": "pjaspinski", "url": "https://github.com/pjaspinski" } ]
"authors": [
{
"name": "pjaspinski",
"url": "https://github.com/pjaspinski"
}
]
},
{
"name": "Default",
@ -15,7 +20,12 @@
"readme": "Default/README.md",
"usercss": "Default/user.css",
"schemes": "Default/color.ini",
"authors": [ { "name": "Blacksuan19", "url": "https://github.com/Blacksuan19" } ]
"authors": [
{
"name": "Blacksuan19",
"url": "https://github.com/Blacksuan19"
}
]
},
{
"name": "Dribbblish",
@ -24,8 +34,15 @@
"readme": "Dribbblish/README.md",
"usercss": "Dribbblish/user.css",
"schemes": "Dribbblish/color.ini",
"include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Dribbblish/dribbblish.js"],
"authors": [ { "name": "khanhas", "url": "https://github.com/khanhas" } ]
"include": [
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/dribbblish.js"
],
"authors": [
{
"name": "khanhas",
"url": "https://github.com/khanhas"
}
]
},
{
"name": "Fluent",
@ -34,8 +51,15 @@
"readme": "Fluent/README.md",
"usercss": "Fluent/user.css",
"schemes": "Fluent/color.ini",
"include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Fluent/fluent.js"],
"authors": [ { "name": "williamckha", "url": "https://github.com/williamckha" } ]
"include": [
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Fluent/fluent.js"
],
"authors": [
{
"name": "williamckha",
"url": "https://github.com/williamckha"
}
]
},
{
"name": "Onepunch",
@ -44,7 +68,12 @@
"readme": "Onepunch/README.md",
"usercss": "Onepunch/user.css",
"schemes": "Onepunch/color.ini",
"authors": [ { "name": "okarin001", "url": "https://github.com/okarin001" } ]
"authors": [
{
"name": "okarin001",
"url": "https://github.com/okarin001"
}
]
},
{
"name": "Sleek",
@ -53,7 +82,12 @@
"readme": "Sleek/README.md",
"usercss": "Sleek/user.css",
"schemes": "Sleek/color.ini",
"authors": [ { "name": "harbassan", "url": "https://github.com/harbassan" } ]
"authors": [
{
"name": "harbassan",
"url": "https://github.com/harbassan"
}
]
},
{
"name": "Turntable",
@ -61,8 +95,15 @@
"preview": "Turntable/screenshots/turntable.png",
"readme": "Turntable/README.md",
"usercss": "Turntable/user.css",
"include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Turntable/turntable.js"],
"authors": [ { "name": "Grason Chan", "url": "https://github.com/grasonchan" } ]
"include": [
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js"
],
"authors": [
{
"name": "Grason Chan",
"url": "https://github.com/grasonchan"
}
]
},
{
"name": "Ziro",
@ -71,6 +112,11 @@
"readme": "Ziro/README.md",
"usercss": "Ziro/user.css",
"schemes": "Ziro/color.ini",
"authors": [ { "name": "schnensch0", "url": "https://github.com/schnensch0" } ]
"authors": [
{
"name": "schnensch0",
"url": "https://github.com/schnensch0"
}
]
}
]