Created
September 19, 2025 01:27
-
-
Save bomberfish/922d294f406103abdc715cdbc1888f12 to your computer and use it in GitHub Desktop.
OLED theme for YouTube.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* ==UserStyle== | |
| @name Even Darker YouTube | |
| @namespace github.com/openstyles/stylus | |
| @version 1.0.0 | |
| @description OLED theme for YouTube. | |
| @author bomberfish | |
| ==/UserStyle== */ | |
| @-moz-document domain("youtube.com") { | |
| html[darker-dark-theme][dark], | |
| html[dark] { | |
| --yt-spec-base-background: #000; | |
| --yt-spec-inverted-background: #fff; | |
| --yt-spec-raised-background: #131313; | |
| --yt-spec-menu-background: #141414; | |
| --yt-spec-outline-opaque: #2a2a2a; | |
| --yt-spec-text-secondary: #808080; | |
| --yt-spec-text-disabled: #606060; | |
| --yt-spec-additive-background: rgba(255,255,255,0.075); | |
| --yt-spec-text-primary: #fff; | |
| } | |
| .yt-lockup-metadata-view-model__metadata { | |
| color: var(--yt-spec-text-secondary); | |
| } | |
| .ytChipShapeInactive, | |
| .yt-spec-button-shape-next--tonal { | |
| background: var(--yt-spec-additive-background); | |
| } | |
| .ytp-play-progress { | |
| background: var(--yt-spec-static-brand-red,#f03); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment