Hey guys,
in order to create a “dark theme” alias in Rhino 6, I’m struggling to set the display background color to black through a macro. Any idea how it is done?
Cheers!
Hey guys,
in order to create a “dark theme” alias in Rhino 6, I’m struggling to set the display background color to black through a macro. Any idea how it is done?
Cheers!
Hello - a macro like this, with the dialog-skipping version of Options:
! _-Options _Appearance _Colors _Viewport _Background 157,163,170 _EnterEnd
-Pascal