Last active
September 16, 2019 04:58
-
-
Save kyleledbetter/f6c525925f3f873ec68b24a2282cc40d to your computer and use it in GitHub Desktop.
Angular-Material 2 Theme
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@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