This is a skeuomorphic / aero theme that adds gloss, gradients, and depth. Requires V3 to be installed.
YouTube Skeuomorphic / Aero Theme for V3 by SatinFoil
Details
AuthorSatinFoil
LicenseNo License
Categoryyoutube.com
Created
Updated
Size1.5 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This theme was made for V3. Please download Project Vaprois and Startube before using this. This theme was tested with the 2017 layout.
Source code
/* ==UserStyle==
@name YouTube Aero Theme for V3 Hitchhiker
@version 20240801.04.20
@namespace https://userstyles.world/user/SatinFoil
@description This theme was made for V3. Please download V3 and Startube before using this.
@author SatinFoil
==/UserStyle== */
@-moz-document domain("youtube.com") {
.yt-alert-content, .yt-alert-icon {
background: linear-gradient(#751616 0%, #ba2020 50%, #991a1a 50%, #ee1c1c 100%) !important;
}
.guide-item-selected {
background: linear-gradient(#751616 0%, #ba2020 50%, #991a1a 50%, #ee1c1c 100%) !important;
}
.guide-item:hover {
background: linear-gradient(#2d2d2d 0%, #515151 50%, #3e3e3e 50%, #6d6d6d 100%) !important;
}
#yt-masthead-container {
background: linear-gradient(white, #b5b5b5) !important;
}
#masthead-search-term {
box-shadow: inset 0px 0px 6px 2px #9e9e9e87;
}
#appbar-guide-menu {
background: radial-gradient(circle at bottom left, #8d8d8d, white);
border-radius: 5px;
}
.sb-card-border {
background: #e6e6e66e !important;
backdrop-filter: blur(10px);
}
.yt-uix-button-primary {
background: linear-gradient(#0b4069 0%, #1b7fcc 50%, #125b93 50%, #2ea4ff 100%);
}
.yt-uix-button-primary:hover {
background: linear-gradient(#11558b 0%, #3191db 50%, #2177b9 50%, #59b7ff 100%);
}
.yt-uix-subscription-button {
background: linear-gradient(#800 0%, #ea0000 50%, #930000 50%, #ff3c3c 100%) !important;
color: white !important;
}
}