MadelineProtoDocs/docs/API_docs/constructors/baseThemeTinted.md

423 B

title description image
baseThemeTinted Tinted theme https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: baseThemeTinted

Back to constructors index

Tinted theme

Type: BaseTheme

Example:

$baseThemeTinted = ['_' => 'baseThemeTinted'];

Or, if you're into Lua:

baseThemeTinted={_='baseThemeTinted'}