Skip to content

Instantly share code, notes, and snippets.

@sainture
Created September 14, 2020 05:55
Show Gist options
  • Select an option

  • Save sainture/d2427867d6522f09b085e3f34c1e98e2 to your computer and use it in GitHub Desktop.

Select an option

Save sainture/d2427867d6522f09b085e3f34c1e98e2 to your computer and use it in GitHub Desktop.
To understand the basics of theming, please see:
https://material.angular.io/guide/theming
There are some pre-built color palettes like $mat-indigo, $mat-pink that can be used in our custom theme. Please see this link for the list of available color palettes, we just need to prefix "$mat-" to use the available palette.
However, it is best to create our own custom color palettes for primary and secondary colors and the following is a useful tool for that
http://mcg.mbitson.com/#!?mcgpalette0=%233f51b5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment