A few dark theme issues

Here are some of dark theme issues seems you are working on that.

Searching for something in CSS in /admin/customize/css_html/

/admin/site_settings/category/required

/admin/email/preview-digest

10개의 좋아요

The colour contrast on mentions is bad, sample:

Real:
@DeanMarkTaylor

Screenshot:

8개의 좋아요

My main issue with the dark theme is that we are using it at all here… when will it go away?

1개의 좋아요

I believe the reason there is such dislike for the dark theme is colours don’t contrast enough - causing poor usability.

No, that’s not the purpose. We are here to find cases where the colors are dramatically wrong. Please don’t post multiple times about “not enough contrast per WCAG guidelines” as that is not the goal.

(this color scheme is not a default and the gaming communities that use these kinds of dark settings don’t care about those guidelines, at all)

1개의 좋아요

Goal now made clear.

1개의 좋아요

https://wiki.dandascalescu.com/essays/against_inverted_color_schemes

2개의 좋아요

I definitely agree that name mentions are very hard to read cc @tgxworld.

5개의 좋아요

I think copying the .btn colors is probably best there.

Also, looks like the left edge of blockquotes is invisible:

test

@testwest

6개의 좋아요

I’m unsure if it’s “as-designed” but mobile mentions aren’t styled, and simply appear as text links:

3개의 좋아요

I am using a dark theme on discourse from quite some time. I had few members complain about the mentions not quite visible.

Hence, i am using this custom CSS.

        a.mention,a.mention-group {
	padding:2px 4px;
	color:#000;
	background:#C0C0C0;
	border-radius:5px;
	font-weight:bold;
	font-size:.93em;
}

Example above.

3개의 좋아요

I increased the contrast of mentions in

Mentions are not styled on mobile as well.

5개의 좋아요