Switching between Dark and Light mode buglets

Hi there,

when switching from Dark to Light mode below slider in the Material panel does not update to the right color. Below shows it when Rhino was started in Dark mode and is then switched to Light mode:

DarkModeSwitchBugs1

If Rhino was started in Light mode and is switched to Dark mode, that slider in the Material panel just does the opposite:

DarkModeSwitchBugs2

Above examples where created by switching the modes through scripting. If the color switch is done using below macro, eg. when switching from Light to Dark mode:

! _-Options _Appearance _Colors _Dark _EnterEnd

it causes that the text in the Layers panel is not properly set (too dark):

DarkModeSwitchBugs3

Reason is that the default colors which are listed in the command prompt when running that macro are likely not the right ones:

File Explorer Panel does not use Dark mode (OS is set to dark):

grafik

thanks,
c.

After switching modes, sometimes the background of tooltips is not displayed properly:

DarkModeSwitchToolTip

_
c.

Hi Clement, thanks, I’ll check.

-Pascal