Skip to content

Commit

Permalink
catppuccin theme --> audio player fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
JasminDreasond committed Sep 28, 2024
1 parent 9525f3b commit d02b863
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions mods/themes/catppuccin/theme.scss
Original file line number Diff line number Diff line change
Expand Up @@ -308,30 +308,42 @@

/* Media Audio fix */
.r-howler {
button:hover {
background: var(--surface0);
}

/* Progress Bar */
.player-progress {
&::-moz-range-progress {
background: var(--bg-primary);
background: var(--blue);
}
}

/* Volume Ranger */
.volume-control {
.audio-bar {
&::-moz-range-thumb {
background: var(--bg-primary);
background: var(--text);
}

&::-moz-range-track {
background: var(--bg-primary-border);
background: var(--subtext1);
}

&::-moz-range-progress {
background: var(--bg-primary);
background: var(--blue);
}
}
}
}

.vjs-progress-control {
.vjs-progress-holder {
.vjs-play-progress {
background: var(--blue) !important;
}
}
}
}

.catppuccin-theme-frappe,
Expand Down Expand Up @@ -411,6 +423,18 @@
}

.catppuccin-theme-latte {
/* Media Audio fix */
.r-howler {
/* Volume Ranger */
.volume-control {
.audio-bar {
&::-moz-range-track {
background: var(--bg-input);
}
}
}
}

#settings-base #setting-tab .nav-link:hover {
background-color: #ccd0da !important;
}
Expand Down

0 comments on commit d02b863

Please sign in to comment.