static function getThemes()
{
return [
'business-light' => [
'style' => '',
'dark' => 'N',
'shadow' => 'Y',
'font' => [
'uri' => '',
'family' => '',
],
'border' => [
'bottom' => 'Y',
],
'color' => [
'primary' => '#0F58D0',
'primaryText' => '#FFFFFF',
'text' => '#000000',
'background' => '#FFFFFF',
'fieldBorder' => '#00000019',
'fieldBackground' => '#00000014',
'fieldFocusBackground' => '#ffffffff',
]
],
'business-dark' => [
'style' => '',
'dark' => 'Y',
'shadow' => 'Y',
'font' => [
'uri' => '',
'family' => '',
],
'border' => [
'bottom' => 'Y',
],
'color' => [
'primary' => '#0F58D0',
'primaryText' => '#FFFFFF',
'text' => '#FFFFFF',
'background' => '#282D30',
'fieldBorder' => '#ffffff19',
'fieldBackground' => '#ffffff14',
'fieldFocusBackground' => '#0000002b',
]
],
'modern-light' => [
'style' => 'modern',
'dark' => 'N',
'shadow' => 'Y',
'font' => [
'uri' => 'https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap&subset=cyrillic',
'family' => 'Open Sans',
],
'border' => [
'bottom' => 'Y',
],
'color' => [
'primary' => '#FFD110',
'primaryText' => '#000000',
'text' => '#000000',
'background' => '#FFFFFF',
'fieldBorder' => '#00000014',
'fieldBackground' => '#00000000',
'fieldFocusBackground' => '#00000000',
]
],
'modern-dark' => [
'style' => 'modern',
'dark' => 'Y',
'shadow' => 'Y',
'font' => [
'uri' => 'https://fonts.googleapis.com/css?family=Open+Sans:400,600&display=swap&subset=cyrillic',
'family' => 'Open Sans',
],
'border' => [
'bottom' => 'Y',
],
'color' => [
'primary' => '#ffd110',
'primaryText' => '#000000',
'text' => '#FFFFFF',
'background' => '#282d30',
'fieldBorder' => '#ffffff14',
'fieldBackground' => '#00000000',
'fieldFocusBackground' => '#00000000',
]
],
'classic-light' => [
'style' => '',
'dark' => 'N',
'shadow' => 'Y',
'font' => [
'uri' => 'https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap&subset=cyrillic',
'family' => 'PT Serif',
],
'border' => [
'bottom' => 'Y',
],
'color' => [
'primary' => '#000000',
'primaryText' => '#FFFFFF',
'text' => '#000000',
'background' => '#FFFFFF',
'fieldBorder' => '#00000014',
'fieldBackground' => '#00000014',
'fieldFocusBackground' => '#0000000c',
]
],
'classic-dark' => [
'style' => '',
'dark' => 'Y',
'shadow' => 'Y',
'font' => [
'uri' => 'https://fonts.googleapis.com/css?family=PT+Serif:400,700&display=swap&subset=cyrillic',
'family' => 'PT Serif',
],
'border' => [
'bottom' => 'Y',
],
'color' => [
'primary' => '#FFFFFF',
'primaryText' => '#000000',
'text' => '#FFFFFF',
'background' => '#000000',
'fieldBorder' => '#ffffff14',
'fieldBackground' => '#ffffff14',
'fieldFocusBackground' => '#ffffff0c',
]
],
'fun-light' => [
'style' => '',
'dark' => 'N',
'shadow' => 'Y',
'font' => [
'uri' => 'https://fonts.googleapis.com/css?family=Pangolin&display=swap&subset=cyrillic',
'family' => 'Pangolin',
],
'border' => [
'bottom' => 'Y',
],
'color' => [
'primary' => '#F09B22',
'primaryText' => '#000000',
'text' => '#000000',
'background' => '#FFFFFF',
'fieldBorder' => '#00000014',
'fieldBackground' => '#f09b2214',
'fieldFocusBackground' => '#0000000c',
]
],
'fun-dark' => [
'style' => '',
'dark' => 'Y',
'shadow' => 'Y',
'font' => [
'uri' => 'https://fonts.googleapis.com/css?family=Pangolin&display=swap&subset=cyrillic',
'family' => 'Pangolin',
],
'border' => [
'bottom' => 'Y',
],
'color' => [
'primary' => '#F09B22',
'primaryText' => '#000000',
'text' => '#FFFFFF',
'background' => '#221400ff',
'fieldBorder' => '#f09b220c',
'fieldBackground' => '#f09b2214',
'fieldFocusBackground' => '#ffffff0c',
]
],
'pixel-light' => [
'style' => '',
'dark' => 'Y',
'font' => [
'uri' => 'https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap&subset=cyrillic',
'family' => 'Press Start 2P',
],
'color' => [
'primary' => '#00a74c',
'primaryText' => '#FFFFFF',
'text' => '#90EE90',
'background' => '#282D30',
'fieldBorder' => '#ffffff19',
'fieldBackground' => '#ffffff14',
'fieldFocusBackground' => '#0000002b',
]
],
'pixel-dark' => [
'style' => '',
'dark' => 'Y',
'font' => [
'uri' => 'https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap&subset=cyrillic',
'family' => 'Press Start 2P',
],
'color' => [
'primary' => '#00a74c',
'primaryText' => '#FFFFFF',
'text' => '#90EE90',
'background' => '#282D30',
'fieldBorder' => '#ffffff19',
'fieldBackground' => '#ffffff14',
'fieldFocusBackground' => '#0000002b',
]
],
];
}