Add ns.ui.setTheme() and ns.ui.resetTheme()

This commit is contained in:
Martin Fournier
2022-01-04 20:25:16 -05:00
parent 50919a88cd
commit c9ca1e9d37
6 changed files with 121 additions and 3 deletions

View File

@@ -17,4 +17,6 @@ interface UserInterface
| Method | Description |
| --- | --- |
| [getTheme()](./bitburner.userinterface.gettheme.md) | Get the current theme |
| [resetTheme()](./bitburner.userinterface.resettheme.md) | Resets the player's theme to the default values |
| [setTheme(newTheme)](./bitburner.userinterface.settheme.md) | Sets the current theme |