34 lines
399 B
Markdown
34 lines
399 B
Markdown
---
|
|
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'}
|
|
|
|
```
|
|
|
|
|