* Updated setTheme.md * Updated 1.6 setTheme.md --------- Co-authored-by: SeaSide53 <https://github.com/SeaSide53>
661 B
661 B
setTheme
Description
Sets the base theme of the project! Make sure to cover all existing objects, otherwise it will result in errors. A good example is theme. The theme can also be retrieved with basalt.getTheme()
Parameters
tabletheme - A table containing the theme layout. Look into theme for an example
Usage
- Sets the default theme of Basalt.
basalt.setTheme({
ButtonBG = colors.yellow,
ButtonText = colors.red,
...,
})