Skip to content

rwietter/illusion-spicetify

 
 

Repository files navigation

Illusion for Spicetify

Illusion is a dark theme for Spotify that is based on the Dribbblish. It is designed to be minimalistic and clean, while also being easy on the eyes.

Playlist

Home

Notes:

  • These themes require that you have the latest version of Spotify and Spicetify.
  • To install the Illusion theme, follow the instructions below.
  • Spotify ad-blocked version is not supported.

Installation and usage

  1. Clone this repository. Make sure git is installed and run:

    git clone --depth=1 https://github.com/rwietter/illusion-spicetify.git
  2. Copy the files into the Spicetify Themes folder. Run:

    Linux

    cd illusion-spicetify
    cp -r * ~/.config/spicetify/Themes

    MacOS

    cd illusion-spicetify
    cp -r * ~/.config/spicetify/Themes

    Windows

    cd illusion-spicetify
    cp * "$(spicetify -c | Split-Path)\Themes\" -Recurse
  3. Choose which theme to apply just by running:

    spicetify config current_theme Illusion color_scheme Base
    spicetify config inject_css 1 replace_colors 1 overwrite_assets 1 inject_theme_js 1
    spicetify apply

Colorscheme

*color0: "#0F0F11",
*color1: "#F48FB1",
*color2: "#A1EFD3",
*color3: "#EBDDAA",
*color4: "#A4B9EF",
*color5: "#BD99FF",
*color6: "#87DFEB",
*color7: "#FFFFFF"

Contributions

We've set up a separate document for our contribution guidelines.

Releases

No releases published

Packages

No packages published

Languages

  • CSS 68.1%
  • JavaScript 25.7%
  • PowerShell 6.2%