Skip to content
Snippets Groups Projects
Commit fdc7bdf1 authored by Florent Poittevin's avatar Florent Poittevin
Browse files

Change theme

parent f07b8ade
No related branches found
No related tags found
No related merge requests found
// 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;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment