Theme that matches Zenburn vim theme colors on YouTube Music
Zenburn YouTube Music by filingroove
Details
Authorfilingroove
LicenseCC BY-NC-SA 4.0
Categoryyoutube, yt, zenburn, vim, emacs
Created
Updated
Size987 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Requires https://userstyles.world/style/1391/zenburn-youtube
Source code
/* ==UserStyle==
@name Zenburn YouTube Music
@version 20211007.09.00
@namespace userstyles.world/user/filingroove
@description Theme that matches Zenburn vim theme colors on YouTube Music
@author filingroove
@license CC BY-NC-SA 4.0
==/UserStyle== */
@-moz-document domain("music.youtube.com") {
html:not(.style-scope) {
--ytmusic-brand-background-solid: rgba(var(--zenburn));
--ytmusic-general-background-a: rgba(var(--zenburn), 0.98);
--ytmusic-general-background-c: rgba(var(--zenburn), 0.92);
}
body
{
background: var(--yt-spec-brand-background-solid)
}
#progress-bar.ytmusic-player-bar {
--paper-slider-active-color: rgb(var(--zenburn-red));
}
#progress-bar.ytmusic-player-bar[focused],
ytmusic-player-bar:hover #progress-bar.ytmusic-player-bar {
--paper-slider-knob-color: rgb(var(--zenburn-red));
--paper-slider-knob-start-color: rgb(var(--zenburn-red));
--paper-slider-knob-start-border-color: rgb(var(--zenburn-red));
}
}