Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 43 additions & 1 deletion styles/gmail/catppuccin.user.less
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,27 @@
filter: @text-filter;
}
}
/* Navigation for GSuite sidebar */
.aT5-aOt-I-JX-atM-Kv, .brC-bsf-aT5-aOt, .nH > .aUx > .bAw > .brC-aT5-aOt-Jw, .bcf, .tRcrsc {
background-color: @mantle;
border-color: @surface1;
color: @text;
}
/* Navigation icons for GSuite sidebar */
.aT5-aOt-I-JX-Jw, .aT5-aOt-I-JX-atM {
background-color: @surface0;
}
/* Search bar */
.FOBRw-I {
background-color: @accent;
}
.bas, .aJf {
background-color: @surface0;
color: @text;
}
.gb_0e > svg > path, .gb_We > svg > path:first-child, .gb_Ve > svg > path:first-child {
fill: @accent;
}
/* Inbox categories */
.aKx > .aKz {
color: @text;
Expand Down Expand Up @@ -438,6 +459,16 @@
}
.h0 {
color: @subtext1;
}
/* Inbox background */
.aeJ {
background-color: @surface0;
}

/* Welcome to Gmail popup */
.O6 {
background-color: @surface2;
border-color: @surface1;
}
/* Inbox footer */
.md.mj,
Expand Down Expand Up @@ -477,9 +508,20 @@
0 0 6px 2px @surface1;
}
}
/* Read email text */
/* Unread emails */
.zE {
background-color: @base;
color: @text;

box-shadow: inset 0 -1px 0 0 @surface0;

&:hover {
box-shadow:
inset 1px 0 0 @surface0,
inset -1px 0 0 @surface0,
0 0 4px 0 @surface1,
0 0 6px 2px @surface1;
}
}
// Select icon
.xY > .T-Jo,
Expand Down
Loading