equilux-theme
equilux-theme copied to clipboard
Notifications are hard to read because there is not enough contrast
Issue
- Notifications are hard to read because there is not enough contrast
Workaround
- Override local gnome-shell.css to increase contrast
.message-title, .message-content, .message-icon-bin {
background-color: #5a5a5a;
color: white;
}
The current message content color should probably be more bright. I will take a look at it in the next version. Thanks.
Feel free to use your workaround if it is useful for you, but color: white is off-limit for this theme since the maximum brightness color should be bebebe.