diff --git a/scripts/userstyles.yml b/scripts/userstyles.yml index 57c1872f88..32248e78f5 100644 --- a/scripts/userstyles.yml +++ b/scripts/userstyles.yml @@ -75,6 +75,7 @@ collaborators: - &koibtw koibtw - &TheAnonymousCrusher TheAnonymousCrusher - &42willow 42willow + - &AvielSkrypnyk AvielSkrypnyk userstyles: advent-of-code: @@ -354,7 +355,7 @@ userstyles: categories: [search_engine] icon: google color: sapphire - current-maintainers: [] + current-maintainers: [*AvielSkrypnyk] google-drive: name: Google Drive link: https://drive.google.com diff --git a/styles/google/catppuccin.user.less b/styles/google/catppuccin.user.less index 38fb659875..c0c7aed4ab 100644 --- a/styles/google/catppuccin.user.less +++ b/styles/google/catppuccin.user.less @@ -86,6 +86,49 @@ --Nsm0ce: @blue; } + /* ai chat: remove gradients */ + .Zze5V, + .RdNMvc, + .LrrQLb, + .Jkzafd, + .zNsLfb { + background: none !important; + } + + /* ai chat: normalize backgrounds */ + .RdNMvc, + .inVh0e, + .oOpie, + .FR7ZSc { + background-color: @base !important; + } + + /* ai chat: response container */ + .in7vHe:not(.BgrTif) { + & { + border-color: @overlay0 !important; + background-color: @mantle !important; + } + + &:hover { + background-color: @surface0 !important; + } + } + + /* ai chat: collapsed state */ + .in7vHe.BgrTif { + background-color: fade(@crust, 35%) !important; + } + + /* ai chat: gradient overlay */ + .RDmXvc { + background-image: linear-gradient( + transparent 0px, + fade(@base, 90%) 52px, + @base 80px + ) !important; + } + /* header background */ .CvDJxb { background-color: @base !important;