<% if(material) { %>@import '~@angular/material/theming';<% if(covalent) { %>
@import '~@covalent/core/theming/all-theme';<% } %>

@include mat-core();
@include covalent-core();

$primary: mat-palette($mat-blue, 800);
$accent: mat-palette($mat-light-blue, 600, A100, A400);

$warn: mat-palette($mat-red, 600);

$theme: mat-light-theme($primary, $accent, $warn);

@include angular-material-theme($theme);<% if(covalent) { %>
@include covalent-theme($theme);<% }}  %>