diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index c2500ba..24b055f 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -53,6 +53,10 @@ jobs: { "keywords": ["Bloom"], "assignees": ["nimsandu"] + }, + { + "keywords": ["Flow"], + "assignees": ["ian-Liaozy", "Ruixi-Zhang"] } ] github-token: "${{ secrets.GITHUB_TOKEN }}" diff --git a/Flow/README.md b/Flow/README.md index 084a8f2..284d791 100644 --- a/Flow/README.md +++ b/Flow/README.md @@ -3,19 +3,19 @@ ## Screenshots ### Ocean -img +img ### Pink -img +img ### Silver -img +img ### Violet -img +img ## Author Made by: diff --git a/Flow/screenshots/ocean.png b/Flow/screenshots/ocean.png index b56a05e..1e78dd1 100644 Binary files a/Flow/screenshots/ocean.png and b/Flow/screenshots/ocean.png differ diff --git a/Flow/screenshots/pink.png b/Flow/screenshots/pink.png index 7e44cca..c7d2a11 100644 Binary files a/Flow/screenshots/pink.png and b/Flow/screenshots/pink.png differ diff --git a/Flow/screenshots/silver.png b/Flow/screenshots/silver.png index 6705457..de0f889 100644 Binary files a/Flow/screenshots/silver.png and b/Flow/screenshots/silver.png differ diff --git a/Flow/screenshots/violet.png b/Flow/screenshots/violet.png index f28365a..af1c42b 100644 Binary files a/Flow/screenshots/violet.png and b/Flow/screenshots/violet.png differ diff --git a/THEMES.md b/THEMES.md index 6b2daff..4c6eb92 100644 --- a/THEMES.md +++ b/THEMES.md @@ -165,16 +165,16 @@ Here you can find a preview of all the themes. Some of them may have different c ## Flow #### Ocean -img +img #### Pink -img +img #### Silver -img +img #### Violet -img \ No newline at end of file +img diff --git a/manifest.json b/manifest.json index 1591a48..f0538bb 100644 --- a/manifest.json +++ b/manifest.json @@ -119,5 +119,31 @@ "url": "https://github.com/nimsandu" } ] + }, + { + "name": "Flow", + "description": "Spicetify theme that has linear gradient effect and vertical playbar", + "preview": "https://raw.githubusercontent.com/spicetify/spicetify-themes/master/Flow/screenshots/pink.png", + "readme": "Flow/README.md", + "usercss": "Flow/user.css", + "schemes": "Flow/color.ini", + "authors": [ + { + "name": "Ian Liao", + "url": "https://github.com/ian-Liaozy" + }, + { + "name": "Victoria Zhang", + "url": "https://github.com/Ruixi-Zhang" + }, + { + "name": "Yu Sung Lee", + "url": "https://github.com/yslDevelop" + }, + { + "name": "Alex Casieri", + "url": "https://github.com/alexcasieri30" + }, + ] } ]