Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions guides/theming.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ single css file for Angular Material in your app.
You can include a theme file directly into your application from
`@angular/material/core/theming/prebuilt`

Avalible pre-built themes:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Available

* `deeppurple-amber.css`
* `indigo-pink.css`
* `pink-bluegrey.css`
* `purple-green.css`

If you're using Angular CLI, this is as simple as including one line
in your `styles.css` file:
```css
Expand Down Expand Up @@ -133,3 +139,4 @@ For more details about theming your own components, see [theming-your-components
### Future work
* Once CSS variables (custom properties) are available in all the browsers we support,
we will explore how to take advantage of them to make theming even simpler.
* More prebuilt themes will be added as development continues.