From 2e33dc43e977cf2a447294916ab26a3608d8f4df Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Sat, 20 Jul 2024 13:01:59 -0400 Subject: [PATCH] fix(gmail): misc (#1067) --- styles/gmail/catppuccin.user.css | 86 +++++++++++++++++++++++++++----- 1 file changed, 73 insertions(+), 13 deletions(-) diff --git a/styles/gmail/catppuccin.user.css b/styles/gmail/catppuccin.user.css index de91b496bc..ac38bd61cf 100644 --- a/styles/gmail/catppuccin.user.css +++ b/styles/gmail/catppuccin.user.css @@ -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 @@ -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; @@ -454,6 +468,9 @@ background-color: @text; } } + .h0 { + color: @subtext1; + } /* Inbox footer */ .md.mj, .aeU .ma, @@ -574,7 +591,8 @@ } /* Floating menu */ - .J-M { + .J-M, + .OO.Pa { background-color: @surface1; /* Menu section header */ @@ -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 */ @@ -609,6 +628,9 @@ .J-N-JX { filter: @text-filter; } + .bmz.bjF::before { + border-color: @subtext0; + } /* Hovered menu item */ .J-N-JT, @@ -616,7 +638,8 @@ .J-LC-JT, .J-LC-JW, .J-JK-JT, - .J-JK-JW { + .J-JK-JW, + .bmz.bk5 { background-color: @surface2; border-color: @overlay1; } @@ -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; } } @@ -710,9 +743,13 @@ .agP, .aGb, .GQ { - background-color: @base; color: @text; caret-color: @text; + + &, + &::before { + background: @base; + } } .gQ, .gO, @@ -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; + } } }