Angular - Material: Progressbar custom color?
I am now trying for hours. I use Material2 and simply want to change the color of the progress-bar. I know there are those themes (primary/accent/warn) but I want to have a cutom color (green) for my progressbar. I already tried the wierdest css-combinations.. but with no effort. Maybe someone had the same problem? I can suggest to change one of the premade primary/warn/accent colors to your custom color. In your styles.scss (if your style file is css you will have to change it to support scss): @import '~@angular/material/theming'; // Plus imports for other components in your app. // Include