Skip to content

Commit 1d86564

Browse files
M-a-cjelbourn
authored andcommitted
docs(theming): list prebuilt themes (#3826)
1 parent 3f5894e commit 1d86564

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

guides/theming.md

+7
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ single css file for Angular Material in your app.
2626
You can include a theme file directly into your application from
2727
`@angular/material/core/theming/prebuilt`
2828

29+
Available pre-built themes:
30+
* `deeppurple-amber.css`
31+
* `indigo-pink.css`
32+
* `pink-bluegrey.css`
33+
* `purple-green.css`
34+
2935
If you're using Angular CLI, this is as simple as including one line
3036
in your `styles.css` file:
3137
```css
@@ -133,3 +139,4 @@ For more details about theming your own components, see [theming-your-components
133139
### Future work
134140
* Once CSS variables (custom properties) are available in all the browsers we support,
135141
we will explore how to take advantage of them to make theming even simpler.
142+
* More prebuilt themes will be added as development continues.

0 commit comments

Comments
 (0)