Skip to content

Commit

Permalink
Merge pull request #102 from sanoojes/patch-1
Browse files Browse the repository at this point in the history
Changing the color of the progress bar via color.ini
  • Loading branch information
Astromations authored May 31, 2024
2 parents fb731a3 + 2dd5aea commit ed1c7a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app.css
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,11 @@ NOW PLAYING BAR

.progress-bar {
--bg-color: rgba(255,555,255,.2);
--fg-color: #1db954;
--is-active-fg-color: #2bc260;
--fg-color: var(--spice-accent);
--is-active-fg-color: var(--spice-button-active);
}


.progress-bar__slider {
width: 11px;
height: 11px
Expand Down
2 changes: 2 additions & 0 deletions color.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ subtext = F0F0F0
shadow = 000000
text = FFFFFF
button = 30bf63
button-active = 30bf63
accent = 30bf63

0 comments on commit ed1c7a5

Please sign in to comment.