From c0b05627c632a050f5054b383a32a2dd0128e89d Mon Sep 17 00:00:00 2001 From: Felix Seiboldt <52862870+devilAPI@users.noreply.github.com> Date: Thu, 8 Jul 2021 14:27:14 +0200 Subject: [PATCH 1/2] Auto fix for #18 This is basically setting the color scheme to base so #18 dosent occur anymore --- install.ps1 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install.ps1 b/install.ps1 index b29cc8d..9436f5d 100644 --- a/install.ps1 +++ b/install.ps1 @@ -96,6 +96,7 @@ if ($PSVersionTable.PSVersion.Major -gt $PSMinVersion) { spicetify config extensions default-dynamic.js- spicetify config extensions dribbblish.js extensions dribbblish-dynamic.js extensions Vibrant.min.js spicetify config current_theme DribbblishDynamic + spicetify config color_scheme base spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 spicetify apply Write-Done @@ -121,4 +122,4 @@ xpui.js_repl_8008=,`${1}56, else { Write-Part "`nYour Powershell version is less than "; Write-Emphasized "$PSMinVersion"; Write-Part "`nPlease, update your Powershell downloading the "; Write-Emphasized "'Windows Management Framework'"; Write-Part " greater than "; Write-Emphasized "$PSMinVersion" -} \ No newline at end of file +} From f255fc1fd2560193864db1126d8f7ad5abb242ec Mon Sep 17 00:00:00 2001 From: Felix Seiboldt <52862870+devilAPI@users.noreply.github.com> Date: Thu, 8 Jul 2021 14:30:52 +0200 Subject: [PATCH 2/2] Updated for Linux --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index a129577..4f8eb96 100644 --- a/install.sh +++ b/install.sh @@ -54,5 +54,6 @@ cp dribbblish-dynamic.js ../../Extensions/. cp Vibrant.min.js ../../Extensions/. spicetify config extensions dribbblish.js extensions dribbblish-dynamic.js extensions Vibrant.min.js spicetify config current_theme DribbblishDynamic +spicetify config color_scheme base spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 spicetify apply