|
|
@ -1,17 +1,18 @@
|
|
|
|
@import "./mat-palette.scss";
|
|
|
|
// @import "./mat-palette.scss";
|
|
|
|
@import '~@angular/material/theming';
|
|
|
|
@import '~@angular/material/theming';
|
|
|
|
|
|
|
|
@import "./new-mat-palette.scss";
|
|
|
|
// BASE
|
|
|
|
// BASE
|
|
|
|
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
|
|
// Define the palettes for your theme using the Material Design palettes available in palette.scss
|
|
|
|
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
|
|
// (imported above). For each palette, you can optionally specify a default, lighter, and darker
|
|
|
|
// hue. Available color palettes: https://material.io/design/color/
|
|
|
|
// hue. Available color palettes: https://material.io/design/color/
|
|
|
|
$ombi-app-primary: mat-palette($ombi-primary);
|
|
|
|
$ombi-app-primary: mat-palette($ombi-primary);
|
|
|
|
$ombi-app-accent : mat-palette($ombi-accent, 400);
|
|
|
|
$ombi-app-accent : mat-palette($ombi-accent);
|
|
|
|
// The warn palette is optional (defaults to red).
|
|
|
|
// The warn palette is optional (defaults to red).
|
|
|
|
$ombi-app-warn : mat-palette($mat-deep-orange);
|
|
|
|
$ombi-app-warn : mat-palette($mat-deep-orange);
|
|
|
|
|
|
|
|
|
|
|
|
// Define an alternate dark theme.
|
|
|
|
// Define an alternate dark theme.
|
|
|
|
$ombi-dark-app-primary: mat-palette($mat-grey, 800);
|
|
|
|
$ombi-dark-app-primary: mat-palette($ombi-primary);
|
|
|
|
$ombi-dark-app-accent: mat-palette($mat-amber, A200, A100, A400);
|
|
|
|
$ombi-dark-app-accent: mat-palette($ombi-accent);
|
|
|
|
$ombi-dark-app-warn: mat-palette($mat-deep-orange);
|
|
|
|
$ombi-dark-app-warn: mat-palette($mat-deep-orange);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -30,16 +31,16 @@ $warn: mat-color($ombi-app-warn);
|
|
|
|
|
|
|
|
|
|
|
|
// DARK
|
|
|
|
// DARK
|
|
|
|
|
|
|
|
|
|
|
|
$background-dark: mat-color(mat-palette($mat-grey, 800));;
|
|
|
|
$background-dark: mat-color( mat-palette($ombi-background));
|
|
|
|
$backgroundTint-dark: mat-color(mat-palette($mat-grey, 900));
|
|
|
|
$backgroundTint-dark: mat-color(mat-palette($mat-grey, 900));
|
|
|
|
$text-dark: white;
|
|
|
|
$text-dark: white;
|
|
|
|
$panel: mat-color(mat-palette($mat-grey, 800));
|
|
|
|
$panel: mat-color($ombi-dark-app-primary);
|
|
|
|
$primary-dark: mat-color($ombi-dark-app-primary);
|
|
|
|
$primary-dark: mat-color($ombi-dark-app-primary);
|
|
|
|
$accent-dark: mat-color($ombi-dark-app-accent);
|
|
|
|
$accent-dark: mat-color($ombi-dark-app-accent);
|
|
|
|
$warn-dark: mat-color($ombi-dark-app-warn);
|
|
|
|
$warn-dark: mat-color($ombi-dark-app-warn);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$ombi-active: #62d2fa;
|
|
|
|
$ombi-active: mat-color($ombi-dark-app-accent);
|
|
|
|
$ombi-background-accent: #1b242f;
|
|
|
|
$ombi-background-accent: mat-color($ombi-dark-app-primary);
|
|
|
|
$ombi-background-primary: #0f171f;
|
|
|
|
$ombi-background-primary: #0f171f;
|
|
|
|
$ombi-background-primary-accent: #35465c;
|
|
|
|
$ombi-background-primary-accent: #35465c;
|