Page 19 of 21

Re: dark theme

Posted: 04 Apr 2019 21:23
by Kaibz
I see.
Thank you for the hard work Sir, i never regretted buying xyplorer.

Re: dark theme

Posted: 10 Jun 2019 15:06
by jupe
@Don: I just wanted to bring something up that I had noticed but never bothered mentioning until now, the colors displayed in the catalog adapt to dark mode in a much different way than for instance list label colors, for example here is a comparison between the catalog and the list of the same hex color:

2019-06-10_190551.png
2019-06-10_190551.png (3.6 KiB) Viewed 6959 times

Just wanted to check that they are both meant to use such a different algorithm?

Re: dark theme

Posted: 10 Jun 2019 17:32
by MBaas
Yes, it's different and you're not alone if you find it confusing. I wish we had an option to modify this behaviour - I'd much rather have a WYSIWYG-approach ;-)

Re: dark theme

Posted: 11 Jun 2019 11:10
by admin
Okay, I will change that. Might make that configurable later (hard versus adaptive colors).

Re: dark theme

Posted: 13 Jun 2019 09:23
by admin
Did anybody try this? I personally prefer the slightly darkened colors in Dark Mode:

Code: Select all

v20.10.0010 - 2019-06-12 12:40
    + Dark Mode: Added tweak "DarkAdaptive" by which you can make custom colors 
      a bit less bright in Dark Mode. Easier to the eye IMO.
        DarkAdaptive=1
      The following colors are affected:
      - Label Backgrounds
      - Color Filter Backgrounds
      - Catalog Custom Colored Backgrounds
      Note that Label Backgrounds had been hard-coded to DarkAdaptive=1 before, 
      and now they are non-adaptive by default. So your labels will look 
      different now (brighter) in Dark Mode, exactly as you defined them in 
      Configuration (unless you set the new tweak).
      
      To make it easier to test the effect of the tweak I made it accessible 
      through the yet undocumented scripting command "dark". Enable Dark Mode 
      and ensure that any of the above listed affected colors are visible, then 
      run one of these scripts as fit:
        dark 3:=-2;   //toggle DarkAdaptive
        dark 3:=0;    //set DarkAdaptive=0
        dark 3:=1;    //set DarkAdaptive=1

Re: dark theme

Posted: 13 Jun 2019 10:09
by Leito
admin wrote: 13 Jun 2019 09:23 I personally prefer the slightly darkened colors in Dark Mode
Me too.

Re: dark theme

Posted: 13 Jun 2019 10:49
by jupe
I agree, the dimmer variant is preferable.

Re: dark theme

Posted: 23 Jul 2019 16:57
by Leito
admin wrote: 17 Mar 2019 13:43 Looked at it again. It's simply too undocumented. We have to wait.
Any luck with Windows 10 1903?

Re: dark theme

Posted: 07 Feb 2020 04:39
by jupe
@Don: I noticed a couple small things I thought I would point out, using a fresh config when you go into configuration and change the darkness level or text contrast while dark mode is active, and close the config window, the changes aren't updated until you swap focus of the panes, and also the UI and tree BG color stays at the previous darkness level, turning dark mode on/off resolves it though.

An example:
2020-02-07_142307.png
2020-02-07_142307.png (16.88 KiB) Viewed 6329 times

Re: dark theme

Posted: 07 Feb 2020 17:06
by admin
Wow, did that ever work?! :shock: :ninja: Fix coming...

Re: dark theme

Posted: 07 Mar 2020 17:04
by CompSystems
After the success of the dark mode, the next option would be to adjust the black or gray level of the interface.

Re: dark theme

Posted: 07 Mar 2020 17:10
by Filehero
CompSystems wrote: 07 Mar 2020 17:04 After the success of the dark mode, the next option would be to adjust the black or gray level of the interface.
:whistle: :whistle: :whistle:
darkmode_settings.png
darkmode_settings.png (33.68 KiB) Viewed 6211 times

Re: dark theme

Posted: 12 Mar 2020 02:34
by CompSystems
ok ^, but an idea, show in a field the color variation in real time, because you have to apply [ok] to visualize the changes

Re: dark theme

Posted: 12 Mar 2020 09:32
by admin
Check out the dark command in scripting. You can build dark theme controller interface with it I guess.

Re: dark theme

Posted: 13 Sep 2020 03:43
by JLoftus
admin wrote: 04 Apr 2019 19:11 ...I'm still waiting if MS offers something usable. When my patience has run out I will write my own scrollbar...
I searched the forum and this was the latest thing I've been able to find on scrollbars in dark mode, did anything ever come of this, maybe a tweak? Would love to be able to darken the scrollbar in dark mode.