Skip to content

🎧 An arctic, north-bluish color palette.

License

Notifications You must be signed in to change notification settings

gonlad-x/nordic_spicetify

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nord theme for Spicetify

Previews

Spicetify Theme Preview

Usage

Manual installation

  1. Follow the installation instructions for Spicetify

    • Note: The installation instructions for linux have you setting /opt/spotify and /opt/spotify/Apps/* permissions to 777. This is not good practice and should be avoided. If you want, you can set the group ownership for these paths to one that your user is apart of (i.e. users), or you can create a new group and add it as a secondary group to your user. After that you can use the following command to give access to the group:
      GROUP=<group_name>
      sudo chgrp $GROUP /opt/spotify
      sudo chgrp -R $GROUP /opt/spotify/Apps
      sudo chmod 775 /opt/spotify
      sudo chmod 775 -R /opt/spotify/Apps
      
  2. Follow the installation and basic usage guide to setup Spicetify

  3. Clone/Download the repository, and place the nordic folder (containing user.css, theme.js, color.ini, and assets) in the Spicetify/Themes directory:

    # UNIX
    cp -r nordic ~/.config/spicetify/Themes/
    
    # Windows
    cp nordic "$(spicetify -c | Split-Path)\Themes\" -Recurse
    
  4. Set theme and color scheme. Supported color schemes: dark (light theme to be added later):

    spicetify config current_theme nordic
    spicetify config color_scheme dark
    spicetify config inject_css 1 inject_theme_js 1 replace_colors 1 overwrite_assets 1
    spicetify apply
    
  5. To set an accent color, head over to Spotify's settings page and select the accent colour.

📜 License

This is a fork of Catppuccin, which is released under the MIT license, which grants the following permissions:

  • Commercial use
  • Distribution
  • Modification
  • Private use

For more convoluted language, see the LICENSE.

💝 Thanks to Catppuccin's team

Creator:

Maintainers:

Copyright © 2022-present Catppuccin Org

About

🎧 An arctic, north-bluish color palette.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 43.4%
  • SCSS 36.1%
  • JavaScript 20.5%