-
Notifications
You must be signed in to change notification settings - Fork 1
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
Light theme? #1
Comments
Hrm, that's all it should take, but I think darkBackgroundColor might not be used for what you're expecting. Which thing are you trying to change in the UI that isn't responding as expected?
|
Rodger. Will report back in the morning.
…On Sat, Aug 20, 2022 at 5:55 PM Mark Slee ***@***.***> wrote:
Hrm, that's all it should take, but I think darkBackgroundColor might not
be used for what you're expecting. Which thing are you trying to change in
the UI that isn't responding as expected?
void initializeUI(final heronarts.lx.studio.LXStudio lx, heronarts.lx.studio.LXStudio.UI ui) {
// Modify the UI theme if you like
ui.theme.setPrimaryColor(#ff0000);
ui.theme.setPaneBackgroundColor(#ffffff);
ui.theme.setPaneInsetColor(#336666);
}
[image: Screen Shot 2022-08-20 at 5 54 46 PM]
<https://user-images.githubusercontent.com/597850/185770962-3d920c5d-528a-4f46-993c-4fd9e0cecc2c.png>
—
Reply to this email directly, view it on GitHub
<#1 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABC5MLQDNJKS2PFRQBFHOLTV2F5BPANCNFSM57D55JAA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @mcslee!
Curious how one would go about making/loading a new theme? I’ve attempted to se the ui.theme.setDarkbackgroundColor to FFFFFF(white) in the initializeUI constructor to no avail.
Going to continue poking around, but never hurts to ask.
The text was updated successfully, but these errors were encountered: