You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am suggesting for an option within the loader which allows the user to enter a colour which will be applied to the default Adonis theme.
Example: settings.SystemColor = Color3.new(1, 0.341176, 0.352941) or settings.SystemColor = Color3.new(255,87,90)
I understand that you can simply create a custom theme and apply colours to it manually, however every so often the UI needs to be updated (like how the console on the default theme still hasn't been updated for the new roblox top bar) so making a custom theme will eventually become outdated - and also having something like this is easier.
the examples i attached are just for show, but to get this to look nice i had to tweak the transparency of some elements. (i personally think the 2nd example is better)
The text was updated successfully, but these errors were encountered:
What part of Adonis is this related to?
User Interface
What are you suggesting?
I am suggesting for an option within the loader which allows the user to enter a colour which will be applied to the default Adonis theme.
Example: settings.SystemColor = Color3.new(1, 0.341176, 0.352941) or settings.SystemColor = Color3.new(255,87,90)
I understand that you can simply create a custom theme and apply colours to it manually, however every so often the UI needs to be updated (like how the console on the default theme still hasn't been updated for the new roblox top bar) so making a custom theme will eventually become outdated - and also having something like this is easier.
the examples i attached are just for show, but to get this to look nice i had to tweak the transparency of some elements. (i personally think the 2nd example is better)
The text was updated successfully, but these errors were encountered: