Lines Matching full:palette
27 $light-primary: mat.define-palette(mat.$blue-palette, 700);
28 $dark-primary: mat.define-palette(mat.$blue-palette, 400);
29 $light-accent: mat.define-palette(mat.$grey-palette, 700);
30 $dark-accent: mat.define-palette(mat.$grey-palette, 500);
31 $warn: mat.define-palette(mat.$red-palette);
58 --background-color: #{mat.get-color-from-palette($background, background)};
59 --contrast-background-color: #{mat.get-color-from-palette($contrast-background, background)};
68 --border-color: #{mat.get-color-from-palette($foreground, divider)};
76 --drawer-color: #{mat.get-color-from-palette($background, dialog)};
86 --blue-text-color: #{map.get(mat.$indigo-palette, A200)};
102 --primary: #{mat.get-color-from-palette(mat.$blue-palette, 700)};
137 --primary: #{mat.get-color-from-palette(mat.$blue-palette, 400)};