8 lines
99 B
PHP
8 lines
99 B
PHP
<?php
|
|
|
|
return [
|
|
'light' => 'Light',
|
|
'dark' => 'Dark',
|
|
'dark-green' => 'Dark green',
|
|
];
|