Last active
June 11, 2018 20:30
-
-
Save ryzy/388365c55b15ed559eba9e650975156b to your computer and use it in GitHub Desktop.
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
// define your alternative colors, similar way to the default theme | |
... | |
// Create the theme object (a Sass map containing all of the palettes). | |
$alt-theme: mat-dark-theme($dark-primary, $dark-accent, $dark-warn); | |
.theme-dark { | |
@include angular-material-theme($my-app-theme); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment