Is it possible to modify the text color (under WB --> Tools --> Options --> Appearance) using scripting?
One can use SetPreferenceValue() to change the text colour. One can paste the below scripts in WB Scripting console.
To change the colour to white: SetPreferenceValue('GraphicsTextColor','0 0 0 0')
To change it back to black: SetPreferenceValue('GraphicsTextColor','255 255 255 255')
@James Derrick or @Rohith Patchigolla Please make this post public instead of internal only.
@Landon Mitchell Kanner done.
For more information on SetPreferenceValue() see https://discuss.ansys.com/discussion/2863/how-can-i-set-workbench-wb-user-preferences-via-script/p1?new=1