From cda1c3bd615e29154dce1f8df7bfc2040d1bdec2 Mon Sep 17 00:00:00 2001 From: Mac Date: Tue, 28 Mar 2017 14:34:41 -0700 Subject: [PATCH] docs(theming-guide): list available themes --- guides/theming.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/guides/theming.md b/guides/theming.md index 591954ae9ce2..d0dfeffc19fa 100644 --- a/guides/theming.md +++ b/guides/theming.md @@ -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` +Available pre-built themes: +* `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 @@ -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.