Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Grey50 as an option for the Backdrop colour #24

Open
tperry2x-uk opened this issue Sep 3, 2023 · 1 comment
Open

Add Grey50 as an option for the Backdrop colour #24

tperry2x-uk opened this issue Sep 3, 2023 · 1 comment

Comments

@tperry2x-uk
Copy link

tperry2x-uk commented Sep 3, 2023

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
Copy link
Member

PaulMcClernan commented Sep 5, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants