Meet: Material You+ by Bryceed
Details
AuthorBryceed
LicenseGNU-AGPLv3
Categorygoogle
Created
Updated
Size2.8 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Meet: Material You+
@version 2023.804.8
@namespace ?
@preprocessor uso
@advanced dropdown schema "Color Schema" {
ccandy "Cotton Candy*" <<<EOT
:root {
--custom-light-bg: #e4e9eb;
--custom-surface-bg: #bcc8cf !important;
--custom-highlight-bg: #71bbe7 !important;
--custom-negative-bg: #ed6c6c;
--custom-text-invert: #222;
} EOT;
bgum "Bubble Gum" <<<EOT
:root {
--custom-light-bg: #ebe4ea;
--custom-surface-bg: #cfbccb !important;
--custom-highlight-bg: #a975b0 !important;
--custom-negative-bg: #ed6c6c;
--custom-text-invert: #222;
} EOT;
oasis "Oasis" <<<EOT
:root {
--custom-light-bg: #ebebe4;
--custom-surface-bg: #d5d2ba !important;
--custom-highlight-bg: #bcbc70 !important;
--custom-negative-bg: #ed6c6c;
--custom-text-invert: #222;
} EOT;
swmellon "Sugar Watermellon" <<<EOT
:root {
--custom-light-bg: #d7e8d5;
--custom-surface-bg: #f17f6f !important;
--custom-highlight-bg: #000 !important;
--custom-negative-bg: #1f0101;
--custom-text-invert: #222;
} EOT;
bberry "Sweet Blueberry" <<<EOT
:root {
--custom-light-bg: #e4e4eb;
--custom-surface-bg: #bcbdcf !important;
--custom-highlight-bg: #7578b0 !important;
--custom-negative-bg: #ed6c6c;
--custom-text-invert: #222;
} EOT;
sgarden "Summer Garden" <<<EOT
:root {
--custom-light-bg: #e4ebe4;
--custom-surface-bg: #becfbc !important;
--custom-highlight-bg: #75b076 !important;
--custom-negative-bg: #ed6c6c;
--custom-text-invert: #222;
} EOT;
}
==/UserStyle== */
@-moz-document domain("meet.google.com") {
/*[[schema]]*/
.tC2Wod.ACcyyc {
border-color: var(--custom-highlight-bg);
}
.crqnQb,
.Sdwpn.P9KVBf, .T4LgNb, .VdLOD {
/* site base */
background: var(--custom-light-bg);
color: var(--custom-text-invert);
}
.MON6Vd,
.Zi94Db,
.nQfRwc.MON6Vd.P9KVBf,
.nQfRwc {
/* title + members*/
background: var(--custom-surface-bg);
background-image: none;
color: var(--custom-text-invert);
}
.pGxpHc header, .p2ZbV.zKHdkd {
background: var(--custom-light-bg) !important;
}
.WUFI9b {
background: var(--custom-surface-bg);
}
.JeKDtf {
border-color: var(--custom-light-bg);
}
/* Markers */
.IisKdb {
background: var(--custom-highlight-bg);
}
/* Buttons */
.P9KVBf .rmHNDe:not(:disabled),
.P9KVBf .uaILN:not(:disabled) {
background-color: var(--custom-surface-bg);
}
.Gt6sbf:not(:disabled) {
/* turn off call*/
background: var(--custom-negative-bg);
}
.P9KVBf .JsuyRc[aria-pressed=true] .Mwv9k {
color: var(--custom-surface-bg);
}
/* Add-ons */
.ctfm-timer {
margin: 0.7em;
background: var(--custom-highlight-bg);
}
.ctfm-call-red {
background: var(--custom-negative-bg);
}
}