d2jsp
Log InRegister
d2jsp Forums > d2jsp > General Help > D2jsp Display Style
12Next
Add Reply New Topic
Member
Posts: 372
Joined: Aug 17 2005
Gold: 8,225.00
Jun 1 2024 06:26am
Hello all.

Anyone have any idear what % of users are using standard "white" and who are using the "Dark" Modes ?

I have a lot of color in my post, and I now see that on White mode its close to impossible to see the colors I found.
Hope you can help me..

Member
Posts: 15,801
Joined: Jul 9 2021
Gold: 291.00
Jun 1 2024 06:56am
i'm not the best sql wizard out there, but assuming boardStyle is the column name and jsp is using mysql (dark mode has a value of 7, regular mode is 0)

they'd have to execute something like this to get your answer


Code
SELECT
boardStyle,
COUNT(*) * 100.0 / (SELECT COUNT(*) FROM users) AS percentage
FROM
users
GROUP BY
boardStyle;


also, other dark styles would be d2jsp Dark Chrome (5), d2jsp Black/Orange (18), [Dark Gray] - LostPeon (16), [Black/Red] - Juggalo_Mole (13) and so on

so you'd have to factor in those as well in the final percentage

This post was edited by ChocolateCoveredGummyBears on Jun 1 2024 06:57am
Member
Posts: 105,406
Joined: Nov 12 2007
Gold: 2,377,229.50
Jun 1 2024 12:09pm
Dark chrome reporting in.
Honestly imagine at least half the users still use default style.

Recommend not using multi color text. It's annoys most people trying to read it.

One natural color here and there is fine. Example https://forums.d2jsp.org/topic.php?t=104089412&f=268

This post was edited by Roneye on Jun 1 2024 12:10pm
Member
Posts: 372
Joined: Aug 17 2005
Gold: 8,225.00
Jun 1 2024 12:12pm
Quote (Roneye @ 1 Jun 2024 20:09)
Dark chrome reporting in.
Honestly imagine at least half the users still use default style.

Recommend not using multi color text. It's annoys most people trying to read it.



I get your point, but only on default mode..
on Dark I really like how it looks...
this is my post:
https://forums.d2jsp.org/topic.php?t=104046106&f=169
Trade Moderator
Posts: 14,202
Joined: Mar 11 2006
Gold: 1,000.00
Trader: Trusted
Jun 1 2024 05:48pm
Quote (Geslau @ Jun 1 2024 08:26am)
Hello all.

Anyone have any idear what % of users are using standard "white" and who are using the "Dark" Modes ?

I have a lot of color in my post, and I now see that on White mode its close to impossible to see the colors I found.
Hope you can help me..


I've always used Dark Mode
Member
Posts: 26,862
Joined: Feb 27 2013
Gold: 4,445.68
Jun 1 2024 05:58pm
Dark mode user here as well :)
I basically change it for any site I can so I don’t get flashbanged at night :P seems to be much easier on my eyes as well

This post was edited by MrSK on Jun 1 2024 05:58pm
Member
Posts: 39,157
Joined: Feb 28 2007
Gold: 9,070.07
Jun 1 2024 06:03pm
Quote (Geslau @ Jun 1 2024 02:12pm)
I get your point, but only on default mode..
on Dark I really like how it looks...
this is my post:
https://forums.d2jsp.org/topic.php?t=104046106&f=169


I use the d2jsp high contrast as my board style and dark mode for guild charter and my profile page.
Your post is still legible (barely) on high contrast style, but all of the different colors used is more of an eye-sore for me than it is productive.
Just my opinion. :) I think you'd be better off using default for the characters and items, but maybe a different color for the prices.

Less is more in this case!
Member
Posts: 27,225
Joined: Nov 18 2013
Gold: 10,575.00
Jun 1 2024 08:45pm
Lost Peon is the only one worth using :thumbsup:
Member
Posts: 5,758
Joined: Jul 15 2008
Gold: 420.69
Jun 3 2024 02:33am
No clue on the %'s but a dark mode user here. The light blinds my eyes and I haven't seen, let alone touched grass in about a week.
Member
Posts: 372
Joined: Aug 17 2005
Gold: 8,225.00
Jun 3 2024 02:38am
6 out of 8 so far just in this post, are Dark users.

I thank you all for the input.
Go Back To General Help Topic List
12Next
Add Reply New Topic