1
0
Fork 0

[frio] Add dark accented scheme

This commit is contained in:
Hypolite Petovan 2020-08-19 22:58:47 -04:00
commit 907222da53
3 changed files with 355 additions and 0 deletions

View file

@ -140,6 +140,7 @@ function frio_form($arr)
$schemes = [
'light' => DI::l10n()->t('Light (Accented)'),
'dark' => DI::l10n()->t('Dark (Accented)'),
];
$legacy_schemes = [];