Lines Matching refs:get
52 $config: mat.get-color-config($theme);
53 $background: map.get($config, background);
55 $contrast-config: mat.get-color-config($contrast-theme);
56 $contrast-background: map.get($contrast-config, background);
58 --background-color: #{mat.get-color-from-palette($background, background)};
59 --contrast-background-color: #{mat.get-color-from-palette($contrast-background, background)};
64 $config: mat.get-color-config($theme);
65 $foreground: map.get($config, foreground);
68 --border-color: #{mat.get-color-from-palette($foreground, divider)};
73 $config: mat.get-color-config($theme);
74 $background: map.get($config, background);
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)};