Skip to content

Commit

Permalink
fix(gmail): update header icons and search bar selectors, banner mess…
Browse files Browse the repository at this point in the history
…age (#1281)
  • Loading branch information
uncenter authored Sep 10, 2024
1 parent a9dff3e commit 784f257
Showing 1 changed file with 38 additions and 8 deletions.
46 changes: 38 additions & 8 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.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
Expand Down Expand Up @@ -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,
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 784f257

Please sign in to comment.