mirror of
https://github.com/Gspr-bit/Spotify-Tokyo-Night-Theme.git
synced 2024-11-07 20:24:21 -05:00
Add README
This commit is contained in:
parent
f6a0437b3e
commit
041e0e7a2f
1 changed files with 32 additions and 2 deletions
34
README.md
34
README.md
|
@ -1,2 +1,32 @@
|
|||
# Spotify-Tokyo-Night-Theme
|
||||
Spotify Tokyo Night Theme to use with Spicetify
|
||||
# Spotify Tokyo Night Theme
|
||||
|
||||
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).
|
||||
|
||||
:rotating_light: :rotating_light: :construction: THIS IS NOT READY YET :construction: :rotating_light: :rotating_light:
|
||||
|
||||
## 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
|
||||
cp -r Spotify-Tokyo-Night-Theme/* ~/.config/spicetify/Themes
|
||||
````
|
||||
|
||||
4. Apply the theme
|
||||
|
||||
````bash
|
||||
spicetify config current_theme Tokyo
|
||||
spicetify config color_scheme Night|Storm|Light
|
||||
spicetify apply
|
||||
````
|
||||
|
||||
|
Loading…
Reference in a new issue