https://material.angularjs.org/#/demo/material.components.inputでデモを読んだとき
app.config( function($mdThemingProvider){
// Configure a dark theme with primary foreground yellow
$mdThemingProvider.theme('docs-dark', 'default')
.primaryPalette('yellow')
.dark(); });
.dark() の意味は何ですか?
背景色を青、赤、または他の色にしたい場合はどうすればよいですか?