RSS Git Download  Clone
Raw Blame History
@import "../mixins";

.cory-mat-theme-light-deeppurple-amber {
    $primary: mat-palette($mat-deep-purple);
    $accent: mat-palette($mat-amber, A200, A100, A400);
    @include cory-mat-theme('light', $primary, $accent);
}