MadelineProtoDocs/docs/API_docs/constructors/baseThemeNight.md

415 B

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

Constructor: baseThemeNight

Back to constructors index

Night theme

Type: BaseTheme

Example:

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

Or, if you're into Lua:

baseThemeNight={_='baseThemeNight'}