mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-11-10 09:43:54 +01:00
24 lines
481 B
Markdown
24 lines
481 B
Markdown
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
||
|
|
||
|
[Home](./index.md) > [bitburner](./bitburner.md) > [UserInterface](./bitburner.userinterface.md) > [getTheme](./bitburner.userinterface.gettheme.md)
|
||
|
|
||
|
## UserInterface.getTheme() method
|
||
|
|
||
|
Get the current theme
|
||
|
|
||
|
<b>Signature:</b>
|
||
|
|
||
|
```typescript
|
||
|
getTheme(): UserInterfaceTheme;
|
||
|
```
|
||
|
<b>Returns:</b>
|
||
|
|
||
|
UserInterfaceTheme
|
||
|
|
||
|
An object containing the theme's colors
|
||
|
|
||
|
## Remarks
|
||
|
|
||
|
RAM cost: cost: 0 GB
|
||
|
|