Just as an example of the type of thing I’m hoping to be able to do: what I’ve tried so far along those lines is something like this in my_editor_app.kit:
OK, thanks, I think I found pretty much the same page through the Help menu if I added some extension like omni.kit.documentation.ui.style to the app. And then to get a global style installed, what I did was add something like this to the app’s setup extension:
(Yes, a very ugly style, but again for the first step I wanted it to be obvious whether it was working. And it appears that the Tooltip entry has to be there or somewhere else in the system throws errors.)
If there’s a better way to accomplish the same thing, I’d be glad to hear it.
My current attempt seems to still leave large parts of the UI at the usual dark-themed style. Namely, nothing I can do seems to affect the colors of the docking tabs of windows within the UI. Also, the only way I’ve been able to change the colors of the main menu bar is to include catch-all "color": MED_CONTRAST, "background_color": BG10 entries in the style dictionary; however, that then has unfortunate consequences for the viewport window. I’ve tried being more specific and adjusting colors for selectors such as MenuBar, MenuBar.Item, or MenuBar.Window (along with Menu, Menu.Item, Menu.Window, etc. which as I understand it should adjust the popup menus brought up by opening a menu bar entry), but nothing I’ve tried so far has had any effect on the main menu.
So, my current question is: Is there something I’m missing that would allow me to adjust the colors of the docking tab areas, and of the main menu bar? (Then, the next obvious targets would be the scene tree view and the object property view, which I cannot seem to adjust despite trying various things involving TreeView entries set to omni.ui.Style.get_instance().default.)
OK, thanks. If not, I’m not too worried about that - this is for a more short-term project for an internal demo, and longer term we were hoping to use the web streaming interface and build an app around that with our existing tools and frameworks. And to be honest, the default style is not too far off from our dark theme, so it only becomes really glaring if we try to switch to our light theme.
Yeah I can keep looking, but honestly, the UI colors are not something anyone has mentioned before. They are pretty standard black and grey. And as you said, we are moving to using a web-based interface, so it can be anything you want on top.