Astromations / Hazy

A translucent spicetify theme
257 stars 12 forks source link

Changing the color of the progress bar via color.ini #99

Closed Noffelect closed 3 months ago

Noffelect commented 3 months ago

I created a question about this reason and it was solved, but every time I climb into the code to change the color is very tedious, especially when you release fixes for the theme. If it's not difficult, could you change the progress bar via color.ini? Spotify_DCKIJspL9R

sanoojes commented 3 months ago

You can change these colors by using a snippet and color.ini as follows

# snippet or modify css

.progress-bar {
  --bg-color: rgba(255,555,255,.2);
  --fg-color: var(--spice-accent);
}

Setup accent colors

; color.ini
button                                = 30bf63
button-active                     = 30bf63
accent                                = 30bf63