Open tperry2x-uk opened 1 year ago
This may be best color choice for a default since that should work equally with darkMode/lightMode. However, wouldn't this just set the default backdrop color to Grey50 (127,127,127)? Backdrop can be set arbitrarily via script or via the revPeferencesUI stack.
If you want to add to the list you would need to edit the buttons text of that popup in the revPeferencesUI stack
Add Grey50 as an option for the Backdrop colour. Think this can be done by adding in two lines in: IDE Bundle/Contents/Tools/Toolset/home.livecodescript
-- line 761 and 762, add put "Gray50" into tPropsArray["cBackDropColor"] put "Gray50" into tPropsArray["cBackdrop"]