Skip to content

Instantly share code, notes, and snippets.

@kyleledbetter
Last active September 16, 2019 04:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyleledbetter/f6c525925f3f873ec68b24a2282cc40d to your computer and use it in GitHub Desktop.
Save kyleledbetter/f6c525925f3f873ec68b24a2282cc40d to your computer and use it in GitHub Desktop.
Angular-Material 2 Theme
@import '~@angular/material/theming';
@include mat-core();
$primary: mat-palette($mat-orange, 800);
$accent: mat-palette($mat-light-blue, 600, 100, 800);
$warn: mat-palette($mat-red, 600);
$theme: mat-light-theme($primary, $accent, $warn);
@include angular-material-theme($theme);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment