1
0
Fork 0

[frio] Add black accented scheme

This commit is contained in:
Hypolite Petovan 2020-08-19 22:58:59 -04:00
commit 062063c5e5
3 changed files with 369 additions and 0 deletions

View file

@ -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 = [];