DM164 / Dark-by-DM

Dark by DM, a family of dark themes for different websites on the internet.
https://darkbydm.vercel.app
95 stars 11 forks source link

Distinguish better between read/unread and selected threads in Gmail #32

Closed damemi closed 3 years ago

damemi commented 3 years ago

Hi, this style looks great but it's visually a little difficult to tell between read/unread emails and the currently selected email (when using the reading pane). I hacked together a higher-contrast setting for these classes but an actual supported update by the maintainers would be awesome!

Before: Screen Shot 2020-11-16 at 10 27 02 AM

My changes:

/* unread */
.zE {
    color: #c7c7c7;
    /* background: rgb(35, 35, 35); <- current value*/
    background-color: #333;
    border-left: 3px solid #4b70ab;
}

/* selected conversation */
.aps {
    background-color: #111;
}

After: Screen Shot 2020-11-16 at 10 25 42 AM

DM164 commented 3 years ago

Hi thanks for the feedback and for writing the code, I will implement this in the next update, I'm currently working on adding an if statement in the code so that you can simply check or uncheck this option. Have a nice day! (sorry didn't mean to close the issue, I'm going to close it once I pushed the update.

damemi commented 3 years ago

cool, thanks @DM164!

DM164 commented 3 years ago

I made subtle changes to the default color scheme and I also added the toggle in the latest version.