Skip to main content

Coming Soon

Setting Up Theming

As of Starlight Beta 4, We Have Implemented A Theming System For Users To Customise Their Interface.
Users may change any color of the Interface using Color Pickers or picking from Preset Themes handcrafted by Nebula Softworks.
They may also save their own Themes to the preset lists and export them.

Build Themes Section

Create the theme groupbox that allows users to pick the colors of the GUI.

Tab:BuildThemeGroupbox(1)

Replace the number with the Column you wish to create the Groupbox in.
You can also add a second number for the style of the groupbox like a normal one.
A third boolean parameter exists to set the buttons of the groupbox to be center-aligned in terms of content.

Enabling Autoload for users.

As said before, users can save their own themes and autoload them of their choice.
However, you will need to add this line of code in your script after creating your first component.

Starlight:LoadAutoloadTheme()

Setting Your Own Autoload

If you do not like the default Starlight Theme, you can set the default theme for your own script by yourself using the following code
Replace the string with the name of the theme.

Starlight:SetTheme("Theme Name here")
WARNING

Doing this will overwrite the User's autoload if placed after certain functions!

Default Themes List

Startrue Themes

Themes with beautiful and custom made palettes meant to be vibrant and pleasing.

  • Starlight [Default]
  • Hollywood Dark
  • Hollywood Light
  • Orca
  • Glacier
  • Pacific
  • Crimson
  • Neo
  • Neo (Dark)
  • Nebula

Legacy Themes

Well known and beautiful Themes that you might have seen elsewhere.

  • Evergreen
  • Ubuntu
  • Luna
  • Tokyo Night
  • OperaGX
  • BBot
  • Hollywood Fluent