OpenXTalk-org / OpenXtalk-IDE-DontPanicEdition

OpenXTalk DON'T PANIC! Edition cross-platform integrated development environment (IDE) with a foundation built on xTalk Scripting Languages. This repo contains the OXT IDE that is built with and runs on of an XTalk Engine.
https://forums.openxtalk.org/
18 stars 7 forks source link

Add Grey50 as an option for the Backdrop colour #24

Open tperry2x-uk opened 1 year ago

tperry2x-uk commented 1 year ago

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"]

PaulMcClernan commented 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 Prefs2