Files
Basalt/docs/objects/Basalt/setTheme.md
Robert Jelic 4d614372a1 Updated docs
There is still stuff to do
2022-08-28 18:18:26 +02:00

515 B

basalt.setTheme

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

Parameters:

  1. table theme layout look into theme for a example

Usage:

  • Sets the default theme of basalt.
basalt.setTheme({
    ButtonBG = colors.yellow,
    ButtonText = colors.red,
    ...,
})