From 2dd5aeafb70017ae9e983c72e51fdeb735ce0d11 Mon Sep 17 00:00:00 2001 From: sanoojes Date: Thu, 30 May 2024 22:08:35 +0530 Subject: [PATCH] chore: #99 --- app.css | 5 +++-- color.ini | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app.css b/app.css index 8faf689..04d472d 100644 --- a/app.css +++ b/app.css @@ -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 diff --git a/color.ini b/color.ini index 1cf4578..84d3b37 100644 --- a/color.ini +++ b/color.ini @@ -4,3 +4,5 @@ subtext = F0F0F0 shadow = 000000 text = FFFFFF button = 30bf63 +button-active = 30bf63 +accent = 30bf63 \ No newline at end of file