cool blue
Khoir Youtube Blue Theme by khoir359
Details
Authorkhoir359
LicenseNo License
Categoryyoutube
Created
Updated
Size3.6 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 www.youtube.com
@version 20220526.07.42
@namespace userstyles.world/user/khoir359
@description cool blue
@author khoir359
@license No License
==/UserStyle== */
@-moz-document domain("www.youtube.com") {
#ab4yt-brand {display:none !important}
#container.ytd-searchbox,#search-icon-legacy.ytd-searchbox {
position: relative;
align-items: center;
background-color: hsl(202,50%,37%);
border: 1px solid hsl(202,50%,59%);
}
#movie_player {
background: hsl(202, 50%, 20%)
}
*::-webkit-scrollbar {
background: hsl(202,50%,37%);
width: 5px !important;
}
*::-webkit-scrollbar-thumb {
background: hsl(202,50%,59%) !important;
width: 5px !important;
}
html:not(.style-scope)[dark], :not(.style-scope)[dark] {
--yt-spec-brand-background-solid: hsl(202, 50%, 43%);
--yt-spec-brand-background-primary: hsla(202, 60%, 43%, .98);
--yt-spec-brand-background-secondary: hsla(202, 50%, 43%, .95);
--yt-spec-general-background-a: hsl(202, 50%, 39%);
--yt-spec-general-background-b: hsl(202, 50%, 34%);
--yt-spec-general-background-c: hsl(202, 50%, 30%);
--yt-spec-error-background: #f9f9f9;
--yt-spec-text-primary: #6afffa;
--yt-spec-text-primary-inverse: #030303;
--yt-spec-text-secondary: #a2d2d1;
--yt-spec-text-disabled: #717171;
--yt-spec-call-to-action: #3ea6ff;
--yt-spec-icon-active-other: #99cfff;
--yt-spec-icon-inactive: #99cfff;
--yt-spec-icon-disabled: #415c75;
--yt-spec-badge-chip-background: rgba(33, 55, 155, 0.2);
--yt-spec-verified-badge-background: rgba(255, 255, 255, 0.25);
--yt-spec-suggested-action: #252a3a;
--yt-spec-button-chip-background-hover: rgba(255, 255, 255, 0.2);
--yt-spec-touch-response: #fff;
--yt-spec-paper-tab-ink: rgba(34, 255, 255, 0.3);
--yt-spec-filled-button-text: #030303;
--yt-spec-call-to-action-inverse: #065fd4;
--yt-spec-brand-icon-active: #99cfff;
--yt-spec-brand-icon-inactive: #83dbd5;
--yt-spec-brand-button-background: hsl(202, 100%, 40%);
--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: #030303;
--yt-spec-selected-nav-text: #99cfff;
--yt-spec-themed-blue: #3ea6ff;
--yt-spec-themed-green: #2ba640;
--yt-spec-themed-overlay-background: rgba(0, 0, 0, 0.8);
}
.ytp-swatch-background-color {
background-color: hsl(202, 100%, 50%);
}
ytd-toggle-button-renderer.style-text[is-icon-button] {
color: #ffffffb5;
}
#search-form > #container {
border-radius: 5000px;
background: hsl(202,60%,43%);
border: none;
box-shadow: -1px -2px 3px #ffffff0f,1px 2px 3px #0000000f;
}
#search-icon-legacy, #voice-search-button {
background: hsl(202,60%,43%) !important;
box-shadow: -1px -2px 3px #ffffff0f,1px 2px 3px #0000000f;
border-radius: 5000px !important;
margin-left: 5px !important;
border: none !important;
}
ytd-guide-entry-renderer:hover {
box-shadow: -1px -2px 3px #ffffff0f,1px 2px 3px #0000000f;
}
}