From d7d000ff1d1fb0000d421e9c84a8711774229c14 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 7 Jun 2020 19:15:21 +0200 Subject: [PATCH] =?UTF-8?q?Couleurs=20par=20d=C3=A9faut=20du=20th=C3=A8me?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/module/install/ressource/defaultdata.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/core/module/install/ressource/defaultdata.php b/core/module/install/ressource/defaultdata.php index a38b5db1..4a9cf666 100755 --- a/core/module/install/ressource/defaultdata.php +++ b/core/module/install/ressource/defaultdata.php @@ -182,12 +182,12 @@ class init extends common { 'fontTitle' => 'Oswald', 'colorText' => 'rgba(33, 34, 35, 1)', 'colorTitle' => 'rgba(74, 105, 189, 1)', - 'backgroundColorButton' => 'rgba(44, 79, 110, 1)', + 'backgroundColorButton' => 'rgba(74, 105, 189, 1)', 'backgroundColorButtonGrey' => 'rgba(170, 180, 188, 1)', - 'backgroundColorButtonRed' => 'rgba(231, 76, 60, 1)', - 'backgroundColorButtonGreen' => 'rgba(57, 112, 12, 1)', + 'backgroundColorButtonRed' => 'rgba(217, 95, 78, 1)', + 'backgroundColorButtonGreen' => 'rgba(162, 223, 57, 1)', 'backgroundBlockColor' => 'rgba(236, 239, 241, 1)', - 'borderBlockColor' => 'rgba(236, 239, 241, 1)' + 'borderBlockColor' => 'rgba(190, 202, 209, 1)' ], ];