spicetify / cli

Command-line tool to customize Spotify client. Supports Windows, MacOS, and Linux.
https://spicetify.app
GNU Lesser General Public License v2.1
18.17k stars 716 forks source link

Spicetify theme not applying #408

Closed Thereallo1026 closed 3 years ago

Thereallo1026 commented 3 years ago

After i do the spicetify config current_theme, i applied the theme. But there is no change of my theme, only custom apps and extensions worked. any fix?

khanhas commented 3 years ago

Can I see your config file? Also did you put your theme in Themes folder?

Thereallo1026 commented 3 years ago
  1. Can I see your config file? Yes
    
    [Setting]
    prefs_path              = C:\Users\admin\AppData\Roaming\Spotify\prefs
    current_theme           = Spicy
    color_scheme            = Gruvbox
    replace_colors          = 0
    overwrite_assets        = 1
    check_spicetify_upgrade = 0
    spotify_path            = C:\Users\admin\AppData\Roaming\Spotify
    inject_css              = 0
    spotify_launch_flags    = 

[Preprocesses] disable_ui_logging = 1 remove_rtl_rule = 1 expose_apis = 1 disable_upgrade_check = 1 disable_sentry = 1

[AdditionalOptions] fastUser_switching = 0 home = 0 lyric_always_show = 1 radio = 0 visualization_high_framerate = 0 custom_apps = genius experimental_features = 0 song_page = 0 extensions = fullAppDisplay.js lyric_force_no_sync = 0

; DO NOT CHANGE! [Backup] version = 1.1.52.687.gf5565fe5



2. did you put your theme in Themes folder?
Yep
![image](https://user-images.githubusercontent.com/64765950/107495227-c48be380-6bca-11eb-8072-0d48ac658604.png)
khanhas commented 3 years ago

You didnt turn on replace_colors or inject_css, how else theme would work. Set them both to 1 and run spicetify restore backup apply

Thereallo1026 commented 3 years ago

Thanks it worked!