KeyShot Forum

Technical discussions => General discussion => Topic started by: keiichi77 on October 03, 2019, 12:28:58 PM

Title: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: keiichi77 on October 03, 2019, 12:28:58 PM
Please do something with the dark interface, it doesn't work with the standard blue icons and ui elements.
It doesn't conform wcag 2.0, some elements aren't visible at all.

eg. the dotted lines in scene manager barely visible.
icons are barely visible too, you just compute it with visual iq, but they are not visible.
you cannot see medium/dark blue on dark grey.


Title: Re: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: TGS808 on October 03, 2019, 06:45:38 PM
I don't have a problem seeing any of those things you mentioned. The dark theme with the blue is just fine for me. If you're having a problem, it would seem the easy solution would be for you to use the light theme rather than to have them redesign the interface just for you.
Title: Re: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: mattjgerard on October 04, 2019, 05:37:23 AM
Or check your monitor calibration. I used to love the adobe dark themes, but when I started my new job the monitors that they had for me (business class samsungs) just couldn't pull it off. Got a dell and a color calibrator and now I'm back to using dark themes all over the place. Too much white and bright tires my eyes out.
Title: Re: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: keiichi77 on October 04, 2019, 08:29:48 AM
'just for you'
;D
Wcag is a contrast standard for interface elements and texts.

Adobe dark theme conforms to wcag standard.
Title: Re: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: TGS808 on October 04, 2019, 09:53:33 AM
Quote from: keiichi77 on October 04, 2019, 08:29:48 AM
'just for you'
;D
Wcag is a contrast standard for interface elements and texts.

Adobe dark theme conform to wcag standard.

Though it may be, I've never seen anyone else here ask for this. Hence the "just for you".
Title: Re: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: keiichi77 on October 04, 2019, 11:52:32 AM
My original post is a recommendation, because in my main job I create content where I must conform to wcag 2.0, hence the idea to share with Keyshot. I don't mean to be selfish. The blue with dark grey doesn't go through AA level, fail in color differency check, it fails every check. and yes, dotted line (when drag'n'drop parts in the scene browser) is almost invisible, dark blue on dark grey.

Title: Re: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: mattjgerard on October 04, 2019, 12:12:29 PM
Quote from: keiichi77 on October 04, 2019, 08:29:48 AM
'just for you'
;D
Wcag is a contrast standard for interface elements and texts.

Adobe dark theme conforms to wcag standard.

Yep, I'm familiar with it, and that's how I knew to check my monitor calibration. If your calibration is in check then yeah, its a problem. I love working in dark themes. The contrast is so much better for my eyes.
Title: Re: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: keiichi77 on October 22, 2019, 03:33:52 PM
if anyone has this difficulty with contrast, a  solution:

you can reach experimental features by modifying KS8Settings.xml.
search the line:
<experimental_features bool="false"/>
set false to true

open Keyshot8, now in the Window menu you will find the Stylesheet Editor.

you can modify the rgba code to a visible one instead of dark blue (#0066ff).

(below it is an already modified light blue color for the scene tree view drop marker dotted line)

KSceneTreeView {
  qproperty-dropMarkerColor: rgba(90, 255, 252, 100); /* 5AFFFD*/
}
Title: Re: dark theme interface doesn't work with medium blue interface elements (wcag)
Post by: mattjgerard on October 23, 2019, 06:16:15 AM
Nice find! Thanks for posting this, made the change and you are correct, it is much more visible!