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

.cory-mat-theme-dark-purple-green {
    $primary: mat-palette($mat-purple, 700, 500, 900);
    $accent: mat-palette($mat-green, A200, A100, A400);
    @include cory-mat-theme('dark', $primary, $accent);
}