mirror of
https://github.com/morpheusthewhite/spicetify-themes.git
synced 2024-11-21 18:32:45 +01:00
update paths and URLs
This commit is contained in:
parent
ba29a172b4
commit
4080c876e3
@ -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
|
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
|
||||||
|
|
||||||
|
@ -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.
|
Make sure you are using spicetify >= v2.5.0 and Spotify >= v1.1.56.
|
||||||
### Windows
|
### Windows
|
||||||
```powershell
|
```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
|
## Manual Install
|
||||||
@ -89,7 +89,7 @@ spicetify apply
|
|||||||
## Auto-uninstall
|
## Auto-uninstall
|
||||||
### Windows
|
### Windows
|
||||||
```powershell
|
```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
|
## Manual uninstall
|
||||||
|
@ -1,13 +1,13 @@
|
|||||||
$checkSpice = Get-Command spicetify -ErrorAction Silent
|
$checkSpice = Get-Command spicetify -ErrorAction Silent
|
||||||
if ($null -eq $checkSpice) {
|
if ($null -eq $checkSpice) {
|
||||||
Write-Host -ForegroundColor Red "Spicetify not found"
|
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
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
Write-Host "Downloading themes package:" -ForegroundColor Green
|
Write-Host "Downloading themes package:" -ForegroundColor Green
|
||||||
$zipFile = "$env:TEMP\spicetify-themes.zip"
|
$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
|
Write-Host "Extracting themes package:" -ForegroundColor Green
|
||||||
$extractPath = "$env:TEMP\spicetify-themes-master"
|
$extractPath = "$env:TEMP\spicetify-themes-master"
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
### About
|
### 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.
|
Requires Segoe UI font.
|
||||||
|
|
||||||
Based off [Ziro](https://github.com/schnensch0/ziro) theme by [schnensch](https://github.com/schnensch0)
|
Based off [Ziro](https://github.com/schnensch0/ziro) theme by [schnensch](https://github.com/schnensch0)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# spicetify community themes
|
# 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)).
|
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:
|
1. Clone this repository. Make sure [git](https://git-scm.com/) is installed and run:
|
||||||
```bash
|
```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**
|
**Linux**
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@ Develop and test on macOS. If there's any problem, please open issue or PR.
|
|||||||
|
|
||||||
### Installation
|
### 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
|
```shell
|
||||||
spicetify config extensions fullAppDisplay.js
|
spicetify config extensions fullAppDisplay.js
|
||||||
|
@ -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
|
If the executable does not work for you, try using
|
||||||
|
|
||||||
- [AHK implementation](https://github.com/SaifAqqad/AHK_SpotifyNoControl)
|
- [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)
|
||||||
|
@ -6,7 +6,12 @@
|
|||||||
"readme": "BurntSienna/README.md",
|
"readme": "BurntSienna/README.md",
|
||||||
"usercss": "BurntSienna/user.css",
|
"usercss": "BurntSienna/user.css",
|
||||||
"schemes": "BurntSienna/color.ini",
|
"schemes": "BurntSienna/color.ini",
|
||||||
"authors": [ { "name": "pjaspinski", "url": "https://github.com/pjaspinski" } ]
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "pjaspinski",
|
||||||
|
"url": "https://github.com/pjaspinski"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Default",
|
"name": "Default",
|
||||||
@ -15,7 +20,12 @@
|
|||||||
"readme": "Default/README.md",
|
"readme": "Default/README.md",
|
||||||
"usercss": "Default/user.css",
|
"usercss": "Default/user.css",
|
||||||
"schemes": "Default/color.ini",
|
"schemes": "Default/color.ini",
|
||||||
"authors": [ { "name": "Blacksuan19", "url": "https://github.com/Blacksuan19" } ]
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Blacksuan19",
|
||||||
|
"url": "https://github.com/Blacksuan19"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Dribbblish",
|
"name": "Dribbblish",
|
||||||
@ -24,8 +34,15 @@
|
|||||||
"readme": "Dribbblish/README.md",
|
"readme": "Dribbblish/README.md",
|
||||||
"usercss": "Dribbblish/user.css",
|
"usercss": "Dribbblish/user.css",
|
||||||
"schemes": "Dribbblish/color.ini",
|
"schemes": "Dribbblish/color.ini",
|
||||||
"include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Dribbblish/dribbblish.js"],
|
"include": [
|
||||||
"authors": [ { "name": "khanhas", "url": "https://github.com/khanhas" } ]
|
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/dribbblish.js"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "khanhas",
|
||||||
|
"url": "https://github.com/khanhas"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Fluent",
|
"name": "Fluent",
|
||||||
@ -34,8 +51,15 @@
|
|||||||
"readme": "Fluent/README.md",
|
"readme": "Fluent/README.md",
|
||||||
"usercss": "Fluent/user.css",
|
"usercss": "Fluent/user.css",
|
||||||
"schemes": "Fluent/color.ini",
|
"schemes": "Fluent/color.ini",
|
||||||
"include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Fluent/fluent.js"],
|
"include": [
|
||||||
"authors": [ { "name": "williamckha", "url": "https://github.com/williamckha" } ]
|
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Fluent/fluent.js"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "williamckha",
|
||||||
|
"url": "https://github.com/williamckha"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Onepunch",
|
"name": "Onepunch",
|
||||||
@ -44,7 +68,12 @@
|
|||||||
"readme": "Onepunch/README.md",
|
"readme": "Onepunch/README.md",
|
||||||
"usercss": "Onepunch/user.css",
|
"usercss": "Onepunch/user.css",
|
||||||
"schemes": "Onepunch/color.ini",
|
"schemes": "Onepunch/color.ini",
|
||||||
"authors": [ { "name": "okarin001", "url": "https://github.com/okarin001" } ]
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "okarin001",
|
||||||
|
"url": "https://github.com/okarin001"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Sleek",
|
"name": "Sleek",
|
||||||
@ -53,7 +82,12 @@
|
|||||||
"readme": "Sleek/README.md",
|
"readme": "Sleek/README.md",
|
||||||
"usercss": "Sleek/user.css",
|
"usercss": "Sleek/user.css",
|
||||||
"schemes": "Sleek/color.ini",
|
"schemes": "Sleek/color.ini",
|
||||||
"authors": [ { "name": "harbassan", "url": "https://github.com/harbassan" } ]
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "harbassan",
|
||||||
|
"url": "https://github.com/harbassan"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Turntable",
|
"name": "Turntable",
|
||||||
@ -61,8 +95,15 @@
|
|||||||
"preview": "Turntable/screenshots/turntable.png",
|
"preview": "Turntable/screenshots/turntable.png",
|
||||||
"readme": "Turntable/README.md",
|
"readme": "Turntable/README.md",
|
||||||
"usercss": "Turntable/user.css",
|
"usercss": "Turntable/user.css",
|
||||||
"include": ["https://raw.githubusercontent.com/morpheusthewhite/spicetify-themes/master/Turntable/turntable.js"],
|
"include": [
|
||||||
"authors": [ { "name": "Grason Chan", "url": "https://github.com/grasonchan" } ]
|
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js"
|
||||||
|
],
|
||||||
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "Grason Chan",
|
||||||
|
"url": "https://github.com/grasonchan"
|
||||||
|
}
|
||||||
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ziro",
|
"name": "Ziro",
|
||||||
@ -71,6 +112,11 @@
|
|||||||
"readme": "Ziro/README.md",
|
"readme": "Ziro/README.md",
|
||||||
"usercss": "Ziro/user.css",
|
"usercss": "Ziro/user.css",
|
||||||
"schemes": "Ziro/color.ini",
|
"schemes": "Ziro/color.ini",
|
||||||
"authors": [ { "name": "schnensch0", "url": "https://github.com/schnensch0" } ]
|
"authors": [
|
||||||
|
{
|
||||||
|
"name": "schnensch0",
|
||||||
|
"url": "https://github.com/schnensch0"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
Loading…
Reference in New Issue
Block a user