$workspace-accent: mat-palette($mat-purple, A200, A100, A400);
// The warn palette is optional (defaults to red).
$workspace-warn: mat-palette($mat-red);
// Create the theme object (a Sass map containing all of the palettes).
$workspace-theme: mat-light-theme($workspace-primary, $workspace-accent, $workspace-warn);
// Include theme styles for core and each component used in your app.
// Alternatively, you can import and @include the theme mixins for each component
// that you are using.
//@include angular-material-theme($workspace-theme);
@include mat-core-theme($workspace-theme);
@include mat-divider-theme($workspace-theme);
//@include mat-progress-spinner-theme($workspace-theme);
@include mat-toolbar-theme(mat-light-theme(