Mentions unreadable with "Digi Orange" theme

Discuss issues and requests related with the forum software
Hardcoder
Posts: 278
Joined: 19 Feb 2022, 13:13
Location: Germany

Mentions unreadable with "Digi Orange" theme

28 Feb 2022, 06:01

Hi, I'm using the "Digi Orange" theme for the board, and I can't read mentions (like @myself) because the dark blue has too little contrast to the background.
I have to select the text, to read it.
Could you please use a brighter colour (eg the colour for links) for mentions in this theme?
Thanks
User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Mentions unreadable with "Digi Orange" theme

28 Feb 2022, 08:17

Makes sense, I'm adding this to my to-do list and will take a look later. :+1:
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Mentions unreadable with "Digi Orange" theme

01 Mar 2022, 10:46

@Hardcoder Okay, so I've added a white stoke to it, so it should be visible anywhere.

Code: Select all

text-shadow: -1px 1px 0 #fff, 1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
Hardcoder
Posts: 278
Joined: 19 Feb 2022, 13:13
Location: Germany

Re: Mentions unreadable with "Digi Orange" theme

01 Mar 2022, 11:26

Yes, that is very visible :D
Thank you
User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Mentions unreadable with "Digi Orange" theme

01 Mar 2022, 11:55

Glad this works, thanks for reporting! :+1:
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
gregster
Posts: 9087
Joined: 30 Sep 2013, 06:48

Re: Mentions unreadable with "Digi Orange" theme

01 Mar 2022, 11:58

This is also an improvement for the plain 'Digi' theme. Thank you, joedf!
User avatar
boiler
Posts: 17215
Joined: 21 Dec 2014, 02:44

Re: Mentions unreadable with "Digi Orange" theme

06 Mar 2022, 10:16

I also appreciate addressing the unreadable mentions in the Digi themes. It is better than before, so please disregard this suggestion if it's deemed to be not worth the effort or if I'm the only one with this opinion. I find the stroked text hard to read or at least not very pleasing to the eye -- not a criticism, just my opinion. It's sort of jarring relative to everything else on the page, making the forum less professional looking in my view.

I have spent a fair bit of time designing user interfaces for commercial software products, particularly in choosing fonts, colors, weights, etc., for max readability and aesthetics (particularly in poker statistic displays where legibility is critical), so maybe I'm more sensitive than others to these things, but I believe adding a stroke to text works with larger and/or bolder fonts, not with regular text. It becomes pretty busy and hard to look at, especially if the name contains a lot of vertical line characters. I think it would be ideal if a mention in a Digi theme just had a different color blue than the one that was previously used. That would keep it from blending in with the background like it did before. A brighter blue color such as the one used for links or a similar hue would be perfect, imo. My two cents...
User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Mentions unreadable with "Digi Orange" theme

06 Mar 2022, 16:29

@boiler I completely agree! this was the quick fix, but it's only midly bothersome for me. especially since I don't use the digi themes :mrgreen:
Do you have a color in mind? Hopefully, one good color to use for all the digi themes?
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
boiler
Posts: 17215
Joined: 21 Dec 2014, 02:44

Re: Mentions unreadable with "Digi Orange" theme

06 Mar 2022, 18:43

Thanks, @joedf! I believe the shade of blue used for some keywords in the codebox highlighting should show up very well and would also be distinct from the blue used in other cases like URL links and documentation links, which looks to be RGB code 66D9EF:

Code: Select all

text

Here it is on the various backgrounds on which it could appear in the range of Digi themes, where it seems to show up clearly on all:

mention color.png
mention color.png (6.95 KiB) Viewed 2383 times

Thanks again for entertaining my nit-picking. :thumbup:
User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Mentions unreadable with "Digi Orange" theme

07 Mar 2022, 11:33

@boiler And a thanks to you too! incremental improvements... :think:
Great! I'll add this in my todos and should have it soon enough. :+1:
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
boiler
Posts: 17215
Joined: 21 Dec 2014, 02:44

Re: Mentions unreadable with "Digi Orange" theme

07 Mar 2022, 13:11

Thanks! No hurry, of course.
User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Mentions unreadable with "Digi Orange" theme

08 Mar 2022, 10:14

Okay, should be updated in all digi themes! with #66D9EF and the rest should be the default #FF0000. :+1:
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
User avatar
boiler
Posts: 17215
Joined: 21 Dec 2014, 02:44

Re: Mentions unreadable with "Digi Orange" theme

08 Mar 2022, 11:19

Looks great! :clap: Thanks, @joedf !
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Re: Mentions unreadable with "Digi Orange" theme

08 Mar 2022, 11:38

joedf wrote:
08 Mar 2022, 10:14
Okay, should be updated in all digi themes! with #66D9EF and the rest should be the default #FF0000. :+1:
on Simplicity theme, the mentions have now turned red instead of blue

User avatar
joedf
Posts: 8986
Joined: 29 Sep 2013, 17:08
Location: Canada
Contact:

Re: Mentions unreadable with "Digi Orange" theme

08 Mar 2022, 13:28

@guest3456 That is as expected. It's the original default from the extension.
I can changed if you'd like.
Image Image Image Image Image
Windows 10 x64 Professional, Intel i5-8500, NVIDIA GTX 1060 6GB, 2x16GB Kingston FURY Beast - DDR4 3200 MHz | [About Me] | [About the AHK Foundation] | [Courses on AutoHotkey]
[ASPDM - StdLib Distribution] | [Qonsole - Quake-like console emulator] | [LibCon - Autohotkey Console Library]
guest3456
Posts: 3463
Joined: 09 Oct 2013, 10:31

Re: Mentions unreadable with "Digi Orange" theme

08 Mar 2022, 15:59

oh ok, i thought default was blue.. it doesnt matter to me either way


Return to “Forum Issues”

Who is online

Users browsing this forum: No registered users and 32 guests