--- title: baseThemeDay description: Day theme image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: baseThemeDay [Back to constructors index](index.md) Day theme ### Type: [BaseTheme](../types/BaseTheme.md) ### Example: ```php $baseThemeDay = ['_' => 'baseThemeDay']; ``` Or, if you're into Lua: ```lua baseThemeDay={_='baseThemeDay'} ```