Prettified Code!

This commit is contained in:
afonsojramos 2022-07-05 23:58:06 +00:00 committed by GitHub Action
parent 82bf2f980d
commit 15b53142b0
7 changed files with 182 additions and 175 deletions

View File

@ -3,6 +3,6 @@
This folder contains additional resources for tweaking the look of This folder contains additional resources for tweaking the look of
Spotify. More info in each subfolder. Spotify. More info in each subfolder.
| Folder | Description | | Folder | Description |
| ----------- | ----------- | | -------------------- | ----------------------------- |
| **SpotifyNoControl** | Hides Spotify Window controls | | **SpotifyNoControl** | Hides Spotify Window controls |

View File

@ -15,7 +15,7 @@ Moreover, by default, Spotify adjusted sidebar items and profile menu icon to st
## Alternatives ## Alternatives
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/spicetify/spicetify-themes/raw/legacy/Dribbblish/SpotifyNoControl.exe) - [julienmaille's implementation](https://github.com/spicetify/spicetify-themes/raw/legacy/Dribbblish/SpotifyNoControl.exe)

View File

@ -2,13 +2,13 @@
name: Bug report name: Bug report
about: Create a report to help us improve about: Create a report to help us improve
title: "[Theme-name] " title: "[Theme-name] "
labels: '' labels: ""
assignees: '' assignees: ""
--- ---
**Prerequisites** **Prerequisites**
Before opening an issue, make sure Before opening an issue, make sure
1. You have the most recent `spicetify` version. 1. You have the most recent `spicetify` version.
2. Your Spotify version is compatible with the `spicetify` version you are using. 2. Your Spotify version is compatible with the `spicetify` version you are using.
3. You have the most recent version of the themes. 3. You have the most recent version of the themes.
@ -19,6 +19,7 @@ A clear and concise description of what the bug is.
**To Reproduce** **To Reproduce**
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Click on '....' 2. Click on '....'
3. Scroll down to '....' 3. Scroll down to '....'
@ -32,6 +33,7 @@ If applicable, add screenshots to help explain your problem.
**Logs** **Logs**
Add logs from console. To do that Add logs from console. To do that
1. Run `spicetify enable-devtool` in terminal 1. Run `spicetify enable-devtool` in terminal
2. Spotify will be restarted 2. Spotify will be restarted
3. Hit <kbd>Ctrl + Shift + I</kbd> to open DevTools window 3. Hit <kbd>Ctrl + Shift + I</kbd> to open DevTools window
@ -43,7 +45,8 @@ Add logs from console. To do that
``` ```
**Specifics (please complete the following information):** **Specifics (please complete the following information):**
- OS: [e.g. iOS]
- Spotify version [e.g. 1.1.10.546.ge08ef575] - OS: [e.g. iOS]
- Spicetify version [e.g. 1.1.0] - Spotify version [e.g. 1.1.10.546.ge08ef575]
- Theme name - Spicetify version [e.g. 1.1.0]
- Theme name

View File

@ -5,7 +5,9 @@
"readme": "Bloom/README.md", "readme": "Bloom/README.md",
"usercss": "https://github.com/nimsandu/spicetify-bloom/blob/main/user.css", "usercss": "https://github.com/nimsandu/spicetify-bloom/blob/main/user.css",
"schemes": "https://github.com/nimsandu/spicetify-bloom/blob/main/color.ini", "schemes": "https://github.com/nimsandu/spicetify-bloom/blob/main/color.ini",
"include": ["https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Bloom/bloom.js"], "include": [
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Bloom/bloom.js"
],
"spotify-version": "1.1.88", "spotify-version": "1.1.88",
"spicetify-version": "2.10.2", "spicetify-version": "2.10.2",
"authors": [ "authors": [

View File

@ -5,7 +5,9 @@
"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/spicetify/spicetify-themes/master/Dribbblish/dribbblish.js"], "include": [
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/dribbblish.js"
],
"authors": [ "authors": [
{ {
"name": "khanhas", "name": "khanhas",

View File

@ -5,7 +5,9 @@
"readme": "Turntable/README.md", "readme": "Turntable/README.md",
"usercss": "Turntable/user.css", "usercss": "Turntable/user.css",
"schemes": "Turntable/color.ini", "schemes": "Turntable/color.ini",
"include": ["https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js"], "include": [
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js"
],
"authors": [ "authors": [
{ {
"name": "Grason Chan", "name": "Grason Chan",

View File

@ -1,163 +1,161 @@
[ [
{ {
"name": "BurntSienna", "name": "BurntSienna",
"description": "BurntSienna", "description": "BurntSienna",
"preview": "BurntSienna/screenshot.png", "preview": "BurntSienna/screenshot.png",
"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": [ "authors": [
{ {
"name": "pjaspinski", "name": "pjaspinski",
"url": "https://github.com/pjaspinski" "url": "https://github.com/pjaspinski"
} }
] ]
}, },
{ {
"name": "Default", "name": "Default",
"description": "Default", "description": "Default",
"preview": "Default/ocean.png", "preview": "Default/ocean.png",
"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": [ "authors": [
{ {
"name": "Blacksuan19", "name": "Blacksuan19",
"url": "https://github.com/Blacksuan19" "url": "https://github.com/Blacksuan19"
} }
] ]
}, },
{ {
"name": "Dreary", "name": "Dreary",
"description": "Keep things boxed in and nice looking", "description": "Keep things boxed in and nice looking",
"preview": "Dreary/deeper.png", "preview": "Dreary/deeper.png",
"readme": "Dreary/README.md", "readme": "Dreary/README.md",
"usercss": "Dreary/user.css", "usercss": "Dreary/user.css",
"schemes": "Dreary/color.ini", "schemes": "Dreary/color.ini",
"authors": [ "authors": [
{ {
"name": "CharlieS1103", "name": "CharlieS1103",
"url": "https://github.com/CharlieS1103" "url": "https://github.com/CharlieS1103"
} }
], ],
"tags": [ "tags": ["dark"]
"dark" },
] {
}, "name": "Dribbblish",
{ "description": "Dribbblish",
"name": "Dribbblish", "preview": "Dribbblish/base.png",
"description": "Dribbblish", "readme": "Dribbblish/README.md",
"preview": "Dribbblish/base.png", "usercss": "Dribbblish/user.css",
"readme": "Dribbblish/README.md", "schemes": "Dribbblish/color.ini",
"usercss": "Dribbblish/user.css", "include": [
"schemes": "Dribbblish/color.ini", "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/dribbblish.js"
"include": [ ],
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Dribbblish/dribbblish.js" "authors": [
], {
"authors": [ "name": "khanhas",
{ "url": "https://github.com/khanhas"
"name": "khanhas", }
"url": "https://github.com/khanhas" ]
} },
] {
}, "name": "Flow",
{ "description": "Spicetify theme that has linear gradient effect and vertical playbar",
"name": "Flow", "preview": "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Flow/screenshots/pink.png",
"description": "Spicetify theme that has linear gradient effect and vertical playbar", "readme": "Flow/README.md",
"preview": "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Flow/screenshots/pink.png", "usercss": "Flow/user.css",
"readme": "Flow/README.md", "schemes": "Flow/color.ini",
"usercss": "Flow/user.css", "authors": [
"schemes": "Flow/color.ini", {
"authors": [ "name": "Ian Liao",
{ "url": "https://github.com/ian-Liaozy"
"name": "Ian Liao", },
"url": "https://github.com/ian-Liaozy" {
}, "name": "Victoria Zhang",
{ "url": "https://github.com/Ruixi-Zhang"
"name": "Victoria Zhang", },
"url": "https://github.com/Ruixi-Zhang" {
}, "name": "Yu Sung Lee",
{ "url": "https://github.com/yslDevelop"
"name": "Yu Sung Lee", },
"url": "https://github.com/yslDevelop" {
}, "name": "Alex Casieri",
{ "url": "https://github.com/alexcasieri30"
"name": "Alex Casieri", }
"url": "https://github.com/alexcasieri30" ]
} },
] {
}, "name": "Glaze",
{ "description": "Glaze",
"name": "Glaze", "preview": "Glaze/screenshots/dark.png",
"description": "Glaze", "readme": "Glaze/README.md",
"preview": "Glaze/screenshots/dark.png", "usercss": "https://github.com/CharlieS1103/Glaze-theme/blob/main/user.css",
"readme": "Glaze/README.md", "schemes": "https://github.com/CharlieS1103/Glaze-theme/blob/main/color.ini",
"usercss": "https://github.com/CharlieS1103/Glaze-theme/blob/main/user.css", "authors": [
"schemes": "https://github.com/CharlieS1103/Glaze-theme/blob/main/color.ini", {
"authors": [ "name": "CharlieS1103",
{ "url": "https://github.com/CharlieS1103"
"name": "CharlieS1103", }
"url": "https://github.com/CharlieS1103" ]
} },
] {
}, "name": "Onepunch",
{ "description": "Onepunch",
"name": "Onepunch", "preview": "Onepunch/screenshots/dark_home.png",
"description": "Onepunch", "readme": "Onepunch/README.md",
"preview": "Onepunch/screenshots/dark_home.png", "usercss": "Onepunch/user.css",
"readme": "Onepunch/README.md", "schemes": "Onepunch/color.ini",
"usercss": "Onepunch/user.css", "authors": [
"schemes": "Onepunch/color.ini", {
"authors": [ "name": "okarin001",
{ "url": "https://github.com/okarin001"
"name": "okarin001", }
"url": "https://github.com/okarin001" ]
} },
] {
}, "name": "Sleek",
{ "description": "Sleek",
"name": "Sleek", "preview": "Sleek/coral.png",
"description": "Sleek", "readme": "Sleek/README.md",
"preview": "Sleek/coral.png", "usercss": "Sleek/user.css",
"readme": "Sleek/README.md", "schemes": "Sleek/color.ini",
"usercss": "Sleek/user.css", "authors": [
"schemes": "Sleek/color.ini", {
"authors": [ "name": "harbassan",
{ "url": "https://github.com/harbassan"
"name": "harbassan", }
"url": "https://github.com/harbassan" ]
} },
] {
}, "name": "Turntable",
{ "description": "Turntable",
"name": "Turntable", "preview": "Turntable/screenshots/turntable.png",
"description": "Turntable", "readme": "Turntable/README.md",
"preview": "Turntable/screenshots/turntable.png", "usercss": "Turntable/user.css",
"readme": "Turntable/README.md", "schemes": "Turntable/color.ini",
"usercss": "Turntable/user.css", "include": [
"schemes": "Turntable/color.ini", "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js"
"include": [ ],
"https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Turntable/turntable.js" "authors": [
], {
"authors": [ "name": "Grason Chan",
{ "url": "https://github.com/grasonchan"
"name": "Grason Chan", }
"url": "https://github.com/grasonchan" ]
} },
] {
}, "name": "Ziro",
{ "description": "a smooth theme inspired by zorin os",
"name": "Ziro", "preview": "https://raw.githubusercontent.com/schnensch0/ziro/main/preview/mockup.png",
"description": "a smooth theme inspired by zorin os", "readme": "Ziro/README.md",
"preview": "https://raw.githubusercontent.com/schnensch0/ziro/main/preview/mockup.png", "usercss": "Ziro/user.css",
"readme": "Ziro/README.md", "schemes": "Ziro/color.ini",
"usercss": "Ziro/user.css", "authors": [
"schemes": "Ziro/color.ini", {
"authors": [ "name": "schnensch0",
{ "url": "https://github.com/schnensch0"
"name": "schnensch0", }
"url": "https://github.com/schnensch0" ]
} }
]
}
] ]