Skip to main content
Set theme to a built-in name or a table, and swap it at any time with window:ChangeTheme(theme). Colours and sizes tween across, so a live change feels intentional rather than abrupt.

Built-in themes

Default

Cobalt

Ember

Amethyst

Frost

Rose

Pass any of "default", "cobalt", "ember", "amethyst", "frost", or "rose".

Custom themes

A custom theme only sets the keys it needs. The rest fall back to the default. Any ColorSequence key also accepts a single Color3, which is widened to a flat gradient for you.

Theme keys

KeyType
CornerRoundnessUDimWindow corner radius.
WindowColorColorSequenceWindow background.
ShadowColorColor3Shadow behind the window, notifications, toasts, and popups.
LiveAnimationbooleanDrifts the window gradient for a livelier feel.
PillCornerRadiusUDimTab pills and the collapsed icon.
ElementCornerRadiusUDimElement corner radius.
KeyType
TitleFont / FontFontHeading and body fonts.
ContentColorColor3Element text.
TitlingColorColor3Title and top-bar text.
ElementTextHoverColorColor3Element text on hover.
ActionColorColor3Top-bar icons.
KeyType
TabColorColor3Tab text and icons.
TabBackgroundColorSequenceTab pill fill.
TabStrokeColorSequenceTab pill outline.
KeyType
ElementStrokeColor3Element outline.
ElementGradientColorSequenceElement fill.
ElementStrokeGradientColorSequenceSheen on gradient strokes.
ElementTransparencynumberElement fill transparency.
ElementStrokeTransparencynumberOutline transparency.
ElementStrokeHoverColor3Outline colour on hover.
ElementStrokeHoverTransparencynumberOutline transparency on hover.
StatBackgroundColor3Stat card surface.
KeyType
AccentColor / AccentStrokeColor3Active toggle, slider glow, and popup primary button.
AccentGlownumberTransparency of the toggle and slider accent glow. 1 hides it.
SliderBackgroundColor3Slider track.
SliderBackgroundHoverColor3Slider track on hover.
SliderProgressColorSequenceSlider fill.
SliderStrokeColor3Slider outline.
SliderHandleColor3Slider drag handle.
ToggleTrackColor3Toggle switch track.
ToggleTrackTransparencynumberToggle track transparency.
ToggleKnobOffColor3Toggle knob when off. On uses AccentColor.
ToggleKnobOffTransparencynumberToggle knob transparency when off.
DarkToggleOverlaybooleanDark wash over the toggle, for light tracks.
DropdownHighlightColor3Selected option highlight.
KeyType
FieldBackgroundColor3Input and keybind field fill.
FieldTransparencynumberField fill transparency.
FieldGlowColor3Soft glow behind input and keybind fields.
NeutralButton / NeutralButtonHover / NeutralButtonStrokeColor3Popup neutral button fill, hover, and edge.
ErrorColor / ErrorStrokeColorColor3Error flash.