diff --git a/view/theme/frio/templates/theme_settings.tpl b/view/theme/frio/templates/theme_settings.tpl
index 564f90fde..505aa55c2 100644
--- a/view/theme/frio/templates/theme_settings.tpl
+++ b/view/theme/frio/templates/theme_settings.tpl
@@ -26,6 +26,26 @@
{{$scheme_accent.3.blue}}
+
+
+
+
{{/if}}
diff --git a/view/theme/frio/theme.php b/view/theme/frio/theme.php
index 8c40dadd8..4c37e42e7 100644
--- a/view/theme/frio/theme.php
+++ b/view/theme/frio/theme.php
@@ -22,6 +22,11 @@ use Friendica\Module;
use Friendica\Util\Strings;
const FRIO_SCHEME_ACCENT_BLUE = '#1e87c2';
+const FRIO_SCHEME_ACCENT_RED = '#b50404';
+const FRIO_SCHEME_ACCENT_PURPLE = '#a54bad';
+const FRIO_SCHEME_ACCENT_GREEN = '#218f39';
+const FRIO_SCHEME_ACCENT_PINK = '#d900a9';
+
function frio_init(App $a)
{
global $frio;