Skip to content

Commit

Permalink
fix(gmail): misc (#1067)
Browse files Browse the repository at this point in the history
  • Loading branch information
uncenter authored Jul 20, 2024
1 parent d0c08fa commit 2e33dc4
Showing 1 changed file with 73 additions and 13 deletions.
86 changes: 73 additions & 13 deletions styles/gmail/catppuccin.user.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@name Gmail Catppuccin
@namespace github.com/catppuccin/userstyles/styles/gmail
@homepageURL https://github.com/catppuccin/userstyles/tree/main/styles/gmail
@version 0.2.0
@version 0.2.1
@updateURL https://github.com/catppuccin/userstyles/raw/main/styles/gmail/catppuccin.user.css
@supportURL https://github.com/catppuccin/userstyles/issues?q=is%3Aopen+is%3Aissue+label%3Agmail
@description Soothing pastel theme for Gmail
Expand Down Expand Up @@ -235,6 +235,20 @@
&:hover {
background-color: @mantle;
}

&.bws {
background-color: @accent-color;
color: @crust;
fill: @crust;

.HV {
filter: @crust-filter;
}

&:hover .H1 {
background-color: darken(@accent-color, 5%);
}
}
}
.aqc .H2 {
border-color: @text;
Expand Down Expand Up @@ -454,6 +468,9 @@
background-color: @text;
}
}
.h0 {
color: @subtext1;
}
/* Inbox footer */
.md.mj,
.aeU .ma,
Expand Down Expand Up @@ -574,7 +591,8 @@
}

/* Floating menu */
.J-M {
.J-M,
.OO.Pa {
background-color: @surface1;

/* Menu section header */
Expand All @@ -590,7 +608,8 @@
.J-N-JT .J-N-Jz,
.J-N-JW .J-N-Jz,
.J-LC,
.J-JK {
.J-JK,
.bmz {
color: @text;
}
/* Disabled */
Expand All @@ -609,14 +628,18 @@
.J-N-JX {
filter: @text-filter;
}
.bmz.bjF::before {
border-color: @subtext0;
}

/* Hovered menu item */
.J-N-JT,
.J-N-JW,
.J-LC-JT,
.J-LC-JW,
.J-JK-JT,
.J-JK-JW {
.J-JK-JW,
.bmz.bk5 {
background-color: @surface2;
border-color: @overlay1;
}
Expand Down Expand Up @@ -689,14 +712,24 @@

/* Compose mail window */
/* Top header bar */
.Hy.Hy .m {
.Hy.Hy .m,
.IG {
background-color: @mantle;

.Hp {
.Hp,
.zu,
.H,
.Iy .az9 {
color: @text;
}

.Hm img {
.Hm img,
.SB,
.b7 .mK,
.bAm .aaq .mK,
.Un .mK,
.HX .mK,
.HQ .Un::after {
filter: @text-filter;
}
}
Expand All @@ -710,9 +743,13 @@
.agP,
.aGb,
.GQ {
background-color: @base;
color: @text;
caret-color: @text;

&,
&::before {
background: @base;
}
}
.gQ,
.gO,
Expand Down Expand Up @@ -750,17 +787,40 @@
filter: @crust-filter;
}
/* Contact autofill */
.afC {
background-color: @mantle;
.afC,
.bvx {
background: @mantle;

/* Contact list item */
.agJ.bjE {
background-color: @base;

.agJ {
.aL8,
.aXS {
color: @text;
}

&:hover {
background: @base;
}
}
}

--pkw-background: @mantle;
--pkw-outline: @surface0;
--pkw-outline-variant: @surface0;
--pkw-on-surface-variant: @text;
/* Contact chip */
.agh,
.bbV {
background: @base;

.afV {
background: @base;
color: @text;

&:hover {
background: @surface0;
color: @text;
}
}
}

Expand Down

0 comments on commit 2e33dc4

Please sign in to comment.