You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guides/getting-started.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ determine which features to include:
28
28
29
29
1. Choose a prebuilt theme name, or "custom" for a custom theme:
30
30
31
-
You can choose from [prebuilt material design themes](https://material.angular.io/guide/theming#using-a-pre-built-theme) or set up an extensible [custom theme](https://material.angular.io/guide/theming#defining-a-theme).
31
+
You can choose from [prebuilt material design themes](https://material.angular.io/guide/theming#pre-built-themes) or set up an extensible [custom theme](https://material.angular.io/guide/theming#defining-a-theme).
32
32
33
33
2. Set up global Angular Material typography styles:
|`deeppurple-amber.css`| Light | Material Design 2 |
104
+
|`indigo-pink.css`| Light | Material Design 2 |
105
+
|`pink-bluegrey.css`| Dark | Material Design 2 |
106
+
|`purple-green.css`| Dark | Material Design 2 |
107
+
108
+
These files include the CSS for every component in the library. To include only the CSS for a subset
109
+
of components, you must use the Sass API detailed in [Defining a theme](#defining-a-theme) above.
110
+
You can [reference the source code for these pre-built themes](https://github.com/angular/components/blob/main/src/material/core/theming/prebuilt) to see examples of complete theme definitions.
111
+
112
+
##### Pre-defined palettes
113
+
114
+
The pre-built themes are based on a set of pre-defined palettes that can be used with the `primary`
0 commit comments