Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.13 KB

File metadata and controls

33 lines (26 loc) · 1.13 KB

𝚃𝙴𝚁𝙼𝙸𝙵𝚈

A retro terminal-inspired theme for the Spotify desktop app.

Prerequisites

Install Spicetify CLI:
curl -fsSL https://raw.githubusercontent.com/spicetify/spicetify-cli/master/install.sh | sh

Installation

  1. Navigate to your Spicetify Themes directory:
    cd ~/.config/spicetify/Themes
  2. Clone this repository:
    git clone https://github.com/ethnzhng/Termify.git
  3. Run one of the below commands based on which color scheme you want:

Green

spicetify config current_theme Termify color_scheme Green && spicetify apply Green

Amber

spicetify config current_theme Termify color_scheme Amber && spicetify apply Amber

Pink

spicetify config current_theme Termify color_scheme Pink && spicetify apply Pink

Develop

  1. Set one of the themes as above
  2. Make changes to user.css
  3. Run spicetify apply --no-restart
  4. Reload the Spotify desktop app window (⌘⌥R on macOS) to see changes

PRs and issues are welcome!