Skip to content

GameZrush/Nord-Spotify

 
 

Repository files navigation

Nord-Spotify

Nord Themed Spotify with no UI Ads


home

artist 2

Snippets Support - Deeply Customize

snippets

artist

search 2

search

search

playlist

Customized Spotify and 3rd parties Integration

Screenshot 2

Screenshot 2

Nightly

search 2


Install Theme

Get it on Spicetify Marketplace

Step 1 : Follow Spicetify Marketplace readme and install it.

Step 2 : Open Spotify App -> Marketplace -> Themes

Step 3 : Search Nord Spotify Click Install Buttton. Done!


Install Manually - Auto Update Method (No Offline Support)

Windows Powershell

iwr -useb https://raw.githubusercontent.com/Tetrax-10/Nord-Spotify/master/install-scripts/install.ps1 | iex

Mac/Linux

curl -fsSL https://raw.githubusercontent.com/Tetrax-10/Nord-Spotify/master/install-scripts/install.sh | sh

(Or)

Copy Nord-Spotify Folder to your Themes folder

Copy injectNord.js to your Extentions Folder

Then run the following command to apply the theme:

spicetify config current_theme Nord-Spotify color_scheme Nord extensions injectNord.js inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply

Uninstall Manually - Auto Update Method

Windows Powershell

iwr -useb https://raw.githubusercontent.com/Tetrax-10/Nord-Spotify/master/install-scripts/uninstall.ps1 | iex

Mac/Linux

curl -fsSL https://raw.githubusercontent.com/Tetrax-10/Nord-Spotify/master/install-scripts/uninstall.sh | sh

(Or)

spicetify config current_theme " " color_scheme " " extensions injectNord.js-
spicetify apply

Install Manually - Offline Support (No Auto Update)

Copy Nord-Spotify Folder to your Themes folder, But replace the user.css with nord.css and rename it to user.css

Copy nord.js to your Extentions Folder

Then run the following command to apply the theme:

spicetify config current_theme Nord-Spotify color_scheme Nord extensions nord.js inject_css 1 replace_colors 1 overwrite_assets 1
spicetify apply

If you wanna remove the theme run these commands:

spicetify config current_theme " " color_scheme " " extensions nord.js-
spicetify apply

Themes Folder Location

Platform Path
Linux ~/.config/spicetify/Themes or $XDG_CONFIG_HOME/.config/spicetify/Themes/
MacOS ~/spicetify_data/Themes or $SPICETIFY_CONFIG/Themes
Windows %userprofile%\.spicetify\Themes\

Extension Folder Location

Platform Path
Linux ~/.config/spicetify/Extensions or $XDG_CONFIG_HOME/.config/spicetify/Extensions/
MacOS ~/spicetify_data/Extensions or $SPICETIFY_CONFIG/Extensions
Windows %appdata%\spicetify\Extensions

To Change and Customize Theme Colors

Marketplace Method

In Marketplace near the settings icon there will a drop down on top right corner, you can change color schemes there

To Customize Colors enable theme developer tools in marketplace settings

Manual Method

To Change Theme's Color Scheme run these commands in Powershell/Terminal

Nord

spicetify config color_scheme Nord
spicetify apply

Nightly

spicetify config color_scheme Nightly
spicetify apply

To Customize Colors edit color.ini located inside Nord-Spotify Folder


Support

Like This Theme? Gimme Some ❤️ by Liking this Repository

Github Stars badge

About

A better Nord Theme with no Ads

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 64.7%
  • JavaScript 29.2%
  • PowerShell 4.8%
  • Shell 1.3%