Themes
On this page
Load own theme
lua
WindUI:AddTheme({
Name = "Halloween",
Accent = "#331400",
Outline = "#400000",
Text = "#EAEAEA",
PlaceholderText = "#AAAAAA"
})
1
2
3
4
5
6
7
8
9
2
3
4
5
6
7
8
9
Use your theme
lua
WindUI:SetTheme("Halloween")
1