This is my first time using Stack Overflow so please be nice :)
Basically I am using Angular-material on a project and I cannot for the life of me figure out where to change the color schemes/theming. I am using the docs-dark theme but cannot find where to alter it in any CSS files. When I try and use a browser to find the source, its showing as being rendered as in-line CSS.
If any angular-material users could shed some light that would be great!
Many thanks
Mat
Which version are you using?
If you are using the latest version, there are no separate built-in themes in angular material design, as they used to be. You will have to configure themes in your app config, as below. The below example changes the primary pallette to blue for default theme.
Read here for detailed guide.