[Angular] Define a custom Material theme - Zhentiw - 博客园
$theme: mat-light-theme($primary, $accent);//Include all theme styles for the components.@include angular-material-theme($theme); // Our dark theme .dark-theme { $theme: mat-dark-theme($primary, $accent); @incl