Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions styles/youtube/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,19 @@
--yt-sys-color-baseline--overlay-background-solid: @crust;
--yt-sys-color-baseline--overlay-text-primary: @text;

/* New newest variables */
--yt-sys-color-baseline--overlay-solid-background-inverse: @base;
--yt-sys-color-baseline--solid-background-inverse: @base;
--yt-sys-color-baseline--static-black: @base;
--yt-sys-color-baseline--scrim-background-gradient-1: @overlay0;
--yt-sys-color-baseline--scrim-background-gradient-2: @surface2;
--yt-sys-color-baseline--scrim-background-gradient-3: @surface1;
--yt-sys-color-baseline--scrim-background-gradient-4: @surface0;
--yt-sys-color-baseline--scrim-background-gradient-5: @base;
--t45b2a38314924357: @base;
--t6216186c28b3834b: @base;
--t3e41d7b17b187f69: @base;
Comment on lines +83 to +85

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these values are not the same as mine, so my background remains unthemed. seems youtube is doing autogenerated css a/b testing once again

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I tried to refresh the page and delete the cookies to make sure that wasn't the case, sadly it apparently is :(.

Have your values got similar names or they are totally different?

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these values are not the same as mine, so my background remains unthemed. seems youtube is doing autogenerated css a/b testing once again

It's appears to be the same SSR pipeline as Google Search, so the variables change based on region, A/B tests, and plenty other variables.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since these are autogenerated variables, we cannot reliably theme them. See #2222 and #2219. Let's remove these variables from the pull request and focus on the non-autogenerated ones instead :)


--yt-spec-white-1: @text;
--yt-spec-white-2: @subtext0;
--yt-spec-white-3: @subtext1;
Expand Down
Loading