Skip to content
Open
Show file tree
Hide file tree
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
3 changes: 2 additions & 1 deletion scripts/userstyles.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ collaborators:
- &koibtw koibtw
- &TheAnonymousCrusher TheAnonymousCrusher
- &42willow 42willow
- &AvielSkrypnyk AvielSkrypnyk

userstyles:
advent-of-code:
Expand Down Expand Up @@ -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
Expand Down
43 changes: 43 additions & 0 deletions styles/google/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
Loading