You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make sure config file is created successfully and there is no error, then run:
35
45
```bash
36
-
spicetify backup
46
+
spicetify backup apply enable-devtool
37
47
```
38
48
39
-
Finally:
49
+
From now, after changing colors in `color.ini` or CSS in `user.css`, you just need to run:
40
50
```bash
41
-
spicetify apply
51
+
spicetify update
42
52
```
43
-
After changing theme colors and css, run `apply` again
53
+
to update your theme.
54
+
55
+
In Spotify, hit <kbd>Ctrl</kbd> <kbd>Shift</kbd> <kbd>R</kbd>/<kbd>Command</kbd> <kbd>Shift</kbd> <kbd>R</kbd> to reload and receive visual update of your theme.
44
56
45
57
## Customization
46
-
#### Config file
47
-
Is located at:
58
+
#### Config file
59
+
Is located at:
48
60
**Windows:**`%userprofile%\.spicetify\config.ini`
49
-
**Linux and MacOS:**`~/.spicetify/config.ini`
61
+
**Linux:**`~/.spicetify/config.ini`
62
+
**MacOS:**`~/spicetify_data/config.ini`
50
63
51
64
#### Themes
52
65
There are 2 places you can put your themes:
53
66
1.`Themes` folder in Home directory
54
67
**Windows:**`%userprofile%\.spicetify\Themes\`
55
-
**Linux and MacOS:**`~/.spicetify/Themes/`
68
+
**Linux**`~/.spicetify/Themes/`
69
+
**MacOS:**`~/spicetify_data/Themes`
70
+
56
71
2.`Themes` folder in Spicetify executable directory
57
72
58
73
If there are 2 themes having same name, theme in Home directory is prioritized.
0 commit comments