From 784f2570b247efe9c2e38f96d8572afb6b9e91df Mon Sep 17 00:00:00 2001 From: uncenter <47499684+uncenter@users.noreply.github.com> Date: Tue, 10 Sep 2024 06:45:05 -0400 Subject: [PATCH] fix(gmail): update header icons and search bar selectors, banner message (#1281) --- styles/gmail/catppuccin.user.css | 46 ++++++++++++++++++++++++++------ 1 file changed, 38 insertions(+), 8 deletions(-) diff --git a/styles/gmail/catppuccin.user.css b/styles/gmail/catppuccin.user.css index ac38bd61cf..b37732ba09 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.1 +@version 0.2.2 @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 @@ -154,16 +154,16 @@ background-color: @mantle; } /* Header icons */ - .gb_Fc svg, - .gb_Lc.gb_Pc svg, - .gb_Fc .gb_7c .gb_fd, - .gb_Fc .gb_7c .gb_Ec, - .gb_Fc .gb_7c .gb_9c, - .gb_Lc.gb_Pc .gb_fd { + .gb_Jc svg, + .gb_Nc.gb_Sc svg, + .gb_Jc .gb_pd .gb_qd, + .gb_Jc .gb_pd .gb_Ic, + .gb_Jc .gb_pd .gb_sd, + .gb_Nc.gb_Sc .gb_qd { color: @text; } /* Search mail input */ - .gb_Fc .gb_Md { + .gb_Jc .gb_fd { background-color: @crust; .gb_je, @@ -580,6 +580,36 @@ background-color: @surface1; color: @text; } + /* You could lose access banner */ + .GR { + background-color: @base; + + /* Primary text */ + .GX { + color: @text; + } + /* Subtext */ + .GT { + color: @subtext1; + } + + /* Dismiss button */ + .GW { + color: @text; + + &::before { + background-color: @text; + } + } + /* Add recovery info button */ + .GV { + color: @accent-color; + + &::before { + background-color: @accent-color; + } + } + } /* Attachments chips */ .brc { box-shadow: inset 0 0 0 1px @surface0;