Skip to content
This repository has been archived by the owner on Mar 8, 2023. It is now read-only.

Notifications are hard to read because there is not enough contrast #28

Open
tonydiep opened this issue Dec 30, 2018 · 1 comment
Open

Comments

@tonydiep
Copy link

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;
}
@ddnexus
Copy link
Owner

ddnexus commented Dec 30, 2018

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants