Skip to content

Simplify Gmail lighter dark mode by sebekz

Details

Authorsebekz

LicenseNo License

Categorymail.google.com

Created

Updated

Size576 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Simplify Gmail dark mode is very aggressive, defeating the purpose of dark mode which should be easy on the eye. This style attempts to lower the contrast.

Notes

This style has not been well tested.

Source code

/* ==UserStyle==
@name         Simplify Gmail lighter dark mode
@version      20240917.20.42
@namespace    https://userstyles.world/user/sebekz
@description  Simplify Gmail dark mode is very aggressive, defeating the purpose of dark mode which should be easy on the eye. This style attempts to lower the contrast.
@author       sebekz
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://mail.google.com/mail/u/0/#inbox") {
span .bqe, span .zF {
    color: #d2d2d2 !important
}

div .nH, .zA, .zE, .dateHeader {
    background: #191919 !important
}
}

Reviews

No reviews yet.