From fdc7bdf1e1738a8804f38379d17e176154350db7 Mon Sep 17 00:00:00 2001
From: Florent Poittevin <florent.poittevin@unige.ch>
Date: Wed, 10 Jul 2019 17:09:21 +0200
Subject: [PATCH] Change theme

---
 src/sass/themes/dlcm-theme.scss | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/sass/themes/dlcm-theme.scss b/src/sass/themes/dlcm-theme.scss
index fbc205c06..deb629a33 100644
--- a/src/sass/themes/dlcm-theme.scss
+++ b/src/sass/themes/dlcm-theme.scss
@@ -1,8 +1,8 @@
 // Define the palettes for your theme using the Material Design palettes available in palette.scss
 // (imported above). For each palette, you can optionally specify a default, lighter, and darker
 // hue. Available color palettes: https://material.io/design/color/
-$primary: mat-palette($mat-light-blue);
-$accent: mat-palette($mat-pink, A200, A100, A400);
+$primary: mat-palette($mat-light-blue, 800);
+$accent: mat-palette($mat-deep-purple, 300, A100, A400);
 
 // The warn palette is optional (defaults to red).
 $warn: mat-palette($mat-red);
@@ -18,7 +18,7 @@ $dlcm-theme: mat-light-theme(
   @include angular-material-theme($dlcm-theme);
   //$primary-palette: map-get($dlcm-theme, primary);
   //--primary-color: mat-color($primary-palette, default, 1.0);
-  --primary-color: #03A9F4; // Should be equal to $mat-yareta-primary : 500
-  --primary-color-lighter: #7dc9f4;
-  --primary-color-darker: #0381c9;
+  --primary-color: #0277bd; // Should be equal to $mat-yareta-primary : 500
+  --primary-color-lighter: #028dd6;
+  --primary-color-darker: #01579b;
 }
-- 
GitLab