Skip to content

Commit

Permalink
fix(youtube): unthemed super thanks bar (#1159)
Browse files Browse the repository at this point in the history
  • Loading branch information
Omar authored Aug 3, 2024
1 parent 30b8334 commit a433ac2
Showing 1 changed file with 23 additions and 2 deletions.
25 changes: 23 additions & 2 deletions styles/youtube/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name YouTube Catppuccin
@namespace github.com/catppuccin/userstyles/styles/youtube
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/youtube
@version 4.1.8
@version 4.1.9
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/youtube/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Ayoutube
@description Soothing pastel theme for YouTube
Expand Down Expand Up @@ -369,7 +369,7 @@
--dark-theme-disabled-color: @subtext1 !important;
--dark-theme-divider-color: @overlay0 !important;
}

/* Misc */

& when (@logo = 0) {
Expand Down Expand Up @@ -952,6 +952,27 @@
}
}

/* Buy super thanks bar */
#progressContainer.tp-yt-paper-progress {
background-color: @mantle !important;
}

#comment-chip-container.yt-pdg-comment-chip-renderer, .slider-knob-inner.tp-yt-paper-slider {
background: @accent-color;
}

#primaryProgress.tp-yt-paper-progress {
background: linear-gradient(139deg, @peach, @maroon, @red, @pink);
}

#container.ytd-pdg-comment-preview-renderer {
background-color: @mantle !important;
}

#comment-chip-price.yt-pdg-comment-chip-renderer, yt-icon.yt-pdg-comment-chip-renderer {
color: @crust;
}

/* Channel pages */
.yt-tab-shape-wiz__tab {
color: @subtext1;
Expand Down

0 comments on commit a433ac2

Please sign in to comment.