]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/config.php
Merge pull request #10166 from mexon/mat/refactor-user-arguments
[friendica.git] / view / theme / frio / config.php
index b93848cfe0c2cdc35211f07e223a0a273f58c948..38334e1d187573b2a2f1f1d305bede0e43bdd1af 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -140,6 +140,8 @@ 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 = [];