summaryrefslogtreecommitdiff
path: root/gae/frontend/src/styles/_app-theme.scss
diff options
context:
space:
mode:
Diffstat (limited to 'gae/frontend/src/styles/_app-theme.scss')
-rw-r--r--gae/frontend/src/styles/_app-theme.scss14
1 files changed, 14 insertions, 0 deletions
diff --git a/gae/frontend/src/styles/_app-theme.scss b/gae/frontend/src/styles/_app-theme.scss
new file mode 100644
index 0000000..6c18f48
--- /dev/null
+++ b/gae/frontend/src/styles/_app-theme.scss
@@ -0,0 +1,14 @@
+@import '~@angular/material/theming';
+@import 'apply-theme';
+@import 'blue-theme';
+
+@include mat-core();
+
+$main-theme: $blue-theme;
+
+$primary: mat-palette($main-theme, 600, 100, 900);
+$accent: mat-palette($main-theme, A200, A100, A400);
+$app-theme: mat-light-theme($primary, $accent);
+
+@include angular-material-theme($app-theme);
+@include apply-theme($app-theme);