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
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"]
The text was updated successfully, but these errors were encountered:
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"]
The text was updated successfully, but these errors were encountered: