Will the top bar on Lua Widgets also be black?
Do app developers actually have the ability to do that? Isnât it controlled by your Windows theme settings?
I think thatâs a Windows thing, not sure if they can do anything about it
Google Chrome uses its own window rendering engine. Studio uses the environmentâs. Hence why Roblox Studio looks like a normal Windows/Mac program depending on the platform youâre on, at least so far as the title bar goes. So Iâm not sure if Roblox is going to work on that.
That said, I believe @DreamingMind was referring to having Lua Widgets automatically adapt to the dark mode, not referring to the window title bar.
If youâre using dark theme Studio, you can probably also change your Windows color settings.
Pretty sure thatâs not the case. Roblox canât just automatically change the colors in your UI. It might mess up a lot of stuff. He specifically referred to the bar too, so Iâm 100% sure thatâs what he was talking about.
But Roblox can automatically, and easily, change the background of widgets. Right now the dock widgetâs keep their white background. I had to add a frame with size (1, 0, 1, 0) to my plugin guis to give that background properly. Youâre right that the rest of the UI wonât look right, but Roblox can at least make it so that that background updates with the theme.
In order for Roblox to change what the title bar looks like for windows, they have to override Windows/MacOS and thatâs probably not something theyâre super interested in. I could be wrong, but I donât believe thatâs what the engineer was referring to.
That doesnât make sense. Look at the context again.
Thatâs not the full context. This is the full context:
To which DreamingMind sent that reply.
Roblox uses Qt as their rendering library. We know this because there are Qt DLLs with the executable. And here is a post from the Qt forums about this very idea: Change Window title bar color in windows | Qt Forum
As youâll notice, changing the title bar color is not an easy feat with Qt, as the very second post is from a âQt Championâ saying you cannot do it from Qt. The second post does share a link, but the top answer on the link is a person essentially saying âyes you can, but you really shouldnât.â
Hence why I do not think Roblox will be doing anything to the title bar of the windows.
I love it! I enjoy dark theme on most things, so iâm really happy that i can finally have it on studio !
I got this error and it wont let me click away https://gyazo.com/fdd9077fff829aca6f7b4d7e486a3711.gif
That looks unrelated to the dark theme. âTimed outâ usually means that youâre having internet problems. Either Roblox Studio or Roblox Studio Mod Manager took too long to make a request and âtimed outâ because it took too much time. Make sure that your internet is connected properly.
You can close the program in the Task Manager. You can open the Task ManagerâŚ
- from the Start Menu
- from right clicking the task bar
- or from the shortcut
Ctrl+Shift+Esc
Then you can Right click -> End Task
on either Roblox Studio, Roblox Studio Mod Manager, or both. If that doesnât work, then you can force it to close by using âEnd Taskâ from âDetailsâ instead of âProcessesâ.
Itâs not clear whether this caused by Roblox Studio or if it itâs caused by Roblox Studio Mod Manager. If the Mod Manager is not working for you then you can try the ClientSettings folder method, which is simpler. If neither method works, then it probably has nothing to do with the dark theme and has everything to do with your internet connection or Roblox install.
Itâs a Studio Mod Manager error for when it canât pull the fast flags from the executable â unrelated to internet. @KFCPhoeyu Try closing all instances of Studio and re-opening mod manager, and then re-running the scan.
I donât think so. Windows likes to hide file names to make things âeasierâ. That file is likely called ClientAppSettings.json.txt
. It should be called ClientAppSettings.json
.
You can turn on viewing file extensions in the View tab:
Once thatâs done, youâll need to rename the file from ClientAppSettings.json.txt
to ClientAppSettings.json
. Windows will complain:
Press âYesâ.
Once your file is actually named ClientAppSettings.json
, you should be good to go. You can turn off file name extensions if you want, or leave them on if you donât mind seeing the more technical side of things.
Youâll have to turn on the theme in Studioâs settings, which are under File -> Settings
:
It should show up in the Studio settings under General:
If it does not show up then make sure you named everything correctly and that your ClientAppSettings.json
file has the correct text in it, then restart Roblox.
thanks it works i didnt know i had to toggle file name extension
I donât know man, something about this theme just feels off, maybe itâs just the choice of colour? Iâm not too sure.
It might be since no ones really used to studio having a dark theme, the unknown always seems a bit off.
I just compared it to some other programs that have dark themes and the Roblox theme just looks super flat and undefined in comparison, hereâs an example:
Roblox vs a program I use for music production
Itâs great that Roblox finally added one, but I hope we will be able to make our own themes
Honestly, the latter looks way more flat and undefined to me than Roblox Studio does. I think itâs just preference.
custom themes would be cool though