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 לייקים