From a436cf0f8108ce74a68147d730390c5040f82557 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Thu, 23 Nov 2023 09:44:26 +0100 Subject: [PATCH] update colors --- config/config_defaults.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/config/config_defaults.php b/config/config_defaults.php index 919c4d07..14b4e845 100644 --- a/config/config_defaults.php +++ b/config/config_defaults.php @@ -18,23 +18,23 @@ return [ 'phases' => [ "preview" => [ 'css' => [ - 'bgdark' => 'background:#393E50; color:#f8f8f8;', - 'bglight' => 'background:#eee; color:#333; background:rgba(210,210,210,0.3); ', - 'bgbutton' => 'background:#393E50; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', + 'bgdark' => 'background:#445; color:#f8f8f8;', + 'bglight' => 'background:#eee; color:#333; background:rgba(210,210,210,0.4); ', + 'bgbutton' => 'background:#445; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ], ], "stage" => [ 'css' => [ - 'bgdark' => 'background:#3F88C5; color:#f8f8f8;', - 'bglight' => 'background:#f0f4f8; color:#333; background:rgba(200,210,220,0.3); ', - 'bgbutton' => 'background:#3F88C5; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', + 'bgdark' => 'background:#336; color:#f8f8f8;', + 'bglight' => 'background:#f0f4f8; color:#333; background:rgba(200,200,220,0.5); ', + 'bgbutton' => 'background:#336; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ], ], "live" => [ 'css' => [ - 'bgdark' => 'background:#44BBA4; color:#f8f8f8;', - 'bglight' => 'background:#f4f8f0; color:#333; background:rgba(210,220,200,0.3); ', - 'bgbutton' => 'background:#44BBA4; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', + 'bgdark' => 'background:#182; color:#f8f8f8;', + 'bglight' => 'background:#f4f8f0; color:#333; background:rgba(190,220,190,0.5); ', + 'bgbutton' => 'background:#182; color:#fcfcfc; border: 1px solid rgba(0,0,0,0.15);', ], // prevent immediate installation after build or accept "deploytimes" => ['/(Mon|Tue|Wed|Thu)\ 14\:/'], -- GitLab