From e4a1ace3ad765493a5c31645c13a95ab9140dff5 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Wed, 19 Aug 2020 22:58:21 -0400 Subject: [PATCH] [frio] Add more color accents --- view/theme/frio/templates/theme_settings.tpl | 20 ++++++++++++++++++++ view/theme/frio/theme.php | 5 +++++ 2 files changed, 25 insertions(+) diff --git a/view/theme/frio/templates/theme_settings.tpl b/view/theme/frio/templates/theme_settings.tpl index 564f90fde6..505aa55c22 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 8c40dadd81..4c37e42e73 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;