[frio] Add black accented scheme
This commit is contained in:
parent
907222da53
commit
062063c5e5
3 changed files with 369 additions and 0 deletions
|
@ -141,6 +141,7 @@ function frio_form($arr)
|
|||
$schemes = [
|
||||
'light' => DI::l10n()->t('Light (Accented)'),
|
||||
'dark' => DI::l10n()->t('Dark (Accented)'),
|
||||
'black' => DI::l10n()->t('Black (Accented)'),
|
||||
];
|
||||
|
||||
$legacy_schemes = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue