2022-12-14 16:26:54 -05:00
# Spotify Tokyo Night Theme
2022-12-15 15:05:44 -05:00
Spotify Tokyo Night Theme to use with [Spicetify ](https://spicetify.app/ ); based on the famous [Tokyio Night VSCode colorscheme ](https://github.com/enkia/tokyo-night-vscode-theme#color-palette ) and on the [Spicetify Sleek theme ](https://github.com/spicetify/spicetify-themes/blob/master/THEMES.md#sleek ).
2022-12-14 16:26:54 -05:00
## Install
1. Install Spicetify: https://spicetify.app/docs/getting-started
2. Clone the repository.
````bash
git clone https://github.com/Gspr-bit/Spotify-Tokyo-Night-Theme.git
````
3. Copy the files into `~/.config/spicetify/Themes` .
````bash
mkdir ~/.config/spicetify/Themes/Tokyo
2023-08-10 13:50:15 -04:00
cd Spotify-Tokyo-Night-Theme
2023-08-10 13:52:00 -04:00
cp color.ini user.css ~/.config/spicetify/Themes/Tokyo # Moving only neccessary files to the right directory
2022-12-14 16:26:54 -05:00
````
4. Apply the theme
````bash
spicetify config current_theme Tokyo
spicetify config color_scheme Night|Storm|Light
spicetify apply
````
2022-12-15 15:05:44 -05:00
## Color Schemes
### Night
![](night.png)
### Storm
2022-12-15 15:32:30 -05:00
![](storm.png)
2022-12-15 15:05:44 -05:00
### Light
2023-08-10 13:50:15 -04:00
![](light.png)