Docs update, mostly Basalt, Sidebar and Footer. #28

Merged
piprett merged 30 commits from master into master 2022-09-17 21:04:41 +08:00
Showing only changes of commit 7bcbafe30b - Show all commits

View File

@@ -0,0 +1,17 @@
# basalt.getTheme
Returns the current theme.
## Returns
1. `theme` The current theme
## Usage
* Displays the current theme in the debug console
```lua
basalt.debug(basalt.getTheme())
```
TODO basalt.getTheme documentation