Simplifies Gmail's mail list view to add yellow highlights. That's it.
Gmail Subtle Yellow by mmjaved1979
Details
Authormmjaved1979
LicenseNo License
Categoryhttps://mail.google.com
Created
Updated
Size426 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This theme also changes the gray background for email items to white, so it won't work if you choose a dark theme (the dark Gmail themes make the text white.) It works best with the Soft Gray theme. It currently doesn't change anything in the email reading view, but hopefully in the future.
Source code
/* ==UserStyle==
@name Gmail Subtle Yellow
@version 20240104.21.53
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://mail.google.com/mail/") {
tr.zA { background-color: #fff !important; }
tr.zA:hover { background-color: #fcf3cf !important }
.aiq { background-color: #f1c40f !important }
.aiA { background-color: #f1c40f !important }
div.TO:hover { background-color: #fcf3cf }
}