diff --git a/src/sass/themes/dlcm-theme.scss b/src/sass/themes/dlcm-theme.scss index fbc205c06431238c012073226e7b53b5475f3b28..deb629a33d3b88e66afbb79b29b51f78ded6d7f5 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; }