You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
wxWidgets has a settings class I can override to do limited fine tuning with theming. My original thought was to theme all the controls to match CAdUiThemeManager, due to constraints, I can mostly only do wxWindow, wxPanel backgrounds.
I think it looks pretty good, IMHO, so I added it as default, but I’m on the fence if this should be the case
AutoCAD uses COLORTHEME sysvar to determine dark mode.
I plan on adding env
PYRX_COLORTHEME, “0” = don’t use dark mode regardless of COLORTHEME
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
See [#454]
wxWidgets has a settings class I can override to do limited fine tuning with theming. My original thought was to theme all the controls to match CAdUiThemeManager, due to constraints, I can mostly only do
wxWindow,wxPanelbackgrounds.I think it looks pretty good, IMHO, so I added it as default, but I’m on the fence if this should be the case
AutoCAD uses COLORTHEME sysvar to determine dark mode.
I plan on adding env
Applicable with dark mode on
Beta Was this translation helpful? Give feedback.
All reactions