Material Palenight theme for Youtube.com
Palenight Youtube by filingroove
Details
Authorfilingroove
LicenseCC BY-NC-SA 4.0
Categoryyoutube, material, palenight
Created
Updated
Size2.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Palenight Youtube
@version 20211007.08.09
@namespace userstyles.world/user/filingroove
@description Material Palenight theme for Youtube.com
@author filingroove
@license CC BY-NC-SA 4.0
==/UserStyle== */
@-moz-document domain("youtube.com") {
html:not(.style-scope)[dark], :not(.style-scope)[dark] {
--palenight: 41,45,62;
--yt-spec-brand-background-solid: rgba(var(--palenight));
--yt-spec-brand-background-primary: rgba(var(--palenight), 0.98);
--yt-spec-brand-background-secondary: rgba(var(--palenight), 0.95);
--yt-spec-general-background-a: rgba(var(--palenight));
--yt-spec-general-background-b: rgba(var(--palenight));
--yt-spec-general-background-c: rgba(var(--palenight));
--yt-spec-error-background: #f9f9f9;
--yt-spec-text-primary: #fff;
--yt-spec-text-primary-inverse: #030303;
--yt-spec-text-secondary: #aaa;
--yt-spec-text-disabled: #717171;
--yt-spec-call-to-action: #3ea6ff;
--yt-spec-icon-active-other: #fff;
--yt-spec-icon-inactive: #909090;
--yt-spec-icon-disabled: #606060;
--yt-spec-badge-chip-background: rgba(255, 255, 255, 0.1);
--yt-spec-verified-badge-background: rgba(255, 255, 255, 0.25);
--yt-spec-suggested-action: rgba(var(--palenight));
--yt-spec-button-chip-background-hover: rgba(255, 255, 255, 0.2);
--yt-spec-touch-response: #fff;
--yt-spec-paper-tab-ink: rgba(255, 255, 255, 0.3);
--yt-spec-filled-button-text: #030303;
--yt-spec-call-to-action-inverse: #065fd4;
--yt-spec-brand-icon-active: #fff;
--yt-spec-brand-icon-inactive: #909090;
--yt-spec-brand-button-background: #c00;
--yt-spec-brand-link-text: #ff4e45;
--yt-spec-filled-button-focus-outline: rgba(255, 255, 255, 0.7);
--yt-spec-call-to-action-button-focus-outline: rgba(62, 166, 255, 0.3);
--yt-spec-brand-text-button-focus-outline: rgba(255, 78, 69, 0.3);
--yt-spec-inactive-text-button-focus-outline: #606060;
--yt-spec-ad-indicator: #00aaa7;
--yt-spec-brand-subscribe-button-background:var(--yt-spec-brand-button-background);
--yt-spec-wordmark-text: #fff;
--yt-spec-10-percent-layer: rgba(255, 255, 255, 0.1);
--yt-spec-snackbar-background: rgba(var(--palenight));
--yt-spec-selected-nav-text: #fff;
--yt-spec-themed-blue: #3ea6ff;
--yt-spec-themed-green: #2ba640;
--yt-spec-themed-overlay-background: rgba(0, 0, 0, 0.8);
--yt-searchbox-background: rgba(var(--palenight));
--ytd-searchbox-legacy-border-color: rgba(var(--palenight));
--ytd-searchbox-legacy-border-shadow-color: rgba(var(--palenight));
--yt-searchbox-text-color: #fff;
--ytd-searchbox-legacy-button-border-color: rgba(var(--palenight));
--ytd-searchbox-legacy-button-color: rgba(var(--palenight));
}
}