Files
Basalt/docs/docs1_6/objects/Basalt/getTheme.md
Robert Jelic d4c72514ef Docs 1.6
Accidentally uploaded outdated 1.6 docs
2023-05-01 16:28:46 +02:00

422 B

Basalt

basalt.getTheme

Returns the current base-theme. This base-theme can be set using setTheme.md. A list of base-theme keys can be found here.

Returns

  1. number The color of the requested base-theme key.

Usage

  • Displays the color of the main background in the debug console
basalt.debug(basalt.getTheme("BasaltBG"))